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

(-)gmerlin/Makefile (-9 / +2 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	gmerlin
8
PORTNAME=	gmerlin
9
PORTVERSION=	1.0.0
9
PORTVERSION=	1.0.0
10
PORTREVISION=	2
10
PORTREVISION=	3
11
CATEGORIES=	multimedia
11
CATEGORIES=	multimedia
12
MASTER_SITES=	SF
12
MASTER_SITES=	SF
13
13
Lines 20-26 Link Here
20
		QUICKTIME "Enable QuickTime support" on \
20
		QUICKTIME "Enable QuickTime support" on \
21
		VISUAL "Enable libvisual support" on \
21
		VISUAL "Enable libvisual support" on \
22
		CDIO	"Enable libcdio support" on \
22
		CDIO	"Enable libcdio support" on \
23
		MUSICBRAINZ "Enable MusicBrainz support" on \
24
		CDDB	"Enable CDDB support" on \
23
		CDDB	"Enable CDDB support" on \
25
		ESOUND	"Enable ESounD support" off \
24
		ESOUND	"Enable ESounD support" off \
26
		JACK	"Enable Jack support" on \
25
		JACK	"Enable Jack support" on \
Lines 43-49 Link Here
43
GNU_CONFIGURE=	yes
42
GNU_CONFIGURE=	yes
44
CONFIGURE_ARGS=	--disable-alsa --disable-v4l --disable-v4l2 \
43
CONFIGURE_ARGS=	--disable-alsa --disable-v4l --disable-v4l2 \
45
		--disable-camelot --disable-alsamixer --disable-v4lconvert \
44
		--disable-camelot --disable-alsamixer --disable-v4lconvert \
46
		--without-doxygen --without-cpuflags
45
		--without-doxygen --without-cpuflags --disable-musicbrainz
47
USE_LDCONFIG=	yes
46
USE_LDCONFIG=	yes
48
INSTALL_ICONS=	yes
47
INSTALL_ICONS=	yes
49
48
Lines 85-96 Link Here
85
PLIST_SUB+=	CDIO="@comment "
84
PLIST_SUB+=	CDIO="@comment "
86
.endif
85
.endif
87
86
88
.if !defined(WITHOUT_MUSICBRAINZ)
89
LIB_DEPENDS+=	musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz
90
.else
91
CONFIGURE_ARGS+=--disable-musicbrainz
92
.endif
93
94
.if !defined(WITHOUT_CDDB)
87
.if !defined(WITHOUT_CDDB)
95
LIB_DEPENDS+=	cddb.4:${PORTSDIR}/audio/libcddb
88
LIB_DEPENDS+=	cddb.4:${PORTSDIR}/audio/libcddb
96
.else
89
.else

Return to bug 165754