diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2023-03-15 19:19:15 +0100 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2023-03-15 19:19:15 +0100 |
commit | 066d8387973dedaebc0604cdaf14f4c07e44879b (patch) | |
tree | 9fe35d4baba9fa57d9bd13ae22bb384cefb3eda8 | |
parent | 6ccc29514e16e9d9b8ccc5da9ae4e74ff93953ea (diff) | |
download | freebsd-ports-066d8387973dedaebc0604cdaf14f4c07e44879b.zip |
emulators/vice: update to 3.7.1
disable FFMPEG
PR: 270202
-rw-r--r-- | emulators/vice/Makefile | 8 | ||||
-rw-r--r-- | emulators/vice/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index 9e920d404b62..ee7d337f076a 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -1,6 +1,6 @@ PORTNAME= vice -PORTVERSION= 3.7 -PORTREVISION= 1 +PORTVERSION= 3.7.1 +PORTREVISION= 0 CATEGORIES= emulators MASTER_SITES= SF/vice-emu/releases @@ -40,7 +40,6 @@ MAKE_ENV+= XDG_DATA_DIRS=${STAGEDIR}${PREFIX}/share CFLAGS+= -fcommon CONFIGURE_ARGS+= --prefix=${PREFIX} \ --enable-ipv6 \ - --enable-ffmpeg \ --enable-x64 \ --disable-realdevice \ --disable-pdf-docs \ @@ -48,7 +47,7 @@ CONFIGURE_ARGS+= --prefix=${PREFIX} \ --disable-dependency-tracking \ DOS2UNIX=true -OPTIONS_DEFINE= SDLSOUND ALSA PULSEAUDIO DOCS +OPTIONS_DEFINE= SDLSOUND ALSA PULSEAUDIO FFMPEG DOCS OPTIONS_SINGLE= GUI OPTIONS_SINGLE_GUI= GTK3UI SDLUI2 OPTIONS_DEFAULT?= GTK3UI SDLSOUND ALSA @@ -57,6 +56,7 @@ OPTIONS_SUB= yes GTK3UI_DESC= use GTK3 user interface SDLUI2_DESC= use SDL2 user interface SDLSOUND_DESC= build with SDL2 sound system support +FFMPEG_CONFIGURE_ENABLE= ffmpeg GTK3UI_USES= desktop-file-utils GTK3UI_CONFIGURE_ENABLE= gtk3ui desktop-files diff --git a/emulators/vice/distinfo b/emulators/vice/distinfo index a8d5f7584149..3f6bed273d11 100644 --- a/emulators/vice/distinfo +++ b/emulators/vice/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1672003074 -SHA256 (vice-3.7.tar.gz) = 35a673c7ce236b4297a887f3eb8e8e29fd44b14eea21929268ca4adec42bd446 -SIZE (vice-3.7.tar.gz) = 13442624 +TIMESTAMP = 1675259238 +SHA256 (vice-3.7.1.tar.gz) = 7e3811e6024db0698bfbc321bb324572446b8853d01b4073f09865957b0cab98 +SIZE (vice-3.7.1.tar.gz) = 13444946 |