mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/openimageio to 1.2.3-1
This commit is contained in:
parent
4d06cd174d
commit
e7309f3da9
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
# - removed intel-tbb from deps, set -DUSE_TBB=0
|
||||
|
||||
pkgname=openimageio
|
||||
pkgver=1.2.1
|
||||
pkgver=1.2.3
|
||||
pkgrel=1
|
||||
pkgdesc="A library for reading and writing images, including classes, utilities, and applications"
|
||||
arch=(i686 x86_64)
|
||||
|
@ -17,7 +17,7 @@ makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa')
|
|||
optdepends=('qt4: iv image viewer'
|
||||
'python2: bindings support')
|
||||
source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
|
||||
md5sums=('c98d002c9ec843b7cc35d7aec5f03326')
|
||||
md5sums=('20066ae0e9026717242f64f107f7ee8e')
|
||||
|
||||
build() {
|
||||
cd "$srcdir"/$_pkgname*
|
||||
|
|
Loading…
Reference in a new issue