View | Details | Raw Unified | Return to bug 104155 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-3 / +12 lines)
Lines 32-39 Link Here
32
		INPUT_PLUGINS="${INPUT_PLUGINS}" \
32
		INPUT_PLUGINS="${INPUT_PLUGINS}" \
33
		OUTPUT_PLUGINS="${OUTPUT_PLUGINS}" \
33
		OUTPUT_PLUGINS="${OUTPUT_PLUGINS}" \
34
		VISUALIZATION_PLUGINS="${VISUALIZATION_PLUGINS}"
34
		VISUALIZATION_PLUGINS="${VISUALIZATION_PLUGINS}"
35
CONFIGURE_ARGS=	--disable-jack --disable-flc --disable-adplug \
35
CONFIGURE_ARGS=	--disable-jack --disable-adplug --disable-lirc \
36
	--disable-lirc --disable-alsa --disable-amidiplug --disable-arts --disable-wma
36
--disable-alsa --disable-amidiplug --disable-arts --disable-wma
37
37
38
MAN1=		audacious.1
38
MAN1=		audacious.1
39
39
Lines 46-51 Link Here
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
		FLAC	"Enable FLAC input" off \
49
		SID	"Enable sid input" off \
50
		SID	"Enable sid input" off \
50
		MPC	"Enable mpc input" off \
51
		MPC	"Enable mpc input" off \
51
		ESOUND	"Enable Esound output"  off \
52
		ESOUND	"Enable Esound output"  off \
Lines 74-79 Link Here
74
.else
75
.else
75
PLIST_SUB+=	MODPLUG="@comment "
76
PLIST_SUB+=	MODPLUG="@comment "
76
CONFIGURE_ARGS+=	--disable-modplug
77
CONFIGURE_ARGS+=	--disable-modplug
78
.endif
79
80
.if !defined(WITHOUT_FLAC)
81
INPUT_PLUGINS+=	flac
82
PLIST_SUB+=	FLACPLUGIN=""
83
LIB_DEPENDS+=	FLAC.7:${PORTSDIR}/audio/flac
84
.else
85
PLIST_SUB+=	FLACPLUGIN="@comment "
86
CONFIGURE_ARGS+=	--disable-flac
77
.endif
87
.endif
78
88
79
.if !defined(WITHOUT_SID)
89
.if !defined(WITHOUT_SID)
80
--------- Makefile patch ----------

Return to bug 104155