diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2020-03-21 11:01:45 +0000 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2020-03-21 11:01:45 +0000 |
commit | 4d9aad2f7115d3408fa42ec16a88785343a97261 (patch) | |
tree | bd1bcdad884f90188568207d38084213e7144c78 | |
parent | 3aa897e00825b476e1cc1b59e0290fe4f2354fd6 (diff) |
Notes
-rw-r--r-- | games/scummvm/Makefile | 12 | ||||
-rw-r--r-- | games/scummvm/distinfo | 10 | ||||
-rw-r--r-- | games/scummvm/pkg-plist | 2 |
3 files changed, 17 insertions, 7 deletions
diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile index c6ca13142c51..0c79e8e32fdf 100644 --- a/games/scummvm/Makefile +++ b/games/scummvm/Makefile @@ -2,10 +2,14 @@ # $FreeBSD$ PORTNAME= scummvm -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.1 CATEGORIES= games emulators MASTER_SITES= http://www.scummvm.org/frs/scummvm/${PORTVERSION}/ +PATCH_SITES= https://github.com/scummvm/scummvm/commit/ +PATCHFILES= 8593a9e1e4e8dd1f5dfac9b1304a417df9a742e6.patch:-p1 \ + 68758a879e0c8ecc0d40962516d4e808aa4e15e5.patch:-p1 + MAINTAINER= lme@FreeBSD.org COMMENT= Interpreter for several adventure games @@ -17,7 +21,7 @@ LIB_DEPENDS= libfaad.so:audio/faad \ libmpeg2.so:multimedia/libmpeg2 \ libtheoradec.so:multimedia/libtheora -USES= gmake gnome jpeg sdl tar:xz +USES= gmake gnome iconv jpeg sdl tar:xz HAS_CONFIGURE= yes USE_SDL= sdl2 INSTALLS_ICONS= yes @@ -35,6 +39,7 @@ LDFLAGS+= -lpthread OPTIONS_DEFINE= DOCS FLAC FLUIDSYNTH MP3 MT32EMU PNG SNDIO VORBIS OPTIONS_DEFAULT= MP3 MT32EMU PNG VORBIS +OPTIONS_SUB= yes MT32EMU_DESC= MT-32 emulator @@ -42,7 +47,8 @@ VORBIS_LIB_DEPENDS= libogg.so:audio/libogg \ libvorbis.so:audio/libvorbis VORBIS_CONFIGURE_ON= --with-ogg-prefix=${LOCALBASE} \ --with-vorbis-prefix=${LOCALBASE} -VORBIS_CONFIGURE_OFF= --disable-vorbis +VORBIS_CONFIGURE_OFF= --disable-vorbis \ + --disable-ogg MP3_LIB_DEPENDS= libmad.so:audio/libmad MP3_CONFIGURE_ON= --with-mad-prefix=${LOCALBASE} diff --git a/games/scummvm/distinfo b/games/scummvm/distinfo index 7f9b798ba666..2e77ac1a2afc 100644 --- a/games/scummvm/distinfo +++ b/games/scummvm/distinfo @@ -1,3 +1,7 @@ -TIMESTAMP = 1570886158 -SHA256 (scummvm-2.1.0.tar.xz) = 6b50c6596a1536b52865f556dc05ded20f86b6ffabe4bccbd746b5587b15f727 -SIZE (scummvm-2.1.0.tar.xz) = 27188916 +TIMESTAMP = 1581614684 +SHA256 (scummvm-2.1.1.tar.xz) = 5753769356f3396fde1e614b40496c61392a2903c53ca436b721dde58353dca8 +SIZE (scummvm-2.1.1.tar.xz) = 27291080 +SHA256 (8593a9e1e4e8dd1f5dfac9b1304a417df9a742e6.patch) = dc625481aa58fb87a659d33e10c11a86f085b72bf754b43f4c538ceab72f02a9 +SIZE (8593a9e1e4e8dd1f5dfac9b1304a417df9a742e6.patch) = 977 +SHA256 (68758a879e0c8ecc0d40962516d4e808aa4e15e5.patch) = 847caba0fd2fedc3bd365a6306539a9665b84f3b0653b771a294415f5450d25b +SIZE (68758a879e0c8ecc0d40962516d4e808aa4e15e5.patch) = 1889 diff --git a/games/scummvm/pkg-plist b/games/scummvm/pkg-plist index b7407ca36edb..0c9e662bb603 100644 --- a/games/scummvm/pkg-plist +++ b/games/scummvm/pkg-plist @@ -30,7 +30,7 @@ share/pixmaps/scummvm.xpm %%DATADIR%%/sky.cpt %%DATADIR%%/supernova.dat %%DATADIR%%/teenagent.dat -%%DATADIR%%/titanic.dat +%%MP3%%%%DATADIR%%/titanic.dat %%DATADIR%%/tony.dat %%DATADIR%%/toon.dat %%DATADIR%%/translations.dat |