vice: update to 2.4.9.

This commit is contained in:
Enno Boland 2014-11-21 09:18:44 +01:00
parent 25ef51c171
commit 6d039b86fc
1 changed files with 3 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'vice'
pkgname=vice
version=2.4
revision=2
version=2.4.9
revision=1
build_style=gnu-configure
configure_args="--enable-sdlui"
hostmakedepends="pkg-config bdftopcf mkfontdir"
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://vice-emu.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/vice-emu/$pkgname-$version.tar.gz"
checksum=ff8b8d5f0f497d1f8e75b95bbc4204993a789284a08a8a59ba727ad81dcace10
checksum=bb3a6a4cc459fcd54dcb25291b8b8600b721b6e10edc52c7609bee37d27fd345
# Package build options
build_options="pulseaudio"
@ -24,9 +24,6 @@ else
configure_args+=" --without-pulse"
fi
pre_configure() {
# make it build with giflib-5.1.0
# see http://wiki.linuxfromscratch.org/blfs/ticket/5076#comment:2
sed -i "/EGifCloseFile/s:sdata->fd:&, NULL:g" src/gfxoutputdrv/gifdrv.c
# Do not install data to /usr/lib64
sed -i 's:VICEDIR=.*:VICEDIR="$PREFIX/share/vice":g' configure
}