update to scummvm 1.9.0

This commit is contained in:
jsg 2016-11-01 13:03:14 +00:00
parent 1454b62297
commit 9332460a47
5 changed files with 25 additions and 29 deletions

View File

@ -1,9 +1,8 @@
# $OpenBSD: Makefile,v 1.66 2016/08/30 10:20:15 jasper Exp $
# $OpenBSD: Makefile,v 1.67 2016/11/01 13:03:14 jsg Exp $
COMMENT= graphical adventure game interpreter
V= 1.8.1
V= 1.9.0
DISTNAME= scummvm-${V}
REVISION= 0
CATEGORIES= games x11 emulators
MASTER_SITES= http://www.scummvm.org/frs/scummvm/${V}/
@ -14,7 +13,7 @@ MAINTAINER= Jonathan Gray <jsg@openbsd.org>
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += FLAC SDL c faad freetype jpeg m mad png pthread sndio stdc++
WANTLIB += FLAC SDL2 c faad freetype jpeg m mad png pthread sndio stdc++
WANTLIB += theoradec z
.if ${MACHINE_ARCH} == "i386"
@ -25,7 +24,7 @@ RUN_DEPENDS= devel/desktop-file-utils
LIB_DEPENDS= audio/libmad \
audio/flac \
audio/faad>=2.7 \
devel/sdl \
devel/sdl2 \
graphics/png \
graphics/jpeg \
multimedia/libtheora
@ -36,6 +35,8 @@ CONFIGURE_ARGS+= --disable-alsa \
--disable-fluidsynth \
--disable-seq-midi \
--disable-mpeg2 \
--disable-sdlnet \
--disable-libcurl \
--enable-sndio \
--mandir="${LOCALBASE}/man"
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \

View File

@ -1,2 +1,2 @@
SHA256 (scummvm-1.8.1.tar.gz) = TnC7mT3Id5peZ9fz9FqEb5D5ySQAdBwxFoud2qTkgJQ=
SIZE (scummvm-1.8.1.tar.gz) = 26227365
SHA256 (scummvm-1.9.0.tar.gz) = tfDO8sSds8UhjPhe9xhUi3Ctj6Wks20h3ywGcVBVgfU=
SIZE (scummvm-1.9.0.tar.gz) = 33252122

View File

@ -1,11 +1,10 @@
$OpenBSD: patch-Makefile_common,v 1.8 2014/08/17 06:08:05 jsg Exp $
--- Makefile.common.orig Tue Jul 22 15:15:04 2014
+++ Makefile.common Tue Jul 22 15:15:22 2014
@@ -165,29 +165,6 @@ VER_MINOR = $(shell echo $(VERSION) | cut -d. -f 2)
VER_PATCH = $(shell echo $(VERSION) | cut -d. -f 3 | cut -c1)
VER_EXTRA = $(shell echo $(VERSION) | cut -d. -f 3 | cut -c2-)
$OpenBSD: patch-Makefile_common,v 1.9 2016/11/01 13:03:14 jsg Exp $
--- Makefile.common.orig Tue Nov 1 20:19:09 2016
+++ Makefile.common Tue Nov 1 20:19:36 2016
@@ -171,22 +171,6 @@ AMIGA_DATE = $(shell gdate '+%d.%m.%Y')
base/version.o: CXXFLAGS:=$(CXXFLAGS) -DAMIGA_DATE=\"$(AMIGA_DATE)\"
endif
-
-######################################################################
-# Get git's working copy information
-######################################################################
@ -22,12 +21,6 @@ $OpenBSD: patch-Makefile_common,v 1.8 2014/08/17 06:08:05 jsg Exp $
-GITROOT := git://github.com/scummvm/scummvm.git
-endif
-
-# Define the Subversion revision if available, either autodetected or
-# specified by the user, but only for base/version.cpp.
-ifneq ($(origin VER_REV), undefined)
-base/version.o: CXXFLAGS:=$(CXXFLAGS) -DSCUMMVM_REVISION=\"$(VER_REV)\"
-endif
-
######################################################################
# Distribution settings
######################################################################
# Define the Subversion revision if available, either autodetected or
# specified by the user, but only for base/version.cpp.
ifneq ($(origin VER_REV), undefined)

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-configure,v 1.17 2016/06/05 10:47:25 jsg Exp $
--- configure.orig Sun Jun 5 20:09:33 2016
+++ configure Sun Jun 5 20:11:31 2016
@@ -1903,22 +1903,6 @@ if test "$_use_cxx11" = "yes" ; then
$OpenBSD: patch-configure,v 1.18 2016/11/01 13:03:14 jsg Exp $
--- configure.orig Tue Oct 11 08:50:16 2016
+++ configure Tue Nov 1 19:50:55 2016
@@ -1973,22 +1973,6 @@ if test "$_use_cxx11" = "yes" ; then
fi
echo $_use_cxx11
@ -24,7 +24,7 @@ $OpenBSD: patch-configure,v 1.17 2016/06/05 10:47:25 jsg Exp $
# If possible, we want to use -Wglobal-constructors
# However, not all compilers support that, so check whether the active one does.
echocheck "whether -Wglobal-constructors work"
@@ -3738,18 +3722,16 @@ if test "$_flac" = auto ; then
@@ -3838,18 +3822,16 @@ if test "$_flac" = auto ; then
int main(void) { return FLAC__STREAM_SYNC_LEN >> 30; /* guaranteed to be 0 */ }
EOF
if test "$_vorbis" = yes ; then

View File

@ -1,6 +1,8 @@
@comment $OpenBSD: PLIST,v 1.11 2016/03/17 00:40:54 jsg Exp $
@comment $OpenBSD: PLIST,v 1.12 2016/11/01 13:03:14 jsg Exp $
@bin bin/scummvm
@man man/man6/scummvm.6
share/appdata/
share/appdata/scummvm.appdata.xml
share/applications/scummvm.desktop
share/doc/scummvm/
share/doc/scummvm/AUTHORS