summaryrefslogtreecommitdiff
path: root/libre/openimageio/PKGBUILD
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-09-12 13:48:01 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-09-12 13:48:01 -0300
commitd6d4c57e4f2d63418b4a311373ecf56277f8d146 (patch)
tree18595ae0c7442742f259825fffc4e89bf2fc7404 /libre/openimageio/PKGBUILD
parent4266e82c783e2c9a971b99faea706923eedc06f6 (diff)
openimageio: rebuild pkg
Diffstat (limited to 'libre/openimageio/PKGBUILD')
-rw-r--r--libre/openimageio/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/openimageio/PKGBUILD b/libre/openimageio/PKGBUILD
index 86538c3f6..24a5b5990 100644
--- a/libre/openimageio/PKGBUILD
+++ b/libre/openimageio/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=openimageio
pkgver=1.4.12
-pkgrel=3.parabola2
+pkgrel=3.parabola3
pkgdesc='A library for reading and writing images, including classes, utilities, and applications (built for the blender package)'
arch=('i686' 'x86_64' 'mips64el')
url="http://www.$pkgname.org/"
license=('custom')
-depends=('boost-libs' 'freetype2' 'glew' 'libtiff' 'libwebp' 'openjpeg' 'openexr') # 'opencolorio'
+depends=('boost-libs' 'freetype2' 'glew' 'libtiff' 'libwebp' 'opencolorio' 'openjpeg' 'openexr')
makedepends=('boost' 'cmake' 'git' 'python2' 'qt4')
optdepends=('qt4: iv image viewer'
'python2: bindings support')
@@ -35,7 +35,7 @@ prepare() {
sed -i 's|[{]uname[}][,]linux]|{uname -o},GNU/kFreeBSD|;\|platform| s|linux|GNU/kFreeBSD|i
' src/make/detectplatform.mk
- # fix for giflib 5.1
+ # fix for giflib 5.1.x
sed -i 's|DGifCloseFile [(]m_gif_file[)] == GIF_ERROR|DGifCloseFile (m_gif_file, 0) == GIF_ERROR|' src/gif.imageio/gifinput.cpp
}