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

Giovanni Scafora giovanni at archlinux.org
Tue Aug 2 23:08:23 UTC 2011


    Date: Tuesday, August 2, 2011 @ 19:08:23
  Author: giovanni
Revision: 134333

upgpkg: vice 2.3-3
added alsa support

Modified:
  vice/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-08-02 22:51:20 UTC (rev 134332)
+++ PKGBUILD	2011-08-02 23:08:23 UTC (rev 134333)
@@ -4,12 +4,13 @@
 
 pkgname=vice
 pkgver=2.3
-pkgrel=2
+pkgrel=3
 pkgdesc="A Versatile Commodore Emulator"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://www.viceteam.org/"
-depends=('gcc-libs' 'giflib' 'lame' 'libxrandr' 'libxv' 'libjpeg' 'libpng' 'libxaw' 'libxxf86vm')
+depends=('alsa-lib' 'gcc-libs' 'giflib' 'lame' 'libxrandr' 'libxv' 'libjpeg' 'libpng' 'libxaw' 
+'libxxf86vm')
 makedepends=('xorg-font-utils')
 options=('!makeflags')
 source=(http://downloads.sourceforge.net/project/vice-emu/releases/${pkgname}-${pkgver}.tar.gz
@@ -22,6 +23,7 @@
 
   patch -Np1 -i ${srcdir}/vice-2.3-x11video.patch
   ./configure --prefix=/usr \
+              --with-alsa \
               --enable-fullscreen
   make
 }




More information about the arch-commits mailing list