summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-08-29 00:35:48 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-08-29 00:35:48 -0300
commitb486dcc702cefc51343332023774915087d06836 (patch)
tree9840d9cae91fdfa6f7bac4488cc0809c72f58a76
parentc40bf8b911b884fa11db25500085f2e38bad2826 (diff)
openimageio-parabola: add freetype2 deps
-rw-r--r--libre/openimageio-parabola/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/openimageio-parabola/PKGBUILD b/libre/openimageio-parabola/PKGBUILD
index ad3b64c99..ad8104e89 100644
--- a/libre/openimageio-parabola/PKGBUILD
+++ b/libre/openimageio-parabola/PKGBUILD
@@ -5,12 +5,12 @@
_pkgname=openimageio
pkgname=$_pkgname-parabola
pkgver=1.4.12
-pkgrel=3.1
+pkgrel=3.2
pkgdesc='A library for reading and writing images, including classes, utilities, and applications (built for the blender-parabola package)'
arch=('i686' 'x86_64' 'mips64el')
url="http://www.$_pkgname.org/"
license=('custom')
-depends=('boost-libs' 'glew' 'libtiff' 'libwebp' 'openjpeg' 'opencolorio' 'openexr' 'giflib-lts') # add giflib-lts to build pkg
+depends=('boost-libs' 'freetype2' 'glew' 'libtiff' 'libwebp' 'openjpeg' 'opencolorio' 'openexr' 'giflib-lts') # add giflib-lts to build pkg
makedepends=('boost' 'cmake' 'git' 'python2' 'qt4')
optdepends=('qt4: iv image viewer'
'python2: bindings support')