summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDoug Newgard2013-10-01 06:33:07 -0500
committerDoug Newgard2013-10-01 06:33:07 -0500
commitec29fb932d682a230c189c8de77a7c7f67e3fab9 (patch)
tree4718477ab4321a58a59dcd363d8b2bcc31d10f40 /PKGBUILD
parent8dea578172bf20e422894b88bd0b3260cb506e13 (diff)
downloadaur-ec29fb932d682a230c189c8de77a7c7f67e3fab9.tar.gz
Add conditional dep on openjpeg
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb6b58b5c87e..30e6d533d480 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=efl-git
_pkgname=${pkgname%-*}
-pkgver=1.7.99.22911.4d54c97
-pkgrel=2
+pkgver=1.7.99.23272.fdea402
+pkgrel=1
pkgdesc="Enlightenment Foundation Libraries - Development version (Ecore, Eldbus, Edje, Eet, Eeze, Efreet, Eina, Eio, Embryo, Emotion, Eo, Ephysics, Ethumb, & Evas)"
arch=('i686' 'x86_64')
url="http://www.enlightenment.org"
@@ -13,6 +13,7 @@ depends=('bullet' 'curl' 'lua' 'shared-mime-info' 'libxkbcommon' 'wayland'
'libxcomposite' 'libxcursor' 'libxinerama' 'libxss' 'libxrandr' 'libxp'
'libgl' 'libwebp' 'libpulse' 'libexif' 'gstreamer0.10-base'
'fribidi' 'harfbuzz' 'fontconfig')
+ [[ ! $(pacman -T "openjpeg") ]] && depends+=('openjpeg')
makedepends=('git')
optdepends=('python2: compare Eina benchmarks'
'gstreamer0.10-good: Access more types of video in Emotion'