diff options
author | crees <crees@FreeBSD.org> | 2012-05-30 03:31:59 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-05-30 03:31:59 +0800 |
commit | 3ab8e9b2781095a604375093b0be6768422f03ed (patch) | |
tree | c1838f84942e572dfe73723ea534e139c9ec87b7 /Mk/bsd.options.desc.mk | |
parent | 5d37846b042ac2af334b45ae74f2b9b175035940 (diff) | |
download | freebsd-ports-gnome-3ab8e9b2781095a604375093b0be6768422f03ed.tar.gz freebsd-ports-gnome-3ab8e9b2781095a604375093b0be6768422f03ed.tar.zst freebsd-ports-gnome-3ab8e9b2781095a604375093b0be6768422f03ed.zip |
Add OPTIONS from audio/musicpd
Diffstat (limited to 'Mk/bsd.options.desc.mk')
-rw-r--r-- | Mk/bsd.options.desc.mk | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/Mk/bsd.options.desc.mk b/Mk/bsd.options.desc.mk index 53d2d28e1d79..38122d70444c 100644 --- a/Mk/bsd.options.desc.mk +++ b/Mk/bsd.options.desc.mk @@ -5,38 +5,56 @@ Options_Desc_MAINTAINER= ports@FreeBSD.org -AAC_DESC?= Enable support for aac +AAC_DESC?= Enable support for aac/mp4 +AO_DESC?= Support libao audio library +ARCHIVE_DESC?= Support bzip2/zip/iso9660 archive +AVAHI_DESC?= Support Zeroconf through Avahi CDDA2WAV_DESC?= Enable cdda2was CD ripper +CUE_DESC?= Support embedded cue sheets CURL_DESC?= Enable CURL support DAGRAB_DESC?= Enable dagrab CD ripper DBUS_DESC?= Enable D-Bus support DEBUG_DESC?= Enable debug flags DOCS_DESC?= Build and install the documentation EXAMPLES_DESC?= Build and install the examples +FFMPEG_DESC?= Support FFMPEG (wma aiff ac3 ape...) FLAC_DESC?= Enable support for flac FPECTL_DESC?= Enable floating point exception handling GEOTIFF_DESC?= Enable GEOTIFF support GIF_DESC?= Enable GIF support GOGO_DESC?= Enable gogo mp3 encoder GUI_DESC?= Enable GUI support +HTTPD_DESC?= Support for httpd output streaming ICONV_DESC?= Enable ICONV support +ID3TAG_DESC?= Support ID3 v1/v2 tags ID3_DESC?= Enable support for id3 tags IPV6_DESC?= Enable IPv6 support +JACK_DESC?= Support JACK audio server JPEG_DESC?= Enable JPEG support +LAME_DESC?= Support for MP3 Icecast Streams +LASTFM_DESC?= Support Last.FM stream input LDAP_DESC?= Enable LDAP support MAGICK_DESC?= Enable ImageMagick Library +MIKMOD_DESC?= Support MOD audio format MMKEYS_DESC?= Enable multimedia keys support +MMS_DESC?= Support MMS stream input +MODPLUG_DESC?= Support MODPLUG decoder MP4_DESC?= Enable support for mp4 MPP_DESC?= Enable support for musepack MULTIBYTE_DESC?= Enable multibyte character support +MUSEPACK_DESC?= Support MPC audio format MYSQL_DESC?= Enable MySQL backend NLS_DESC?= Build and install the localisation data PCRE_DESC?= Enable regular expressions using libpcre PGSQL_DESC?= Enable PostgreSQL backend PNG_DESC?= Enable PNG support PTH_DESC?= Enable GNU Pth for threading/multiprocessing +PULSEAUDIO_DESC?= Support PulseAudio sound server PYMALLOC_DESC?= "Enable python's internal malloc" +SAMPLERATE_DESC?= Support sample rate conversion SEM_DESC?= Enable Enable POSIX semaphores support +SHOUTCAST_DESC?= Support for OGG Icecast and Shoutcast +SNDFILE_DESC?= Adds support for libsndfile SPEEX_DESC?= Enable support for speex audio format SQLITE_DESC?= Enable SQLite backend SSL_DESC?= Enable SSL support @@ -44,8 +62,10 @@ STATIC_DESC?= Build static executable/libraries THREADS_DESC?= Enable thread support TIDY_DESC?= Enable tidy html cleaner support TIFF_DESC?= Enable TIFF support +TREMOR_DESC?= Support Tremor (integer-only Vorbis) UCS2_DESC?= Enable unicode support UCS4_DESC?= Enable unicode support VORBIS_DESC?= Enable support for ogg vorbis +WAV_DESC?= Support WAV audio format X11_DESC?= Enable support for X11 XSPF_DESC?= Enable support for XSPF |