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

Giovanni Scafora giovanni at archlinux.org
Sun Feb 8 08:36:17 UTC 2015


    Date: Sunday, February 8, 2015 @ 09:36:17
  Author: giovanni
Revision: 231130

upgpkg: vice 2.4-7

Fixed FS42985

Modified:
  vice/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-02-08 08:14:22 UTC (rev 231129)
+++ PKGBUILD	2015-02-08 08:36:17 UTC (rev 231130)
@@ -4,12 +4,12 @@
 
 pkgname=vice
 pkgver=2.4
-pkgrel=6
+pkgrel=7
 pkgdesc="The Versatile Commodore 8-bit Emulator"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://vice-emu.sourceforge.net/"
-depends=('alsa-lib' 'giflib' 'libxxf86vm' 'vte' 'libnet' 'libpcap')
+depends=('alsa-lib' 'pulseaudio' 'giflib' 'libxxf86vm' 'vte' 'libnet' 'libpcap')
 makedepends=('xorg-font-utils')
 options=('!makeflags')
 install=vice.install
@@ -46,6 +46,7 @@
   ./configure --prefix=/usr \
               --enable-ethernet \
               --with-alsa \
+              --with-pulse \
               --enable-fullscreen \
               --enable-gnomeui \
               --disable-ffmpeg



More information about the arch-commits mailing list