diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2026-03-26 20:51:26 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2026-03-26 20:51:26 +0000 |
| commit | 6481257f531ef599b4034e270971b9eb0dc76e44 (patch) | |
| tree | 410f1b58a0e3e5fd01704d6dba6e96187ba0a9f2 /emulators/fuse | |
| parent | d3f147f34948a04ace8cbcfb94c548175db4c985 (diff) | |
emulators/fuse: update to 1.7.0
Drop SVGALIB support, it has been removed upstream.
Diffstat (limited to 'emulators/fuse')
| -rw-r--r-- | emulators/fuse/Makefile | 12 | ||||
| -rw-r--r-- | emulators/fuse/distinfo | 6 | ||||
| -rw-r--r-- | emulators/fuse/pkg-plist | 5 |
3 files changed, 9 insertions, 14 deletions
diff --git a/emulators/fuse/Makefile b/emulators/fuse/Makefile index 0c368a701c7d..12037abebbf1 100644 --- a/emulators/fuse/Makefile +++ b/emulators/fuse/Makefile @@ -1,6 +1,5 @@ PORTNAME= fuse -PORTVERSION= 1.6.0 -PORTREVISION= 8 +PORTVERSION= 1.7.0 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}-emulator/${PORTNAME}/${PORTVERSION} @@ -33,7 +32,7 @@ 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_SINGLE_UI= GTK2 GTK3 SDL OPTIONS_SUB= yes ALSA_CONFIGURE_ON= --with-audio-driver=alsa @@ -50,12 +49,9 @@ GTK2_CONFIGURE_ON= --disable-gtk3 GTK3_USE= GNOME=cairo,gtk30 GTK3_CONFIGURE_ENABLE= gtk3 SDL_USES= sdl -SDL_USE= SDL=sdl2 -SDL_CONFIGURE_WITH= sdl +SDL_USE= SDL=sdl2 XORG=ice,sm,xext +SDL_CONFIGURE_WITH= sdl2 SDL_CONFIGURE_ON= --without-gtk -SVGALIB_LIB_DEPENDS= libvga.so:graphics/svgalib -SVGALIB_CONFIGURE_WITH= svgalib -SVGALIB_CONFIGURE_ON= --without-gtk ROMS_RUN_DEPENDS= fuse-roms>0:emulators/fuse-roms PORTDOCS= AUTHORS ChangeLog README THANKS README.copyright diff --git a/emulators/fuse/distinfo b/emulators/fuse/distinfo index 72da9cdf8837..aa2096aca1de 100644 --- a/emulators/fuse/distinfo +++ b/emulators/fuse/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1614605732 -SHA256 (fuse-1.6.0.tar.gz) = 3a8fedf2ffe947c571561bac55a59adad4c59338f74e449b7e7a67d9ca047096 -SIZE (fuse-1.6.0.tar.gz) = 1686171 +TIMESTAMP = 1774438957 +SHA256 (fuse-1.7.0.tar.gz) = a3ff33430898a0f1927f2753a999a5bc99336702c04b8672220dee01d57d85d1 +SIZE (fuse-1.7.0.tar.gz) = 1742469 diff --git a/emulators/fuse/pkg-plist b/emulators/fuse/pkg-plist index ddf7727e92cd..4d2830dc44a0 100644 --- a/emulators/fuse/pkg-plist +++ b/emulators/fuse/pkg-plist @@ -1,5 +1,4 @@ bin/fuse -share/man/man1/fuse.1.gz %%ICONS%%share/applications/fuse.desktop %%DATADIR%%/128-0.rom %%DATADIR%%/128-1.rom @@ -7,11 +6,10 @@ share/man/man1/fuse.1.gz %%DATADIR%%/cassette.bmp %%DATADIR%%/disciple.rom %%SDL%%%%DATADIR%%/fuse.font -%%SVGALIB%%%%DATADIR%%/fuse.font +%%DATADIR%%/keyboard.png %%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 @@ -43,4 +41,5 @@ share/man/man1/fuse.1.gz %%ICONS%%share/icons/hicolor/48x48/mimetypes/application-x-spectrum.png %%ICONS%%share/icons/hicolor/64x64/apps/fuse.png %%ICONS%%share/icons/hicolor/64x64/mimetypes/application-x-spectrum.png +share/man/man1/fuse.1.gz %%ICONS%%share/mime/packages/fuse.xml |
