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

(-)games/scummvm/Makefile (-3 / +5 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	scummvm
4
PORTNAME=	scummvm
5
PORTVERSION=	2.1.0
5
PORTVERSION=	2.1.1
6
CATEGORIES=	games emulators
6
CATEGORIES=	games emulators
7
MASTER_SITES=	http://www.scummvm.org/frs/scummvm/${PORTVERSION}/
7
MASTER_SITES=	http://www.scummvm.org/frs/scummvm/${PORTVERSION}/
8
8
Lines 21-27 Link Here
21
		libmpeg2.so:multimedia/libmpeg2 \
21
		libmpeg2.so:multimedia/libmpeg2 \
22
		libtheoradec.so:multimedia/libtheora
22
		libtheoradec.so:multimedia/libtheora
23
23
24
USES=		gmake gnome jpeg sdl tar:xz
24
USES=		gmake gnome iconv jpeg sdl tar:xz
25
HAS_CONFIGURE=	yes
25
HAS_CONFIGURE=	yes
26
USE_SDL=	sdl2
26
USE_SDL=	sdl2
27
INSTALLS_ICONS=	yes
27
INSTALLS_ICONS=	yes
Lines 39-44 Link Here
39
39
40
OPTIONS_DEFINE=		DOCS FLAC FLUIDSYNTH MP3 MT32EMU PNG SNDIO VORBIS
40
OPTIONS_DEFINE=		DOCS FLAC FLUIDSYNTH MP3 MT32EMU PNG SNDIO VORBIS
41
OPTIONS_DEFAULT=	MP3 MT32EMU PNG VORBIS
41
OPTIONS_DEFAULT=	MP3 MT32EMU PNG VORBIS
42
OPTIONS_SUB=		yes
42
43
43
MT32EMU_DESC=	MT-32 emulator
44
MT32EMU_DESC=	MT-32 emulator
44
45
Lines 46-52 Link Here
46
			libvorbis.so:audio/libvorbis
47
			libvorbis.so:audio/libvorbis
47
VORBIS_CONFIGURE_ON=	--with-ogg-prefix=${LOCALBASE} \
48
VORBIS_CONFIGURE_ON=	--with-ogg-prefix=${LOCALBASE} \
48
			--with-vorbis-prefix=${LOCALBASE}
49
			--with-vorbis-prefix=${LOCALBASE}
49
VORBIS_CONFIGURE_OFF=	--disable-vorbis
50
VORBIS_CONFIGURE_OFF=	--disable-vorbis \
51
			--disable-ogg
50
52
51
MP3_LIB_DEPENDS=	libmad.so:audio/libmad
53
MP3_LIB_DEPENDS=	libmad.so:audio/libmad
52
MP3_CONFIGURE_ON=	--with-mad-prefix=${LOCALBASE}
54
MP3_CONFIGURE_ON=	--with-mad-prefix=${LOCALBASE}
(-)games/scummvm/distinfo (-3 / +3 lines)
Lines 1-6 Link Here
1
TIMESTAMP = 1580656626
1
TIMESTAMP = 1581614684
2
SHA256 (scummvm-2.1.0.tar.xz) = 6b50c6596a1536b52865f556dc05ded20f86b6ffabe4bccbd746b5587b15f727
2
SHA256 (scummvm-2.1.1.tar.xz) = 5753769356f3396fde1e614b40496c61392a2903c53ca436b721dde58353dca8
3
SIZE (scummvm-2.1.0.tar.xz) = 27188916
3
SIZE (scummvm-2.1.1.tar.xz) = 27291080
4
SHA256 (8593a9e1e4e8dd1f5dfac9b1304a417df9a742e6.patch) = dc625481aa58fb87a659d33e10c11a86f085b72bf754b43f4c538ceab72f02a9
4
SHA256 (8593a9e1e4e8dd1f5dfac9b1304a417df9a742e6.patch) = dc625481aa58fb87a659d33e10c11a86f085b72bf754b43f4c538ceab72f02a9
5
SIZE (8593a9e1e4e8dd1f5dfac9b1304a417df9a742e6.patch) = 977
5
SIZE (8593a9e1e4e8dd1f5dfac9b1304a417df9a742e6.patch) = 977
6
SHA256 (68758a879e0c8ecc0d40962516d4e808aa4e15e5.patch) = 847caba0fd2fedc3bd365a6306539a9665b84f3b0653b771a294415f5450d25b
6
SHA256 (68758a879e0c8ecc0d40962516d4e808aa4e15e5.patch) = 847caba0fd2fedc3bd365a6306539a9665b84f3b0653b771a294415f5450d25b
(-)games/scummvm/pkg-plist (-1 / +1 lines)
Lines 30-36 Link Here
30
%%DATADIR%%/sky.cpt
30
%%DATADIR%%/sky.cpt
31
%%DATADIR%%/supernova.dat
31
%%DATADIR%%/supernova.dat
32
%%DATADIR%%/teenagent.dat
32
%%DATADIR%%/teenagent.dat
33
%%DATADIR%%/titanic.dat
33
%%MP3%%%%DATADIR%%/titanic.dat
34
%%DATADIR%%/tony.dat
34
%%DATADIR%%/tony.dat
35
%%DATADIR%%/toon.dat
35
%%DATADIR%%/toon.dat
36
%%DATADIR%%/translations.dat
36
%%DATADIR%%/translations.dat

Return to bug 244272