mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Update to 1.0.0rc1
- Optionally enable dynamic plugins
This commit is contained in:
parent
4d754fc766
commit
d68c527c85
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243977
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user