mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/vice: switch to gtk3
Upstream considers the GTK3 UI the primary user interface for all major ports, from version 3.3.
This commit is contained in:
parent
16ca36459c
commit
2b48c5972d
@ -7,8 +7,8 @@ pkgdesc="emulates the C64/DTV, C128, VIC20, almost all PETs, PLUS4 and CBM-II"
|
||||
url="http://vice-emu.sourceforge.net/"
|
||||
arch="all"
|
||||
license="GPL-2.0"
|
||||
makedepends="sdl2-dev giflib-dev ffmpeg-dev jpeg-dev libpng-dev alsa-lib-dev
|
||||
linux-headers texinfo automake autoconf bison flex xa"
|
||||
makedepends="gtk+3.0-dev giflib-dev ffmpeg-dev jpeg-dev libpng-dev alsa-lib-dev
|
||||
linux-headers texinfo automake autoconf bison flex xa bdftopcf mkfontdir"
|
||||
subpackages="$pkgname-doc"
|
||||
source="https://downloads.sourceforge.net/vice-emu/vice-$pkgver.tar.gz
|
||||
disable-fc-cache.patch
|
||||
@ -26,7 +26,7 @@ build() {
|
||||
cd "$builddir"
|
||||
./configure --prefix=/usr \
|
||||
--libdir=/usr/lib \
|
||||
--enable-sdlui2 \
|
||||
--enable-native-gtk3ui \
|
||||
--disable-no-pic \
|
||||
--enable-external-ffmpeg
|
||||
make
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user