parent
13acda929f
commit
c5257a31cf
|
@ -1974,4 +1974,4 @@ libetpan.so.17 libetpan-1.6_1
|
|||
libxmp.so.4 libxmp-4.3.7_1
|
||||
libOpenImageIO_Util.so.1.5 openimageio-1.5.13_1
|
||||
libOpenImageIO.so.1.5 openimageio-1.5.13_1
|
||||
|
||||
libOpenColorIO.so.1 opencolorio-1.0.8_1
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'opencolorio'
|
||||
pkgname=opencolorio
|
||||
version=1.0.8
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc=OpenColorIO-${version}
|
||||
build_style=cmake
|
||||
configure_args="-DUSE_EXTERNAL_TINYXML=ON -DUSE_EXTERNAL_LCMS=ON"
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
( i686 | x86_64 ) ;;
|
||||
( * ) configure_args+=" -DOCIO_USE_SSE=OFF" ;;
|
||||
i686*|x86_64*) ;;
|
||||
*) configure_args+=" -DOCIO_USE_SSE=OFF" ;;
|
||||
esac
|
||||
hostmakedepends="cmake pkg-config"
|
||||
makedepends="tinyxml-devel lcms2-devel"
|
||||
|
@ -23,7 +23,7 @@ post_install() {
|
|||
}
|
||||
|
||||
opencolorio-devel_package() {
|
||||
depends="opencolorio>=${version}_${revision}"
|
||||
depends="${sourcepkg}-${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/lib/pkgconfig
|
||||
|
|
Loading…
Reference in New Issue
Block a user