diff options
author | danfe <danfe@FreeBSD.org> | 2015-04-01 17:30:48 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2015-04-01 17:30:48 +0800 |
commit | 284c4d66610426cdeea739d853016b2c481a9326 (patch) | |
tree | 2f9b57304156684439b904c500c883d8137e7ba0 /audio | |
parent | 963683af97b867b16def83ff684b8db46c3f0d09 (diff) | |
download | freebsd-ports-gnome-284c4d66610426cdeea739d853016b2c481a9326.tar.gz freebsd-ports-gnome-284c4d66610426cdeea739d853016b2c481a9326.tar.zst freebsd-ports-gnome-284c4d66610426cdeea739d853016b2c481a9326.zip |
- Provide standard CDDA_DESC for Digital Audio CD support, and remove it
from individual ports when appropriate (two ports, `audio/deadbeef' and
`devel/gvfs', were allowed to keep them for the time being, since they
benefit from custom description)
- Remove last per-port occurrences of WAVPACK_DESC while I'm at it
Diffstat (limited to 'audio')
-rw-r--r-- | audio/musicpd/Makefile | 1 | ||||
-rw-r--r-- | audio/xmms2/Makefile | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index a39c927e969b..428fc6cf8557 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -48,7 +48,6 @@ SIDPLAY2_DESC= Sidplay support (C64 mono and stereo files) TREMOR_DESC= Tremor decoder (not with SHOUTCAST; use VORBIS) TWOLAME_DESC= TwoLAME support (mp2) VORBISENC_DESC= Ogg Vorbis encoder -WAVPACK_DESC= WavPack support WILDMIDI_DESC= WildMIDI support (MIDI files) OPTIONS_DEFAULT=ID3TAG IPV6 MAD OSS FLAC VORBIS WAV FFMPEG SNDFILE CURL diff --git a/audio/xmms2/Makefile b/audio/xmms2/Makefile index 4b2e365f3541..143abec00931 100644 --- a/audio/xmms2/Makefile +++ b/audio/xmms2/Makefile @@ -33,7 +33,6 @@ OPTIONS_DEFAULT= CURL FAAD FLAC MAD MDNS MDNS_APPLE VORBIS AIRPLAY_DESC= Support output via Airport Express AVCODEC_DESC= Avcodevc playback support -CDDA_DESC= AudioCD support ET_DESC= Install usage feedback reporting client FAM_DESC= Support to update Media Library on file change GME_DESC= Video game music files support @@ -47,7 +46,6 @@ SAMBA_DESC= Playback files via SMB SID_DESC= Playback SID files VISUAL_DESC= Visualization plugins support VOCODER_DESC= Phase Vocoder effect plugin -WAVPACK_DESC= Playback WV files XML_DESC= Support XML based playlists (XSPF, RSS) .endif # !XMMS_SLAVE |