mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/openimageio to 1.4.15-1
This commit is contained in:
parent
6395e025a8
commit
acca88b405
1 changed files with 3 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
# - removed intel-tbb from deps, set -DUSE_TBB=0
|
||||
|
||||
pkgname=openimageio
|
||||
pkgver=1.4.14
|
||||
pkgver=1.4.15
|
||||
pkgrel=1
|
||||
pkgdesc="A library for reading and writing images, including classes, utilities, and applications"
|
||||
arch=(i686 x86_64)
|
||||
|
@ -22,8 +22,9 @@ md5sums=('SKIP')
|
|||
prepare() {
|
||||
cd oiio
|
||||
|
||||
curl "https://github.com/OpenImageIO/oiio/commit/e1150f22f012d8d86f14534eda14bec960e96f3e.patch"|patch -Np1
|
||||
# https://github.com/OpenImageIO/oiio/issues/987
|
||||
git revert -n 6f0e019
|
||||
#git revert -n 6f0e019
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue