diff options
author | Lars Engels <lme@FreeBSD.org> | 2019-11-07 16:27:43 +0000 |
---|---|---|
committer | Lars Engels <lme@FreeBSD.org> | 2019-11-07 16:27:43 +0000 |
commit | 0f2b9d79ad721688dc507441e8eece6faea71a7b (patch) | |
tree | 5c7d865d5f586f04e179cf1c7e7c93d9403e7609 /games/scummvm | |
parent | 4390304f427ed7a358634132e44eb5a3bf3ef285 (diff) |
games/scummvm:
- Update to 2.1.0
- Changelog: https://www.scummvm.org/news/20191013/
PR: 241213
Submitted by: swills
Notes
Notes:
svn path=/head/; revision=516982
Diffstat (limited to 'games/scummvm')
-rw-r--r-- | games/scummvm/Makefile | 26 | ||||
-rw-r--r-- | games/scummvm/distinfo | 6 | ||||
-rw-r--r-- | games/scummvm/pkg-plist | 10 |
3 files changed, 24 insertions, 18 deletions
diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile index ad9a240a0309..c6ca13142c51 100644 --- a/games/scummvm/Makefile +++ b/games/scummvm/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= scummvm -PORTVERSION= 2.0.0 -PORTREVISION= 3 +PORTVERSION= 2.1.0 CATEGORIES= games emulators MASTER_SITES= http://www.scummvm.org/frs/scummvm/${PORTVERSION}/ @@ -13,30 +12,31 @@ COMMENT= Interpreter for several adventure games LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libtheoradec.so:multimedia/libtheora \ - libfaad.so:audio/faad \ +LIB_DEPENDS= libfaad.so:audio/faad \ + libfreetype.so:print/freetype2 \ libmpeg2.so:multimedia/libmpeg2 \ - libfreetype.so:print/freetype2 + libtheoradec.so:multimedia/libtheora -USES= gmake jpeg tar:xz +USES= gmake gnome jpeg sdl tar:xz HAS_CONFIGURE= yes USE_SDL= sdl2 INSTALLS_ICONS= yes -CONFIGURE_ARGS= --with-sdl-prefix=${LOCALBASE} \ - --with-jpeg-prefix=${LOCALBASE} \ - --disable-alsa \ - --with-zlib-prefix=/usr \ +CONFIGURE_ARGS= --disable-alsa \ --disable-debug \ --disable-nasm \ --disable-tremor \ - --enable-verbose-build + --enable-verbose-build \ + --with-jpeg-prefix=${LOCALBASE} \ + --with-sdl-prefix=${LOCALBASE} \ + --with-zlib-prefix=/usr LDFLAGS+= -lpthread -OPTIONS_DEFINE= VORBIS MP3 PNG FLAC FLUIDSYNTH MT32EMU DOCS SNDIO +OPTIONS_DEFINE= DOCS FLAC FLUIDSYNTH MP3 MT32EMU PNG SNDIO VORBIS +OPTIONS_DEFAULT= MP3 MT32EMU PNG VORBIS + MT32EMU_DESC= MT-32 emulator -OPTIONS_DEFAULT= VORBIS MP3 PNG MT32EMU VORBIS_LIB_DEPENDS= libogg.so:audio/libogg \ libvorbis.so:audio/libvorbis diff --git a/games/scummvm/distinfo b/games/scummvm/distinfo index b564066f6b43..7f9b798ba666 100644 --- a/games/scummvm/distinfo +++ b/games/scummvm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1513770484 -SHA256 (scummvm-2.0.0.tar.xz) = 9784418d555ba75822d229514a05cf226b8ce1a751eec425432e6b7e128fca60 -SIZE (scummvm-2.0.0.tar.xz) = 21291656 +TIMESTAMP = 1570886158 +SHA256 (scummvm-2.1.0.tar.xz) = 6b50c6596a1536b52865f556dc05ded20f86b6ffabe4bccbd746b5587b15f727 +SIZE (scummvm-2.1.0.tar.xz) = 27188916 diff --git a/games/scummvm/pkg-plist b/games/scummvm/pkg-plist index 8941a4060c93..b7407ca36edb 100644 --- a/games/scummvm/pkg-plist +++ b/games/scummvm/pkg-plist @@ -6,14 +6,17 @@ share/applications/scummvm.desktop %%PORTDOCS%%%%DOCSDIR%%/COPYING.BSD %%PORTDOCS%%%%DOCSDIR%%/COPYING.FREEFONT %%PORTDOCS%%%%DOCSDIR%%/COPYING.LGPL +%%PORTDOCS%%%%DOCSDIR%%/COPYING.OFL %%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/NEWS.md +%%PORTDOCS%%%%DOCSDIR%%/README.md share/appdata/scummvm.appdata.xml share/icons/hicolor/scalable/apps/scummvm.svg share/pixmaps/scummvm.xpm %%DATADIR%%/access.dat +%%DATADIR%%/cryomni3d.dat %%DATADIR%%/drascula.dat +%%DATADIR%%/fonts.dat %%DATADIR%%/hugo.dat %%DATADIR%%/kyra.dat %%DATADIR%%/lure.dat @@ -23,10 +26,13 @@ share/pixmaps/scummvm.xpm %%DATADIR%%/queen.tbl %%DATADIR%%/scummclassic.zip %%DATADIR%%/scummmodern.zip +%%DATADIR%%/scummremastered.zip %%DATADIR%%/sky.cpt +%%DATADIR%%/supernova.dat %%DATADIR%%/teenagent.dat %%DATADIR%%/titanic.dat %%DATADIR%%/tony.dat %%DATADIR%%/toon.dat %%DATADIR%%/translations.dat %%DATADIR%%/wintermute.zip +%%DATADIR%%/xeen.ccs |