mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/openimageio to 1.3.10-1
This commit is contained in:
parent
ba69cda25c
commit
66be00921c
1 changed files with 6 additions and 8 deletions
|
@ -6,7 +6,7 @@
|
|||
# - removed intel-tbb from deps, set -DUSE_TBB=0
|
||||
|
||||
pkgname=openimageio
|
||||
pkgver=1.2.3
|
||||
pkgver=1.3.10
|
||||
pkgrel=1
|
||||
pkgdesc="A library for reading and writing images, including classes, utilities, and applications"
|
||||
arch=(i686 x86_64)
|
||||
|
@ -16,13 +16,11 @@ depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio')
|
|||
makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa')
|
||||
optdepends=('qt4: iv image viewer'
|
||||
'python2: bindings support')
|
||||
source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
|
||||
md5sums=('20066ae0e9026717242f64f107f7ee8e')
|
||||
source=(https://github.com/OpenImageIO/oiio/archive/Release-${pkgver}.tar.gz)
|
||||
md5sums=('e1cd34e1926b7c15626f8618e9e4fc70')
|
||||
|
||||
build() {
|
||||
cd "$srcdir"/$_pkgname*
|
||||
|
||||
cd src
|
||||
cd oiio-Release-$pkgver
|
||||
|
||||
[[ -d build ]] && rm -r build
|
||||
mkdir build && cd build
|
||||
|
@ -38,11 +36,11 @@ build() {
|
|||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir"/$_pkgname*/src/build
|
||||
cd oiio-Release-$pkgver/build
|
||||
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
||||
# license
|
||||
cd ../..
|
||||
cd ..
|
||||
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue