Date: Wed, 1 Apr 2015 09:30:49 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382900 - in head: Mk audio/musicpd audio/xmms2 multimedia/xfce4-parole Message-ID: <201504010930.t319Uncw071055@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Wed Apr 1 09:30:48 2015 New Revision: 382900 URL: https://svnweb.freebsd.org/changeset/ports/382900 QAT: https://qat.redports.org/buildarchive/r382900/ Log: - 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 Modified: head/Mk/bsd.options.desc.mk head/audio/musicpd/Makefile head/audio/xmms2/Makefile head/multimedia/xfce4-parole/Makefile Modified: head/Mk/bsd.options.desc.mk ============================================================================== --- head/Mk/bsd.options.desc.mk Wed Apr 1 09:14:30 2015 (r382899) +++ head/Mk/bsd.options.desc.mk Wed Apr 1 09:30:48 2015 (r382900) @@ -45,6 +45,7 @@ BZIP2_DESC?= bzip2 compression support CACA_DESC?= libcaca graphics library support CAIRO_DESC?= Cairo graphics library support CARES_DESC?= Asynchronous DNS resolution via c-ares +CDDA_DESC?= Digital Audio CD support CDDA2WAV_DESC?= CD ripping support (via cdda2wav) CDDB_DESC?= CDDB (compact disc database) support CDIO_DESC?= CDIO support via libcdio Modified: head/audio/musicpd/Makefile ============================================================================== --- head/audio/musicpd/Makefile Wed Apr 1 09:14:30 2015 (r382899) +++ head/audio/musicpd/Makefile Wed Apr 1 09:30:48 2015 (r382900) @@ -48,7 +48,6 @@ SIDPLAY2_DESC= Sidplay support (C64 mono 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 Modified: head/audio/xmms2/Makefile ============================================================================== --- head/audio/xmms2/Makefile Wed Apr 1 09:14:30 2015 (r382899) +++ head/audio/xmms2/Makefile Wed Apr 1 09:30:48 2015 (r382900) @@ -33,7 +33,6 @@ OPTIONS_DEFAULT= CURL FAAD FLAC MAD MDNS 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 Modified: head/multimedia/xfce4-parole/Makefile ============================================================================== --- head/multimedia/xfce4-parole/Makefile Wed Apr 1 09:14:30 2015 (r382899) +++ head/multimedia/xfce4-parole/Makefile Wed Apr 1 09:30:48 2015 (r382900) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504010930.t319Uncw071055>