mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
vice: switch to GTK3 UI by default, replace SDL with SDL2
This commit is contained in:
parent
328919b483
commit
1c86093eca
1 changed files with 20 additions and 7 deletions
|
@ -1,13 +1,26 @@
|
||||||
# Template file for 'vice'
|
# Template file for 'vice'
|
||||||
pkgname=vice
|
pkgname=vice
|
||||||
version=3.1
|
version=3.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-sdlui $(vopt_with pulseaudio pulse)
|
configure_args="
|
||||||
--disable-option-checking"
|
$(vopt_enable sdl2 sdlui2)
|
||||||
|
$(vopt_with sdl2 sdlsound)
|
||||||
|
$(vopt_enable gtk3 gnomeui3)
|
||||||
|
$(vopt_with gtk3 pulse)
|
||||||
|
--disable-option-checking
|
||||||
|
--enable-cpuhistory"
|
||||||
hostmakedepends="pkg-config bdftopcf mkfontdir flex"
|
hostmakedepends="pkg-config bdftopcf mkfontdir flex"
|
||||||
makedepends="zlib-devel readline-devel libpng-devel giflib-devel SDL-devel
|
makedepends="
|
||||||
$(vopt_if pulseaudio pulseaudio-devel)"
|
zlib-devel
|
||||||
|
readline-devel
|
||||||
|
libpng-devel
|
||||||
|
giflib-devel
|
||||||
|
$(vopt_if sdl2 SDL2_mixer-devel)
|
||||||
|
$(vopt_if sdl2 SDL2-devel)
|
||||||
|
$(vopt_if gtk3 gtk+3-devel)
|
||||||
|
$(vopt_if gtk3 pulseaudio-devel)
|
||||||
|
$(vopt_if gtk3 pango-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.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
@ -16,8 +29,8 @@ distfiles="${SOURCEFORGE_SITE}/vice-emu/$pkgname-$version.tar.gz"
|
||||||
checksum=3eb8159633816095006dec36c5c3edd055a87fd8bda193a1194a6801685d1240
|
checksum=3eb8159633816095006dec36c5c3edd055a87fd8bda193a1194a6801685d1240
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="pulseaudio"
|
build_options="sdl2 gtk3"
|
||||||
build_options_default="pulseaudio"
|
build_options_default="gtk3"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# Do not install data to /usr/lib64
|
# Do not install data to /usr/lib64
|
||||||
|
|
Loading…
Add table
Reference in a new issue