[arch-commits] Commit in scummvm/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Thu Jan 30 10:32:33 UTC 2014


    Date: Thursday, January 30, 2014 @ 11:32:33
  Author: svenstaro
Revision: 105022

upgpkg: scummvm 1.6.0-2

Fix FS#38712

Modified:
  scummvm/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-30 10:11:38 UTC (rev 105021)
+++ PKGBUILD	2014-01-30 10:32:33 UTC (rev 105022)
@@ -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')
 




More information about the arch-commits mailing list