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 /multimedia | |
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 'multimedia')
-rw-r--r-- | multimedia/xfce4-parole/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/multimedia/xfce4-parole/Makefile b/multimedia/xfce4-parole/Makefile index 03887a4c9ed5..c31a92033177 100644 --- a/multimedia/xfce4-parole/Makefile +++ b/multimedia/xfce4-parole/Makefile @@ -40,7 +40,6 @@ OPTIONS_GROUP= GST_PLUG OPTIONS_GROUP_GST_PLUG= CDDA HTTP # Since 0.5.91 release, GStreamer 1.0 is enabled by default OPTIONS_DEFAULT= GST10 HTTP NLS -CDDA_DESC= CD audio (cdparanoia) HTTP_DESC= HTTP streaming (libsoup) GST01_DESC= GStreamer 0.10 GST10_DESC= GStreamer 1.0 |