vice: update to 3.3.
This commit is contained in:
parent
358f0dbe76
commit
bc2c180120
|
@ -1,16 +1,19 @@
|
||||||
# Template file for 'vice'
|
# Template file for 'vice'
|
||||||
pkgname=vice
|
pkgname=vice
|
||||||
version=3.2
|
version=3.3
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="
|
configure_args="
|
||||||
$(vopt_enable sdl2 sdlui2)
|
$(vopt_enable sdl2 sdlui2)
|
||||||
$(vopt_with sdl2 sdlsound)
|
$(vopt_with sdl2 sdlsound)
|
||||||
$(vopt_enable gtk3 gnomeui3)
|
$(vopt_enable gtk3 gnomeui3)
|
||||||
$(vopt_with gtk3 pulse)
|
$(vopt_with gtk3 pulse)
|
||||||
|
$(vopt_enable ffmpeg external-ffmpeg)
|
||||||
--disable-option-checking
|
--disable-option-checking
|
||||||
--enable-cpuhistory"
|
--enable-cpuhistory
|
||||||
hostmakedepends="bdftopcf flex mkfontdir perl pkg-config xa"
|
AR=${AR}"
|
||||||
|
hostmakedepends="bdftopcf flex mkfontdir perl pkg-config xa
|
||||||
|
glib-devel"
|
||||||
makedepends="
|
makedepends="
|
||||||
zlib-devel
|
zlib-devel
|
||||||
readline-devel
|
readline-devel
|
||||||
|
@ -20,17 +23,20 @@ makedepends="
|
||||||
$(vopt_if sdl2 SDL2-devel)
|
$(vopt_if sdl2 SDL2-devel)
|
||||||
$(vopt_if gtk3 gtk+3-devel)
|
$(vopt_if gtk3 gtk+3-devel)
|
||||||
$(vopt_if gtk3 pulseaudio-devel)
|
$(vopt_if gtk3 pulseaudio-devel)
|
||||||
$(vopt_if gtk3 pango-devel)"
|
$(vopt_if gtk3 pango-devel)
|
||||||
|
$(vopt_if ffmpeg ffmpeg-devel)"
|
||||||
short_desc="Emulator for C64, C128, CBM-II, PET, VIC20, Plus4 and C16"
|
short_desc="Emulator for C64, C128, CBM-II, PET, VIC20, Plus4 and C16"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
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=28d99f5e110720c97ef16d8dd4219cf9a67661d58819835d19378143697ba523
|
checksum=1a55b38cc988165b077808c07c52a779d181270b28c14b5c9abf4e569137431d
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="sdl2 gtk3"
|
build_options="sdl2 gtk3 ffmpeg"
|
||||||
build_options_default="gtk3"
|
build_options_default="gtk3 ffmpeg"
|
||||||
|
|
||||||
|
desc_option_ffmpeg="Support video recording via FFmpeg"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) configure_args+=" --disable-nls";;
|
*-musl) configure_args+=" --disable-nls";;
|
||||||
|
|
Loading…
Reference in New Issue