summaryrefslogtreecommitdiff
path: root/community/scummvm
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-01-31 03:43:15 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-01-31 03:43:15 +0000
commite7daa750c892363d7624ed0951bbb89ad71a3247 (patch)
tree8999b16b95f255a89c55a23cc9fb2ef42f9c303e /community/scummvm
parentabecd94e38c95522f241c335c76aa3150e43eedd (diff)
Fri Jan 31 03:41:19 UTC 2014
Diffstat (limited to 'community/scummvm')
-rw-r--r--community/scummvm/PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/scummvm/PKGBUILD b/community/scummvm/PKGBUILD
index edf6e859b..d09467180 100644
--- a/community/scummvm/PKGBUILD
+++ b/community/scummvm/PKGBUILD
@@ -4,12 +4,14 @@
pkgname=scummvm
pkgver=1.6.0
-pkgrel=1
+pkgrel=2
pkgdesc="A 'virtual machine' for several classic graphical point-and-click adventure games."
arch=('i686' 'x86_64')
license=('GPL')
url="http://www.scummvm.org/"
-depends=('libmad' 'sdl' 'fluidsynth' 'flac' 'faad2' 'libvorbis' 'libmad')
+depends=('libpng' 'libtheora' 'libmad' 'sdl' 'fluidsynth' 'flac' 'faad2' 'libvorbis' 'libmad' 'freetype2'
+ 'libgl' 'glu')
+makedepends=('mesa')
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
md5sums=('473c151ff44e3db7b603ecacd800a0d2')