View | Details | Raw Unified | Return to bug 153256
Collapse All | Expand All

(-)games/scummvm/Makefile (-12 / +4 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	scummvm
8
PORTNAME=	scummvm
9
DISTVERSION=	1.1.1
9
DISTVERSION=	1.2.0
10
CATEGORIES=	games emulators
10
CATEGORIES=	games emulators
11
MASTER_SITES=	SF
11
MASTER_SITES=	SF
12
MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTNAME}/${DISTVERSION}
12
MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTNAME}/${DISTVERSION}
Lines 14-22 Link Here
14
MAINTAINER=	lme@FreeBSD.org
14
MAINTAINER=	lme@FreeBSD.org
15
COMMENT=	Interpreter for several adventure games
15
COMMENT=	Interpreter for several adventure games
16
16
17
ONLY_FOR_ARCHS=	i386 amd64
18
ONLY_FOR_ARCHS_REASON=	"invokes i386 asm"
19
20
USE_BZIP2=	yes
17
USE_BZIP2=	yes
21
USE_GMAKE=	yes
18
USE_GMAKE=	yes
22
HAS_CONFIGURE=	yes
19
HAS_CONFIGURE=	yes
Lines 33-45 Link Here
33
CONFIGURE_ENV=	CXX="${CXX}"
30
CONFIGURE_ENV=	CXX="${CXX}"
34
 		LDFLAGS="${PTHREAD_LIBS}"
31
 		LDFLAGS="${PTHREAD_LIBS}"
35
32
36
OPTIONS=	VORBIS "Enable Ogg Vorbis support" off \
33
OPTIONS=	VORBIS "Enable Ogg Vorbis support" on \
37
		MP3 "Enable MP3 support" on \
34
		MP3 "Enable MP3 support" on \
38
		MPEG2 "Enable MPEG2 support (implies VORBIS)" on \
39
		FLAC "Enable FLAC support" off \
35
		FLAC "Enable FLAC support" off \
40
		FLUIDSYNTH "Enable FluidSynth MIDI synthesizer" off \
36
		FLUIDSYNTH "Enable FluidSynth MIDI synthesizer" off \
41
 		MT32EMU "Enable MT-32 emulator" on \
37
 		MT32EMU "Enable MT-32 emulator" on \
42
 		X86_ASM "Enable assembly code (i386 only)" on
38
 		X86_ASM "Enable assembly code (i386 only)" off
43
39
44
MAN6=		scummvm.6
40
MAN6=		scummvm.6
45
41
Lines 51-57 Link Here
51
		sky.cpt \
47
		sky.cpt \
52
		teenagent.dat
48
		teenagent.dat
53
49
54
PLIST_FILES=	bin/scummvm %%DATADIR%%/scummmodern.zip \
50
PLIST_FILES=	bin/scummvm \
55
		%%DATADIR%%/scummvm.svg \
51
		%%DATADIR%%/scummvm.svg \
56
		%%DATADIR%%/scummmodern.zip \
52
		%%DATADIR%%/scummmodern.zip \
57
		$(ENGINEDATA:S/^/%%DATADIR%%\/$$/)
53
		$(ENGINEDATA:S/^/%%DATADIR%%\/$$/)
Lines 68-77 Link Here
68
.endif
64
.endif
69
.endif
65
.endif
70
66
71
.if defined(WITH_MPEG2)
72
WITH_VORBIS=	yes
73
.endif
74
75
.if defined(WITH_VORBIS)
67
.if defined(WITH_VORBIS)
76
LIB_DEPENDS+=	ogg.7:${PORTSDIR}/audio/libogg \
68
LIB_DEPENDS+=	ogg.7:${PORTSDIR}/audio/libogg \
77
		vorbis.4:${PORTSDIR}/audio/libvorbis
69
		vorbis.4:${PORTSDIR}/audio/libvorbis
(-)games/scummvm/distinfo (-3 / +2 lines)
Lines 1-3 Link Here
1
MD5 (scummvm-1.1.1.tar.bz2) = ed9098a78022d07fa1482f14325e3ab8
1
SHA256 (scummvm-1.2.0.tar.bz2) = 3ffc594d7ce3c14ad9bbbfaec70479f83a8bdbda81cf1eacf2988127f1d4dac0
2
SHA256 (scummvm-1.1.1.tar.bz2) = 9cc865c5690bfc1df4970d35984455031467381180a71d84b08dcc9f51e39d4a
2
SIZE (scummvm-1.2.0.tar.bz2) = 9514141
3
SIZE (scummvm-1.1.1.tar.bz2) = 8668735

Return to bug 153256