summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPitBall2015-11-09 21:17:14 +0100
committerPitBall2015-11-09 21:17:14 +0100
commit690d45fb3c12433e6653853b90f4407efc250ecb (patch)
tree010fe9bafe18f92d0c84db5886ed1f11e5c02076
parente64fc9fce17e7fd6654cfe67bb7a48cbe7e16a49 (diff)
downloadaur-690d45fb3c12433e6653853b90f4407efc250ecb.tar.gz
Add missing dependency - giflib
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa8a79189602..f92734d32d7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Mon Nov 9 20:12:12 UTC 2015
pkgbase = ryzom-client
pkgdesc = Ryzom is a Free to Play MMORPG .This version is for playing on an official server
pkgver = 0.12.0.r6356
@@ -17,6 +19,7 @@ pkgbase = ryzom-client
depends = freealut
depends = libvorbis
depends = libjpeg
+ depends = giflib
depends = rrdtool
depends = boost
depends = luabind
@@ -30,10 +33,8 @@ pkgbase = ryzom-client
conflicts = ryzom-client-latest-hg
conflicts = ryzom-client-hg
source = hg+https://bitbucket.org/ryzom/ryzomcore#branch=compatibility-develop
- source = hg+http://hg.kervala.net/libwww
source = ryzom.sh
md5sums = SKIP
- md5sums = SKIP
md5sums = a5ca7dfae7b9073f78cd1b0b7380755f
pkgname = ryzom-client
diff --git a/PKGBUILD b/PKGBUILD
index e1da404dcd87..8b6ea8d1d335 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc="Ryzom is a Free to Play MMORPG .This version is for playing on an offic
arch=('i686' 'x86_64')
url="http://www.ryzom.com/"
license=('AGPL3')
-depends=('ryzom-data' 'curl' 'freealut' 'libvorbis' 'libjpeg' 'rrdtool' 'boost'
- 'luabind' 'libsquish' 'libxrandr' 'libxcursor' 'hicolor-icon-theme')
+depends=('ryzom-data' 'curl' 'freealut' 'libvorbis' 'libjpeg' 'giflib' 'rrdtool'
+ 'boost' 'luabind' 'libsquish' 'libxrandr' 'libxcursor' 'hicolor-icon-theme')
conflicts=('ryzom-client-latest-hg' 'ryzom-client-hg') #lua51
makedepends=('mercurial' 'cpptest' 'cmake' 'bison' 'mesa')
provides=('libnel' 'ryzom' 'ryzomcore')