summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 48579dc44444..38d2920a553f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,14 @@
# Contributor: Benjamin Hodgetts <ben@xnode.org>
pkgname=vice-svn
-pkgver=r39825
+pkgver=r39841
pkgrel=1
-pkgdesc="The Versatile Commodore Emulator (Commodore 64/C64). - Development version"
+pkgdesc="The Versatile Commodore Emulator 8-bits (PET/C64/C128/Plus4/Vic20) - Development version"
arch=('i686' 'x86_64')
url="http://vice-emu.sourceforge.net"
license=('GPL')
-depends=('giflib' 'mpg123' 'gtk3' 'pciutils' 'portaudio' 'glew' 'flac')
-makedepends=('pkg-config' 'xa' 'svn' 'texlive-core' 'dos2unix')
-optdepends=('pulseaudio-alsa' 'alsa-lib')
+depends=(giflib glew libjpeg-turbo libpulse gtk3 portaudio pciutils)
+makedepends=(dos2unix ffmpeg libpcap libxaw texlive-bin texlive-core xa xorg-bdftopcf xorg-mkfontdir python)
provides=('vice')
replaces=('vice')
conflicts=('vice' 'vice-sdl2' 'vice-svn-gtk3' 'vice-svn-sdl2')
@@ -66,7 +65,7 @@ build() {
cd "${pkgname}/vice"
./autogen.sh
./configure --prefix=/usr --libdir=/usr/lib --enable-external-ffmpeg
- make V=0
+ make
}
package() {