mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/openimageio to 1.4.5.git-1
This commit is contained in:
parent
7f5efff9ad
commit
21338d8ef6
1 changed files with 6 additions and 6 deletions
|
@ -6,21 +6,21 @@
|
|||
# - removed intel-tbb from deps, set -DUSE_TBB=0
|
||||
|
||||
pkgname=openimageio
|
||||
pkgver=1.3.13
|
||||
pkgver=1.4.5.git
|
||||
pkgrel=1
|
||||
pkgdesc="A library for reading and writing images, including classes, utilities, and applications"
|
||||
arch=(i686 x86_64)
|
||||
url="http://www.openimageio.org/"
|
||||
license=('custom')
|
||||
depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio')
|
||||
makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa')
|
||||
makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa' 'git')
|
||||
optdepends=('qt4: iv image viewer'
|
||||
'python2: bindings support')
|
||||
source=(https://github.com/OpenImageIO/oiio/archive/Release-${pkgver}.tar.gz)
|
||||
md5sums=('a0e187243c568df36e125c81c0a0efe3')
|
||||
source=(git+git://github.com/OpenImageIO/oiio.git#commit=0e4a24bb)
|
||||
md5sums=('SKIP')
|
||||
|
||||
build() {
|
||||
cd oiio-Release-$pkgver
|
||||
cd oiio
|
||||
|
||||
[[ -d build ]] && rm -r build
|
||||
mkdir build && cd build
|
||||
|
@ -36,7 +36,7 @@ build() {
|
|||
}
|
||||
|
||||
package() {
|
||||
cd oiio-Release-$pkgver/build
|
||||
cd oiio/build
|
||||
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
||||
|
|
Loading…
Reference in a new issue