vice: update to 2.4.9.
This commit is contained in:
parent
25ef51c171
commit
6d039b86fc
1 changed files with 3 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'vice'
|
# Template file for 'vice'
|
||||||
pkgname=vice
|
pkgname=vice
|
||||||
version=2.4
|
version=2.4.9
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-sdlui"
|
configure_args="--enable-sdlui"
|
||||||
hostmakedepends="pkg-config bdftopcf mkfontdir"
|
hostmakedepends="pkg-config bdftopcf mkfontdir"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://vice-emu.sourceforge.net/"
|
homepage="http://vice-emu.sourceforge.net/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/vice-emu/$pkgname-$version.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/vice-emu/$pkgname-$version.tar.gz"
|
||||||
checksum=ff8b8d5f0f497d1f8e75b95bbc4204993a789284a08a8a59ba727ad81dcace10
|
checksum=bb3a6a4cc459fcd54dcb25291b8b8600b721b6e10edc52c7609bee37d27fd345
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="pulseaudio"
|
build_options="pulseaudio"
|
||||||
|
@ -24,9 +24,6 @@ else
|
||||||
configure_args+=" --without-pulse"
|
configure_args+=" --without-pulse"
|
||||||
fi
|
fi
|
||||||
pre_configure() {
|
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
|
# Do not install data to /usr/lib64
|
||||||
sed -i 's:VICEDIR=.*:VICEDIR="$PREFIX/share/vice":g' configure
|
sed -i 's:VICEDIR=.*:VICEDIR="$PREFIX/share/vice":g' configure
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue