FreeBSD Bugzilla – Attachment 208260 Details for
Bug 241213
games/scummvm: update to 2.1.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to update port to 2.1.0
scummvm_2.1.0_rev0.diff (text/plain), 3.21 KB, created by
Steve Wills
on 2019-10-12 13:27:31 UTC
(
hide
)
Description:
patch to update port to 2.1.0
Filename:
MIME Type:
Creator:
Steve Wills
Created:
2019-10-12 13:27:31 UTC
Size:
3.21 KB
patch
obsolete
>diff --git games/scummvm/Makefile games/scummvm/Makefile >index ad9a240a0309..c6ca13142c51 100644 >--- games/scummvm/Makefile >+++ 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 games/scummvm/distinfo games/scummvm/distinfo >index b564066f6b43..7f9b798ba666 100644 >--- games/scummvm/distinfo >+++ 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 games/scummvm/pkg-plist games/scummvm/pkg-plist >index 8941a4060c93..b7407ca36edb 100644 >--- games/scummvm/pkg-plist >+++ 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 241213
: 208260