mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Add a global OPUS_DESC
This commit is contained in:
parent
8c72ce2539
commit
b2c93db5af
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361536
@ -354,6 +354,7 @@ OPENMPI_DESC?= Parallel processing support via Open MPI
|
||||
OPENRAW_DESC?= RAW camera format support
|
||||
OPENSSL_DESC?= SSL/TLS support via OpenSSL
|
||||
OPTIMIZED_CFLAGS_DESC?= Use extra compiler optimizations
|
||||
OPUS_DESC?= Opus audio codec support
|
||||
ORACLE_DESC?= Oracle database support
|
||||
ORACLE_JDBC_DESC?= JDBC connection to Oracle databases
|
||||
OSD_DESC?= On-screen display support
|
||||
|
@ -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
|
||||
|
||||
|
@ -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]
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
@ -48,7 +48,6 @@ GAMELIBS_DESC= Build game libraries
|
||||
.if ${IOQ3:MOPUS}
|
||||
OPTIONS_DEFINE+= OPUS
|
||||
OPTIONS_DEFAULT+= OPUS
|
||||
OPUS_DESC= Opus audio codec support
|
||||
.endif
|
||||
|
||||
MAKE_ARGS+= DEFAULT_BASEDIR="${Q3DIR}" \
|
||||
|
@ -39,7 +39,6 @@ CDIO_DESC= Audio CD grabbing with libcdio
|
||||
FDK_AAC_DESC= AAC audio encoding via Fraunhofer FDK
|
||||
FFSERVER_DESC= Build and install ffserver
|
||||
LIBV4L_DESC= Video for Linux support
|
||||
OPUS_DESC= Opus decoding with libopus
|
||||
X11GRAB_DESC= Enable x11 grabbing
|
||||
|
||||
# aacplus
|
||||
|
@ -42,7 +42,6 @@ OPTIONS_DEFAULT= BZIP2 FREETYPE FREI0R GNUTLS OPENCV SCHROEDINGER \
|
||||
|
||||
FDK_AAC_DESC= AAC audio encoding via Fraunhofer FDK
|
||||
ILBC_DESC= iLBC en/decoding via libilbc
|
||||
OPUS_DESC= Opus decoding with libopus
|
||||
X11GRAB_DESC= X11 grabbing
|
||||
|
||||
ALSA_LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib
|
||||
|
@ -20,7 +20,6 @@ OPTIONS_DEFAULT=GIF IPV6 OCFLAGS RTCPU WIN32 X264 XVID
|
||||
BLURAY_DESC?= BluRay support
|
||||
LZO_DESC?= Enable external liblzo library
|
||||
OCFLAGS_DESC?= Use optimized compiler flags
|
||||
OPUS_DESC?= Opus decoding with libopus
|
||||
OTCHAIN_DESC?= Use gcc 4.6+ toolchain on legacy systems
|
||||
REAL_DESC?= Enable realplayer plugin
|
||||
RTCPU_DESC?= Use runtime CPU detection on supported archs
|
||||
|
@ -27,7 +27,6 @@ BLURAY_DESC?= BluRay support
|
||||
ENCA_DESC?= Charset conversion via enca
|
||||
LZO_DESC?= External liblzo support
|
||||
OCFLAGS_DESC?= Use optimized compiler flags
|
||||
OPUS_DESC?= Opus decoding with libopus
|
||||
OTCHAIN_DESC?= Use gcc 4.6+ toolchain on legacy systems
|
||||
REAL_DESC?= Enable realplayer plugin
|
||||
RTC_DESC?= Add support for kernel real time clock
|
||||
|
@ -75,7 +75,6 @@ GME_DESC= Game Music Emu (libgme) support
|
||||
GOOM_DESC= Goom visualisation plugin
|
||||
KATE_DESC= Kate codec support
|
||||
LIBSSH2_DESC= SCP/SFTP support via libssh2
|
||||
OPUS_DESC= Opus audio format
|
||||
REALRTSP_DESC= Real RTSP access module
|
||||
RUNROOT_DESC= Enable running as root
|
||||
SIDPLAY_DESC= C64 sid demux support
|
||||
|
Loading…
Reference in New Issue
Block a user