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

(-)b/games/scummvm/Makefile (-5 / +14 lines)
Lines 2-10 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	scummvm
4
PORTNAME=	scummvm
5
PORTVERSION=	1.8.1
5
PORTVERSION=	1.9.0
6
CATEGORIES=	games emulators
6
CATEGORIES=	games emulators
7
MASTER_SITES=	SF
7
MASTER_SITES=	http://www.scummvm.org/frs/scummvm/${PORTVERSION}/
8
8
9
MAINTAINER=	lme@FreeBSD.org
9
MAINTAINER=	lme@FreeBSD.org
10
COMMENT=	Interpreter for several adventure games
10
COMMENT=	Interpreter for several adventure games
Lines 12-20 COMMENT= Interpreter for several adventure games Link Here
12
LICENSE= 	GPLv2+
12
LICENSE= 	GPLv2+
13
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
14
15
USES=		gmake jpeg tar:bzip2
15
LIB_DEPENDS=	libtheoradec.so:multimedia/libtheora \
16
		libfaad.so:audio/faad \
17
		libmpeg2.so:multimedia/libmpeg2 \
18
		libfreetype.so:print/freetype2
19
20
USES=		gmake jpeg tar:xz
16
HAS_CONFIGURE=	yes
21
HAS_CONFIGURE=	yes
17
USE_SDL=	sdl
22
USE_SDL=	sdl2
18
INSTALLS_ICONS= 	yes
23
INSTALLS_ICONS= 	yes
19
24
20
CONFIGURE_ARGS=	--with-sdl-prefix=${LOCALBASE} \
25
CONFIGURE_ARGS=	--with-sdl-prefix=${LOCALBASE} \
Lines 28-34 CONFIGURE_ARGS= --with-sdl-prefix=${LOCALBASE} \ Link Here
28
33
29
LDFLAGS+=	-lpthread
34
LDFLAGS+=	-lpthread
30
35
31
OPTIONS_DEFINE=	VORBIS MP3 PNG FLAC FLUIDSYNTH MT32EMU DOCS
36
OPTIONS_DEFINE=	VORBIS MP3 PNG FLAC FLUIDSYNTH MT32EMU DOCS SNDIO
32
MT32EMU_DESC=	MT-32 emulator
37
MT32EMU_DESC=	MT-32 emulator
33
OPTIONS_DEFAULT=	VORBIS MP3 PNG MT32EMU
38
OPTIONS_DEFAULT=	VORBIS MP3 PNG MT32EMU
34
39
Lines 56-61 FLUIDSYNTH_CONFIGURE_OFF= --disable-fluidsynth Link Here
56
61
57
MT32EMU_CONFIGURE_OFF=	--disable-mt32emu
62
MT32EMU_CONFIGURE_OFF=	--disable-mt32emu
58
63
64
SNDIO_LIB_DEPENDS=	libsndio.so:audio/sndio
65
SNDIO_CONFIGURE_ON=	--with-sndio-prefix=${LOCALBASE}
66
SNDIO_CONFIGURE_OFF=	--disable-sndio
67
59
.include <bsd.port.pre.mk>
68
.include <bsd.port.pre.mk>
60
69
61
.if ${ARCH} == "armv6"
70
.if ${ARCH} == "armv6"
(-)b/games/scummvm/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1475754411
1
TIMESTAMP = 1481143388
2
SHA256 (scummvm-1.8.1.tar.bz2) = 5230bf512628157be0590f19916d8a9d860c222f04d82519c7d7a5f4fa4f5293
2
SHA256 (scummvm-1.9.0.tar.xz) = 2417edcb1ad51ca05a817c58aeee610bc6db5442984e8cf28e8a5fd914e8ae05
3
SIZE (scummvm-1.8.1.tar.bz2) = 22636204
3
SIZE (scummvm-1.9.0.tar.xz) = 22020384
(-)b/games/scummvm/pkg-plist (+1 lines)
Lines 9-14 share/applications/scummvm.desktop Link Here
9
%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT
9
%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT
10
%%PORTDOCS%%%%DOCSDIR%%/NEWS
10
%%PORTDOCS%%%%DOCSDIR%%/NEWS
11
%%PORTDOCS%%%%DOCSDIR%%/README
11
%%PORTDOCS%%%%DOCSDIR%%/README
12
share/appdata/scummvm.appdata.xml
12
share/icons/hicolor/scalable/apps/scummvm.svg
13
share/icons/hicolor/scalable/apps/scummvm.svg
13
share/pixmaps/scummvm.xpm
14
share/pixmaps/scummvm.xpm
14
%%DATADIR%%/access.dat
15
%%DATADIR%%/access.dat

Return to bug 215128