mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
- add an OPTION for the ices plugin so that xmms2 can stream audio via
icecast Requested by: xride
This commit is contained in:
parent
0a9d4357f5
commit
93d85f01a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177378
@ -52,6 +52,7 @@ OPTIONS= FAAD "Support to playback AAC files" on \
|
||||
FAM "Support to update Media Library on file change" off \
|
||||
MDNS_AVAHI "Support to announce XMMS2d via mDNS (Avahi)" off \
|
||||
MDNS_APPLE "Support to announce XMMS2d via mDNS (Apple)" on \
|
||||
ICES "Support to playback files to an icecast server" off \
|
||||
JACK "Support to output via the Jack output server" off #\
|
||||
# SDL "Support for visualization" on
|
||||
.endif
|
||||
@ -199,6 +200,14 @@ EXCLUDE+= medialib-updater
|
||||
PLIST_SUB+= FAM="@comment "
|
||||
.endif
|
||||
|
||||
.if defined(WITH_ICES)
|
||||
LIB_DEPENDS+= shout.5:${PORTSDIR}/audio/libshout2
|
||||
PLIST_SUB+= ICES=""
|
||||
.else
|
||||
EXCLUDE+= ices
|
||||
PLIST_SUB+= ICES="@comment "
|
||||
.endif
|
||||
|
||||
.if defined(WITH_MDNS_AVAHI)
|
||||
LIB_DEPENDS+= avahi-core:${PORTSDIR}/net/avahi
|
||||
PLIST_SUB+= MDNS_AVAHI=""
|
||||
|
@ -70,6 +70,7 @@ lib/xmms2/libxmms_equalizer.so
|
||||
%%FLAC%%lib/xmms2/libxmms_flac.so
|
||||
lib/xmms2/libxmms_file.so
|
||||
%%GNOMEVFS%%lib/xmms2/libxmms_gnomevfs.so
|
||||
%%ICES%%lib/xmms2/libxmms_ices.so
|
||||
lib/xmms2/libxmms_icymetaint.so
|
||||
lib/xmms2/libxmms_id3v2.so
|
||||
%%JACK%%lib/xmms2/libxmms_jack.so
|
||||
|
Loading…
Reference in New Issue
Block a user