[arch-commits] Commit in vice/trunk (PKGBUILD)
Giovanni Scafora
giovanni at archlinux.org
Tue Nov 6 19:33:03 UTC 2012
Date: Tuesday, November 6, 2012 @ 14:33:03
Author: giovanni
Revision: 170376
upgpkg: vice 2.4-2
Added ethernet support
Modified:
vice/trunk/PKGBUILD
----------+
PKGBUILD | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-11-06 18:49:16 UTC (rev 170375)
+++ PKGBUILD 2012-11-06 19:33:03 UTC (rev 170376)
@@ -4,12 +4,12 @@
pkgname=vice
pkgver=2.4
-pkgrel=1
+pkgrel=2
pkgdesc="The Versatile Commodore 8-bit Emulator"
arch=('i686' 'x86_64')
license=('GPL')
url="http://www.viceteam.org/"
-depends=('alsa-lib' 'giflib' 'libxxf86vm' 'vte')
+depends=('alsa-lib' 'giflib' 'libxxf86vm' 'vte' 'libnet' 'libpcap')
makedepends=('xorg-font-utils')
options=('!makeflags')
install=vice.install
@@ -34,9 +34,11 @@
autoreconf
./configure --prefix=/usr \
+ --enable-ethernet \
--with-alsa \
--enable-fullscreen \
- --enable-gnomeui
+ --enable-gnomeui \
+ --disable-ffmpeg
make
}
More information about the arch-commits
mailing list