From d68c527c85063d7d71732ceec2d5aa69e8a942c2 Mon Sep 17 00:00:00 2001 From: Lars Engels Date: Sun, 8 Nov 2009 14:43:18 +0000 Subject: - Update to 1.0.0rc1 - Optionally enable dynamic plugins --- games/scummvm/Makefile | 17 ++++++++++------- games/scummvm/distinfo | 6 +++--- 2 files changed, 13 insertions(+), 10 deletions(-) (limited to 'games') diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile index 2038b284ea6f..fdd2afcbe972 100644 --- a/games/scummvm/Makefile +++ b/games/scummvm/Makefile @@ -6,10 +6,10 @@ # PORTNAME= scummvm -PORTVERSION= 0.13.0 -PORTREVISION= 1 +DISTVERSION= 1.0.0rc1 CATEGORIES= games emulators MASTER_SITES= SF +MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${DISTVERSION} MAINTAINER= lme@FreeBSD.org COMMENT= Graphical Adventure Game Virtual Machine @@ -30,9 +30,10 @@ CONFIGURE_ENV= CXX="${CXX}" OPTIONS= VORBIS "Enable Ogg Vorbis support" off \ MAD "Enable mad (MP3) support" on \ - MPEG2 "Enable MPEG2 support (implies VORBIS)" off \ + MPEG2 "Enable MPEG2 support (implies VORBIS)" on \ FLAC "Enable FLAC support" off \ - FLUIDSYNTH "Enable FluidSynth MIDI synthesizer" off + FLUIDSYNTH "Enable FluidSynth MIDI synthesizer" off \ + DPLUGINS "Enable support for dynamic plugins" off MAN6= scummvm.6 @@ -64,9 +65,7 @@ CONFIGURE_ARGS+=--disable-mad .if defined(WITH_MPEG2) WITH_VORBIS= yes LIB_DEPENDS+= mpeg2.0:${PORTSDIR}/multimedia/libmpeg2 -CONFIGURE_ARGS+=--with-mpeg2-prefix=${LOCALBASE} -.else -CONFIGURE_ARGS+=--disable-mpeg2 +CONFIGURE_ARGS+=--with-mpeg2-prefix=${LOCALBASE} --enable-mpeg2 .endif .if defined(WITH_FLAC) @@ -83,6 +82,10 @@ CONFIGURE_ARGS+=--with-fluidsynth-prefix=${LOCALBASE} CONFIGURE_ARGS+=--disable-fluidsynth .endif +.if defined(WITH_DPLUGINS) +CONFIGURE_ARGS+= --enable-plugins +.endif + post-patch: @${REINPLACE_CMD} -e 's/-O//' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's/-lfluidsynth/& ${PTHREAD_LIBS}/' ${WRKSRC}/configure diff --git a/games/scummvm/distinfo b/games/scummvm/distinfo index 0223754f97c3..acf23fa9f78c 100644 --- a/games/scummvm/distinfo +++ b/games/scummvm/distinfo @@ -1,3 +1,3 @@ -MD5 (scummvm-0.13.0.tar.bz2) = 85225f7b7d6d2ce9147f76743ba7ca68 -SHA256 (scummvm-0.13.0.tar.bz2) = 3e5267fe75b1a2b9618a3866f5d70b5c04d54994ff8d96aa7def9b54ea7d022d -SIZE (scummvm-0.13.0.tar.bz2) = 7110600 +MD5 (scummvm-1.0.0rc1.tar.bz2) = f3fabedc7ff2424d6a4bc678229b22ce +SHA256 (scummvm-1.0.0rc1.tar.bz2) = 1d7e8158d2d5bd1714324ce038f7a60e0544c2230ef77007b66194caf335defc +SIZE (scummvm-1.0.0rc1.tar.bz2) = 7603092 -- cgit v1.2.3