openexr: update to 2.3.0.
This commit is contained in:
parent
095c69d21f
commit
2a5cd3b725
|
@ -1632,8 +1632,8 @@ 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
|
||||
libIlmImf-2_3.so.24 libopenexr-2.3.0_1
|
||||
libIlmImfUtil-2_3.so.24 libopenexr-2.3.0_1
|
||||
libGraphicsMagick.so.3 libgraphicsmagick-1.3.19_1
|
||||
libGraphicsMagick++.so.12 libgraphicsmagick-1.3.22_1
|
||||
libGraphicsMagickWand.so.2 libgraphicsmagick-1.3.19_1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'openexr'
|
||||
pkgname=openexr
|
||||
version=2.2.0
|
||||
revision=8
|
||||
version=2.3.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.openexr.com/"
|
||||
|
@ -9,8 +9,8 @@ license="BSD"
|
|||
short_desc="High dynamic-range (HDR) image file format"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="ilmbase-devel zlib-devel"
|
||||
distfiles="${NONGNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum="36a012f6c43213f840ce29a8b182700f6cf6b214bea0d5735594136b44914231"
|
||||
distfiles="https://github.com/openexr/openexr/releases/download/v${version}/openexr-${version}.tar.gz"
|
||||
checksum=fd6cb3a87f8c1a233be17b94c74799e6241d50fc5efd4df75c7a4b9cf4e25ea6
|
||||
|
||||
LDFLAGS="-lrt"
|
||||
|
||||
|
|
Loading…
Reference in New Issue