mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/openimageio to 1.4.14-1
This commit is contained in:
parent
32881c81ec
commit
86e553032c
2 changed files with 8 additions and 14 deletions
|
@ -6,7 +6,7 @@
|
|||
# - removed intel-tbb from deps, set -DUSE_TBB=0
|
||||
|
||||
pkgname=openimageio
|
||||
pkgver=1.4.13
|
||||
pkgver=1.4.14
|
||||
pkgrel=1
|
||||
pkgdesc="A library for reading and writing images, including classes, utilities, and applications"
|
||||
arch=(i686 x86_64)
|
||||
|
@ -19,6 +19,13 @@ optdepends=('qt4: iv image viewer'
|
|||
source=(git+git://github.com/OpenImageIO/oiio.git#tag=Release-${pkgver})
|
||||
md5sums=('SKIP')
|
||||
|
||||
prepare() {
|
||||
cd oiio
|
||||
|
||||
# https://github.com/OpenImageIO/oiio/issues/987
|
||||
git revert -n 6f0e019
|
||||
}
|
||||
|
||||
build() {
|
||||
cd oiio
|
||||
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
--- orig/src/libutil/SHA1.cpp 2012-11-17 01:02:42.000000000 +0200
|
||||
+++ fixed/src/libutil/SHA1.cpp 2012-12-14 14:37:37.552042793 +0200
|
||||
@@ -8,9 +8,9 @@
|
||||
|
||||
// If compiling with MFC, you might want to add #include "StdAfx.h"
|
||||
|
||||
+#include "SHA1.h"
|
||||
#include "hash.h"
|
||||
#include "dassert.h"
|
||||
-#include "SHA1.h"
|
||||
|
||||
#ifdef SHA1_UTILITY_FUNCTIONS
|
||||
#define SHA1_MAX_FILE_BUFFER 8000
|
Loading…
Reference in a new issue