mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 10:04:36 +08:00
updated ilmbase
This commit is contained in:
parent
addb11ca00
commit
82e430db10
@ -1,26 +1,21 @@
|
|||||||
#
|
#
|
||||||
# Platform Packages for Chakra, part of chakra-project.org
|
# Platform Packages for Chakra, part of chakra-project.org
|
||||||
#
|
#
|
||||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
|
||||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
|
||||||
|
|
||||||
pkgname=ilmbase
|
pkgname=ilmbase
|
||||||
pkgver=1.0.2
|
pkgver=2.0.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
depends=('gcc-libs')
|
depends=('gcc-libs')
|
||||||
pkgdesc="IlmThread is a thread abstraction library for use with OpenEXR"
|
pkgdesc="IlmThread is a thread abstraction library for use with OpenEXR"
|
||||||
arch=(i686 x86_64)
|
arch=(i686 x86_64)
|
||||||
license=('custom')
|
license=('custom')
|
||||||
options=('!libtool')
|
options=('!libtool')
|
||||||
source=(http://savannah.nongnu.org/download/openexr/$pkgname-$pkgver.tar.gz
|
source=(http://savannah.nongnu.org/download/openexr/$pkgname-$pkgver.tar.gz)
|
||||||
tests-compile-fixes.patch)
|
md5sums=('74c0d0d2873960bd0dc1993f8e03f0ae')
|
||||||
url="http://www.openexr.com"
|
url="http://www.openexr.com"
|
||||||
md5sums=('26c133ee8ca48e1196fbfb3ffe292ab4'
|
|
||||||
'f9f8efce85c056d9a03b1a45f981dd6a')
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${srcdir}/$pkgname-$pkgver
|
cd ${srcdir}/$pkgname-$pkgver
|
||||||
patch -Np1 -i ${srcdir}/tests-compile-fixes.patch
|
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user