diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-11 22:12:30 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-11 22:12:30 +0800 |
commit | 6a1beae785114edcecbe65b374a140a713d25eb8 (patch) | |
tree | 00dbc0e3e04fd48a0065dc40a2259196d555cb20 /audio | |
parent | 693be96aef9483dd5d32753221ba037eb7dd92bf (diff) | |
download | freebsd-ports-gnome-6a1beae785114edcecbe65b374a140a713d25eb8.tar.gz freebsd-ports-gnome-6a1beae785114edcecbe65b374a140a713d25eb8.tar.zst freebsd-ports-gnome-6a1beae785114edcecbe65b374a140a713d25eb8.zip |
Add a global OPUS_DESC
Diffstat (limited to 'audio')
-rw-r--r-- | audio/asunder/Makefile | 1 | ||||
-rw-r--r-- | audio/baresip/Makefile | 1 | ||||
-rw-r--r-- | audio/darkice/Makefile | 1 | ||||
-rw-r--r-- | audio/easytag/Makefile | 4 | ||||
-rw-r--r-- | audio/musicpd/Makefile | 1 |
5 files changed, 1 insertions, 7 deletions
diff --git a/audio/asunder/Makefile b/audio/asunder/Makefile index ad05384960b8..c610f60365ed 100644 --- a/audio/asunder/Makefile +++ b/audio/asunder/Makefile @@ -17,7 +17,6 @@ LIB_DEPENDS= libcddb.so:${PORTSDIR}/audio/libcddb RUN_DEPENDS= ${LOCALBASE}/bin/cdparanoia:${PORTSDIR}/audio/cdparanoia OPTIONS_DEFINE= LAME OGG FLAC OPUS WAVPACK APE WINDOWS_CHARS NLS DOCS -OPUS_DESC= OPUS support OPTIONS_DEFAULT= LAME OGG FLAC OPTIONS_SUB= yes diff --git a/audio/baresip/Makefile b/audio/baresip/Makefile index 7f44f0a7bb4a..ba3b217ad147 100644 --- a/audio/baresip/Makefile +++ b/audio/baresip/Makefile @@ -45,7 +45,6 @@ ILBC_DESC= iLBC audio codec L16_DESC= L16 audio codec MENU_DESC= Interactive menu OPENGLES_DESC= OpenGL ES video output -OPUS_DESC= Opus audio codec PLC_DESC= Packet Loss Concealment PRESENCE_DESC= Presence module SRTP_DESC= Secure RTP module [broken] diff --git a/audio/darkice/Makefile b/audio/darkice/Makefile index b15fc36396c0..9cbaf023891a 100644 --- a/audio/darkice/Makefile +++ b/audio/darkice/Makefile @@ -17,7 +17,6 @@ OPTIONS_MULTI= CODEC OPTIONS_MULTI_CODEC= VORBIS OPUS LAME TWOLAME FAAC AACPLUS OPTIONS_DEFAULT= VORBIS -OPUS_DESC= Ogg Opus audio codec support AACPLUS_DESC= AAC HEv2 and libsamplerate support USE_AUTOTOOLS= aclocal automake autoconf diff --git a/audio/easytag/Makefile b/audio/easytag/Makefile index ae4d745b75cb..60c30cc956eb 100644 --- a/audio/easytag/Makefile +++ b/audio/easytag/Makefile @@ -39,10 +39,8 @@ OPTIONS_DEFINE= WAVPACK NLS OPUS SPEEX OPTIONS_SINGLE= GTK OPTIONS_SINGLE_GTK= GTK2 GTK3 OPTIONS_DEFAULT= GTK2 NLS - -OPUS_DESC= IETF audio support - OPTIONS_SUB= yes + WAVPACK_LIB_DEPENDS= libwavpack.so:${PORTSDIR}/audio/wavpack WAVPACK_CONFIGURE_ENABLE= wavpack NLS_USES= gettext diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index 01883bba96f2..116aa6023eef 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -45,7 +45,6 @@ ADPLUG_DESC= AdPlug support FLUIDSYNTH_DESC=FludSynth support (MIDI files) GME_DESC= GME support (video game music files) LAME_DESC= Support for MP3 Icecast Streams -OPUS_DESC= Opus decoder SIDPLAY2_DESC= Sidplay support (C64 mono and stereo files) TREMOR_DESC= Tremor decoder (not with SHOUTCAST; use VORBIS) TWOLAME_DESC= TwoLAME support (mp2) |