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
|
||||
libprofiler.so.0 gperftools-2.1.90_1
|
||||
libtcmalloc_and_profiler.so.4 gperftools-2.1.90_1
|
||||
libHalf.so.23 ilmbase-2.2.1_1
|
||||
libIex-2_2.so.23 ilmbase-2.2.1_1
|
||||
libIexMath-2_2.so.23 ilmbase-2.2.1_1
|
||||
libImath-2_2.so.23 ilmbase-2.2.1_1
|
||||
libIlmThread-2_2.so.23 ilmbase-2.2.1_1
|
||||
libHalf.so.24 ilmbase-2.3.0_1
|
||||
libIex-2_3.so.24 ilmbase-2.3.0_1
|
||||
libIexMath-2_3.so.24 ilmbase-2.3.0_1
|
||||
libImath-2_3.so.24 ilmbase-2.3.0_1
|
||||
libIlmThread-2_3.so.24 ilmbase-2.3.0_1
|
||||
libIlmImf-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
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'ilmbase'
|
||||
pkgname=ilmbase
|
||||
version=2.2.1
|
||||
revision=2
|
||||
version=2.3.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="Base libraries from ILM for OpenEXR"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="BSD"
|
||||
homepage="http://www.openexr.com"
|
||||
distfiles="${NONGNU_SITE}/openexr/$pkgname-$version.tar.gz"
|
||||
checksum=cac206e63be68136ef556c2b555df659f45098c159ce24804e9d5e9e0286609e
|
||||
distfiles="https://github.com/openexr/openexr/releases/download/v${version}/ilmbase-${version}.tar.gz"
|
||||
checksum=456978d1a978a5f823c7c675f3f36b0ae14dba36638aeaa3c4b0e784f12a3862
|
||||
|
||||
LDFLAGS="-lpthread"
|
||||
|
||||
|
@ -24,7 +24,7 @@ pre_build() {
|
|||
fi
|
||||
}
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
ilmbase-devel_package() {
|
||||
|
|
Loading…
Reference in a new issue