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

(-)audacious/Makefile (-5 / +15 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	audacious
8
PORTNAME=	audacious
9
PORTVERSION=	0.2.2
9
PORTVERSION=	0.2.2
10
PORTREVISION=	1
10
CATEGORIES=	multimedia audio
11
CATEGORIES=	multimedia audio
11
MASTER_SITES=	http://audacious-media-player.org/release/ \
12
MASTER_SITES=	http://audacious-media-player.org/release/ \
12
		${MASTER_SITE_LOCAL}
13
		${MASTER_SITE_LOCAL}
Lines 19-31 Link Here
19
20
20
LIB_DEPENDS=	sndfile:${PORTSDIR}/audio/libsndfile \
21
LIB_DEPENDS=	sndfile:${PORTSDIR}/audio/libsndfile \
21
		musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \
22
		musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \
22
		curl.3:${PORTSDIR}/ftp/curl \
23
		curl.3:${PORTSDIR}/ftp/curl
23
		FLAC:${PORTSDIR}/audio/flac
24
24
25
USE_GNOME=	gtk20 libglade2
25
USE_GNOME=	gtk20 libglade2
26
WANT_GNOME=	yes
26
USE_GETTEXT=	yes
27
USE_X_PREFIX=	yes
27
USE_X_PREFIX=	yes
28
USE_REINPLACE=	yes
29
GNU_CONFIGURE=	yes
28
GNU_CONFIGURE=	yes
30
USE_GMAKE=	yes
29
USE_GMAKE=	yes
31
INSTALLS_SHLIB=	yes
30
INSTALLS_SHLIB=	yes
Lines 34-51 Link Here
34
		INPUT_PLUGINS="${INPUT_PLUGINS}" \
33
		INPUT_PLUGINS="${INPUT_PLUGINS}" \
35
		OUTPUT_PLUGINS="${OUTPUT_PLUGINS}" \
34
		OUTPUT_PLUGINS="${OUTPUT_PLUGINS}" \
36
		VISUALIZATION_PLUGINS="${VISUALIZATION_PLUGINS}"
35
		VISUALIZATION_PLUGINS="${VISUALIZATION_PLUGINS}"
36
CONFIGURE_ARGS=	--disable-jack --disable-flc --disable-adplug 
37
37
38
MAN1=		audacious.1
38
MAN1=		audacious.1
39
39
40
PORTDOCS=	README AUTHORS ChangeLog NEWS
40
PORTDOCS=	README AUTHORS ChangeLog NEWS
41
41
42
INPUT_PLUGINS=	cdaudio mpg123 wav tonegen wma console \
42
INPUT_PLUGINS=	cdaudio mpg123 wav tonegen wma console \
43
		sexypsf aac timidity flac
43
		sexypsf aac timidity
44
OUTPUT_PLUGINS=	OSS disk_writer
44
OUTPUT_PLUGINS=	OSS disk_writer
45
VISUALIZATION_PLUGINS=	blur_scope
45
VISUALIZATION_PLUGINS=	blur_scope
46
46
47
OPTIONS=	VORBIS	"Enable Ogg Vorbis input" on \
47
OPTIONS=	VORBIS	"Enable Ogg Vorbis input" on \
48
		MODPLUG	"Enable modplug input" off \
48
		MODPLUG	"Enable modplug input" off \
49
		SID	"Enable sid input" off \
49
		MPC	"Enable mpc input" off \
50
		MPC	"Enable mpc input" off \
50
		ESOUND	"Enable Esound output"  off \
51
		ESOUND	"Enable Esound output"  off \
51
		ID3V2	"Enable id3v2 editing" off \
52
		ID3V2	"Enable id3v2 editing" off \
Lines 71-76 Link Here
71
.else
72
.else
72
PLIST_SUB+=	MODPLUG="@comment "
73
PLIST_SUB+=	MODPLUG="@comment "
73
CONFIGURE_ARGS+=	--disable-modplug
74
CONFIGURE_ARGS+=	--disable-modplug
75
.endif
76
77
.if !defined(WITHOUT_SID)
78
INPUT_PLUGINS+=	sid
79
PLIST_SUB+=	SIDPLUGIN=""
80
LIB_DEPENDS+=	sidplay.1:${PORTSDIR}/audio/libsidplay
81
.else
82
PLIST_SUB+=	SIDPLUGIN="@comment "
83
CONFIGURE_ARGS+=	--disable-sid
74
.endif
84
.endif
75
85
76
.if !defined(WITHOUT_MPC)
86
.if !defined(WITHOUT_MPC)
(-)audacious/pkg-plist (-1 / +1 lines)
Lines 23-31 Link Here
23
lib/audacious/Input/libaac.so
23
lib/audacious/Input/libaac.so
24
lib/audacious/Input/libtimidity.so
24
lib/audacious/Input/libtimidity.so
25
%%VORBISPLUGIN%%lib/audacious/Input/libvorbis.so
25
%%VORBISPLUGIN%%lib/audacious/Input/libvorbis.so
26
lib/audacious/Input/libflac.so
27
%%MODPLUG%%lib/audacious/Input/libmodplug.so
26
%%MODPLUG%%lib/audacious/Input/libmodplug.so
28
%%MPCPLUGIN%%lib/audacious/Input/libmpc.so
27
%%MPCPLUGIN%%lib/audacious/Input/libmpc.so
28
%%SIDPLUGIN%%lib/audacious/Input/libsid.so
29
lib/audacious/Input/libwav.so
29
lib/audacious/Input/libwav.so
30
lib/audacious/Input/libwma.so
30
lib/audacious/Input/libwma.so
31
lib/audacious/Output/libOSS.so
31
lib/audacious/Output/libOSS.so

Return to bug 94595