aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorLars Engels <lme@FreeBSD.org>2010-12-27 20:43:06 +0000
committerLars Engels <lme@FreeBSD.org>2010-12-27 20:43:06 +0000
commita53276644a40c09efd7d7b58e855032054d37d35 (patch)
treef463cf023e9d659a6f505069035af6de9da6955c /games
parent8929dbb5e4404ad476fee310b81e2deac9bcf10a (diff)
downloadports-a53276644a40c09efd7d7b58e855032054d37d35.tar.gz
ports-a53276644a40c09efd7d7b58e855032054d37d35.zip
- update to 1.2.1 [1]
- remove WITH_MPEG2, it's only set WITH_VORBIS [1] - turn X86_ASM off, I [PR submitter] tested a few games and didn't see any difference in speed, remove ONLY_FOR_ARCHS [1] - add missing translations PR: ports/153256 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> Approved by: maintainer (me)
Notes
Notes: svn path=/head/; revision=267023
Diffstat (limited to 'games')
-rw-r--r--games/scummvm/Makefile18
-rw-r--r--games/scummvm/distinfo5
2 files changed, 8 insertions, 15 deletions
diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile
index 942dd0aed90f..00d9f07863e0 100644
--- a/games/scummvm/Makefile
+++ b/games/scummvm/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= scummvm
-DISTVERSION= 1.1.1
+DISTVERSION= 1.2.1
CATEGORIES= games emulators
MASTER_SITES= SF
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${DISTVERSION}
@@ -14,9 +14,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${DISTVERSION}
MAINTAINER= lme@FreeBSD.org
COMMENT= Interpreter for several adventure games
-ONLY_FOR_ARCHS= i386 amd64
-ONLY_FOR_ARCHS_REASON= "invokes i386 asm"
-
USE_BZIP2= yes
USE_GMAKE= yes
HAS_CONFIGURE= yes
@@ -33,13 +30,12 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \
CONFIGURE_ENV= CXX="${CXX}"
LDFLAGS="${PTHREAD_LIBS}"
-OPTIONS= VORBIS "Enable Ogg Vorbis support" off \
+OPTIONS= VORBIS "Enable Ogg Vorbis support" on \
MP3 "Enable MP3 support" on \
- MPEG2 "Enable MPEG2 support (implies VORBIS)" on \
FLAC "Enable FLAC support" off \
FLUIDSYNTH "Enable FluidSynth MIDI synthesizer" off \
MT32EMU "Enable MT-32 emulator" on \
- X86_ASM "Enable assembly code (i386 only)" on
+ X86_ASM "Enable assembly code (i386 only)" off
MAN6= scummvm.6
@@ -51,9 +47,10 @@ ENGINEDATA= drascula.dat \
sky.cpt \
teenagent.dat
-PLIST_FILES= bin/scummvm %%DATADIR%%/scummmodern.zip \
+PLIST_FILES= bin/scummvm \
%%DATADIR%%/scummvm.svg \
%%DATADIR%%/scummmodern.zip \
+ %%DATADIR%%/translations.dat \
$(ENGINEDATA:S/^/%%DATADIR%%\/$$/)
PLIST_DIRS= %%DATADIR%%
@@ -68,10 +65,6 @@ CONFIGURE_ARGS+=--disable-nasm
.endif
.endif
-.if defined(WITH_MPEG2)
-WITH_VORBIS= yes
-.endif
-
.if defined(WITH_VORBIS)
LIB_DEPENDS+= ogg.7:${PORTSDIR}/audio/libogg \
vorbis.4:${PORTSDIR}/audio/libvorbis
@@ -112,6 +105,7 @@ do-install:
@${MKDIR} ${DATADIR}
@${INSTALL_DATA} ${WRKSRC}/icons/scummvm.svg ${DATADIR}
@${INSTALL_DATA} ${WRKSRC}/gui/themes/scummmodern.zip ${DATADIR}
+ @${INSTALL_DATA} ${WRKSRC}/gui/themes/translations.dat ${DATADIR}
.for i in ${ENGINEDATA}
@${INSTALL_DATA} ${WRKSRC}/dists/engine-data/${i} ${DATADIR}
.endfor
diff --git a/games/scummvm/distinfo b/games/scummvm/distinfo
index 2fe4182846e5..a1e3193749fc 100644
--- a/games/scummvm/distinfo
+++ b/games/scummvm/distinfo
@@ -1,3 +1,2 @@
-MD5 (scummvm-1.1.1.tar.bz2) = ed9098a78022d07fa1482f14325e3ab8
-SHA256 (scummvm-1.1.1.tar.bz2) = 9cc865c5690bfc1df4970d35984455031467381180a71d84b08dcc9f51e39d4a
-SIZE (scummvm-1.1.1.tar.bz2) = 8668735
+SHA256 (scummvm-1.2.1.tar.bz2) = 488e0fc0fb48509f8d2dcc8f87a77d03655e8ae0e9f4333963aaa07ff75f2a09
+SIZE (scummvm-1.2.1.tar.bz2) = 9541548