summaryrefslogtreecommitdiff
path: root/community/scummvm/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/scummvm/PKGBUILD')
-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')