diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2021-03-03 21:41:14 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2021-03-03 21:41:14 +0000 |
| commit | b4cb59dc19af9121bde3d4c59fb0199449fc4fe6 (patch) | |
| tree | 5a79224aa663be64ffb126a345aa632e58a5c568 /emulators/fuse | |
| parent | 50166d4b8536c6b0b3624a9627c5713a3b57a293 (diff) | |
Update Fuse (the Spectrum emulator) ports to their latest versions.
emulators/fuse -> 1.6.0
- add ALSA, OSS (was implicit default), PulseAudio options for sound
- prefer GTK 3 over GTK 2, push down cairo dependency
- prefer SDL 2 over SDL 1
emulators/libspectrum -> 1.5.0 (needed for fuse)
emulators/fuse-utils: no update, but force rebuild against new libspectrum
Reported by: upstream mail
Notes
svn path=/head/; revision=567262
Diffstat (limited to 'emulators/fuse')
| -rw-r--r-- | emulators/fuse/Makefile | 31 | ||||
| -rw-r--r-- | emulators/fuse/distinfo | 6 | ||||
| -rw-r--r-- | emulators/fuse/pkg-plist | 1 |
3 files changed, 22 insertions, 16 deletions
diff --git a/emulators/fuse/Makefile b/emulators/fuse/Makefile index 968ea35f9197..ed8958edef67 100644 --- a/emulators/fuse/Makefile +++ b/emulators/fuse/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= fuse -PORTVERSION= 1.5.7 -PORTREVISION= 1 +PORTVERSION= 1.6.0 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}-emulator/${PORTNAME}/${PORTVERSION} @@ -21,31 +20,37 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ USES= compiler:c++11-lang gettext gmake gnome localbase perl5 \ pkgconfig xorg USE_PERL5= build -USE_GNOME= cairo libxml2 glib20 +USE_GNOME= libxml2 glib20 USE_XORG= x11 GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--without-alsa --without-joystick +CONFIGURE_ARGS+=--without-joystick # TODO needs libjsw for GTK -OPTIONS_DEFINE= AO ICONS ROMS DOCS -OPTIONS_DEFAULT= ICONS GTK2 -OPTIONS_SINGLE= UI +OPTIONS_DEFINE= ICONS ROMS DOCS +OPTIONS_DEFAULT= ICONS OSS GTK3 +OPTIONS_SINGLE= AUDIO UI +AUDIO_DESC= Audio output interface UI_DESC= User Interface ROMS_DESC= Extra ROM images (128p, 256s, Gluck, IF1, Opus, TrDOS) +OPTIONS_SINGLE_AUDIO= ALSA AO OSS PULSEAUDIO OPTIONS_SINGLE_UI= GTK2 GTK3 SDL SVGALIB OPTIONS_SUB= yes -AO_CONFIGURE_WITH= libao +ALSA_CONFIGURE_ON= --with-audio-driver=alsa +ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib +AO_CONFIGURE_ON= --with-audio-driver=libao AO_LIB_DEPENDS= libao.so:audio/libao +OSS_CONFIGURE_ON= --with-audio-driver=oss +PULSEAUDIO_CONFIGURE_ON=--with-audio-driver=pulseaudio +PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio ICONS_USES= desktop-file-utils shared-mime-info ICONS_CONFIGURE_ENABLE= desktop-integration -GTK2_USE= GNOME=gtk20 -GTK2_CONFIGURE_ON= --with-gtk -GTK3_USE= GNOME=gtk30 -GTK3_CONFIGURE_ON= --with-gtk +GTK2_USE= GNOME=cairo,gtk20 +GTK2_CONFIGURE_ON= --disable-gtk3 +GTK3_USE= GNOME=cairo,gtk30 GTK3_CONFIGURE_ENABLE= gtk3 SDL_USES= sdl -SDL_USE= SDL=sdl +SDL_USE= SDL=sdl2 SDL_CONFIGURE_WITH= sdl SDL_CONFIGURE_ON= --without-gtk SVGALIB_LIB_DEPENDS= libvga.so:graphics/svgalib diff --git a/emulators/fuse/distinfo b/emulators/fuse/distinfo index a66c436f7fe3..72da9cdf8837 100644 --- a/emulators/fuse/distinfo +++ b/emulators/fuse/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1544525073 -SHA256 (fuse-1.5.7.tar.gz) = f0e2583f2642cdc3b2a737910d24e289d46e4f7e151805e3b0827024b2b45e4d -SIZE (fuse-1.5.7.tar.gz) = 1634568 +TIMESTAMP = 1614605732 +SHA256 (fuse-1.6.0.tar.gz) = 3a8fedf2ffe947c571561bac55a59adad4c59338f74e449b7e7a67d9ca047096 +SIZE (fuse-1.6.0.tar.gz) = 1686171 diff --git a/emulators/fuse/pkg-plist b/emulators/fuse/pkg-plist index df02a139a65e..c560e533232d 100644 --- a/emulators/fuse/pkg-plist +++ b/emulators/fuse/pkg-plist @@ -11,6 +11,7 @@ man/man1/fuse.1.gz %%DATADIR%%/keyboard.scr %%GTK2%%%%DATADIR%%/menu_data.ui %%GTK3%%%%DATADIR%%/menu_data.ui +%%DATADIR%%/keyboard.png %%DATADIR%%/microdrive.bmp %%DATADIR%%/plus2-0.rom %%DATADIR%%/plus2-1.rom |
