ilmbase: update to 2.3.0.
This commit is contained in:
parent
43d048bdb4
commit
095c69d21f
2 changed files with 10 additions and 10 deletions
|
@ -1627,11 +1627,11 @@ libtcmalloc_minimal_debug.so.4 gperftools-2.1.90_1
|
||||||
libtcmalloc_debug.so.4 gperftools-2.1.90_1
|
libtcmalloc_debug.so.4 gperftools-2.1.90_1
|
||||||
libprofiler.so.0 gperftools-2.1.90_1
|
libprofiler.so.0 gperftools-2.1.90_1
|
||||||
libtcmalloc_and_profiler.so.4 gperftools-2.1.90_1
|
libtcmalloc_and_profiler.so.4 gperftools-2.1.90_1
|
||||||
libHalf.so.23 ilmbase-2.2.1_1
|
libHalf.so.24 ilmbase-2.3.0_1
|
||||||
libIex-2_2.so.23 ilmbase-2.2.1_1
|
libIex-2_3.so.24 ilmbase-2.3.0_1
|
||||||
libIexMath-2_2.so.23 ilmbase-2.2.1_1
|
libIexMath-2_3.so.24 ilmbase-2.3.0_1
|
||||||
libImath-2_2.so.23 ilmbase-2.2.1_1
|
libImath-2_3.so.24 ilmbase-2.3.0_1
|
||||||
libIlmThread-2_2.so.23 ilmbase-2.2.1_1
|
libIlmThread-2_3.so.24 ilmbase-2.3.0_1
|
||||||
libIlmImf-2_2.so.22 libopenexr-2.2.0_1
|
libIlmImf-2_2.so.22 libopenexr-2.2.0_1
|
||||||
libIlmImfUtil-2_2.so.22 libopenexr-2.2.0_1
|
libIlmImfUtil-2_2.so.22 libopenexr-2.2.0_1
|
||||||
libGraphicsMagick.so.3 libgraphicsmagick-1.3.19_1
|
libGraphicsMagick.so.3 libgraphicsmagick-1.3.19_1
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'ilmbase'
|
# Template file for 'ilmbase'
|
||||||
pkgname=ilmbase
|
pkgname=ilmbase
|
||||||
version=2.2.1
|
version=2.3.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Base libraries from ILM for OpenEXR"
|
short_desc="Base libraries from ILM for OpenEXR"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="http://www.openexr.com"
|
homepage="http://www.openexr.com"
|
||||||
distfiles="${NONGNU_SITE}/openexr/$pkgname-$version.tar.gz"
|
distfiles="https://github.com/openexr/openexr/releases/download/v${version}/ilmbase-${version}.tar.gz"
|
||||||
checksum=cac206e63be68136ef556c2b555df659f45098c159ce24804e9d5e9e0286609e
|
checksum=456978d1a978a5f823c7c675f3f36b0ae14dba36638aeaa3c4b0e784f12a3862
|
||||||
|
|
||||||
LDFLAGS="-lpthread"
|
LDFLAGS="-lpthread"
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ pre_build() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
ilmbase-devel_package() {
|
ilmbase-devel_package() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue