diff options
author | bapt <bapt@FreeBSD.org> | 2012-05-30 20:10:39 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-05-30 20:10:39 +0800 |
commit | 85ae5ac565eb4a5e78ced91dd37a2c2460b276c6 (patch) | |
tree | fb92e8603e37f23faac30312aa1cbece821bb790 /Mk | |
parent | f1711e6c10c43b8f0bad613b65a9863f67d1691e (diff) | |
download | freebsd-ports-gnome-85ae5ac565eb4a5e78ced91dd37a2c2460b276c6.tar.gz freebsd-ports-gnome-85ae5ac565eb4a5e78ced91dd37a2c2460b276c6.tar.zst freebsd-ports-gnome-85ae5ac565eb4a5e78ced91dd37a2c2460b276c6.zip |
Add descriptions for: AMR ESOUND FAAD FONTCOFNIG FREETYPE GTK2 OSS QT4 SDL VPX
X264 XVID XVIDEO
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.options.desc.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Mk/bsd.options.desc.mk b/Mk/bsd.options.desc.mk index 725e0d0750e8..04760b28f86e 100644 --- a/Mk/bsd.options.desc.mk +++ b/Mk/bsd.options.desc.mk @@ -8,6 +8,7 @@ Options_Desc_MAINTAINER= ports@FreeBSD.org +AMR_DESC?= Enable OpenCORE AMR 3GPP Speech Codecs AAC_DESC?= Enable support for aac/mp4 ALSA_DESC?= Enable alsa audio support AO_DESC?= Support libao audio library @@ -22,13 +23,18 @@ 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 +ESOUND_DESC?= Support esound sound server FAAC_DESC?= Enable FAAC encoder support +FAAD_DESC?= Enable FAAD aac decoder support FFMPEG_DESC?= "Support FFMPEG (wma aiff ac3 ape...)" FLAC_DESC?= Enable support for flac +FONTCONFIG_DESC?= Enable Font configuration API for X +FREETYPE_DESC?= Enable TrueType font rendering engine FPECTL_DESC?= Enable floating point exception handling GDM_DESC?= Build GDM login manager GEOTIFF_DESC?= Enable GeoTIFF support GIF_DESC?= Enable GIF support +GTK2_DESC?= Enable GTK2 gui toolkit support GOGO_DESC?= Enable gogo mp3 encoder GUI_DESC?= Enable GUI support HTTPD_DESC?= Support for httpd output streaming @@ -57,6 +63,7 @@ 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 +OSS_DESC?= Enable Open Sound System support PCRE_DESC?= Enable regular expressions using libpcre PGSQL_DESC?= Enable PostgreSQL backend PNG_DESC?= Enable PNG support @@ -65,7 +72,9 @@ PRINT_DESC?= Enable Printer support PTH_DESC?= Enable GNU Pth for threading/multiprocessing PULSEAUDIO_DESC?= Support PulseAudio sound server PYMALLOC_DESC?= "Enable python's internal malloc" +QT4_DESC?= Enable Qt4 gui toolkit support SAMPLERATE_DESC?= Support sample rate conversion +SDL_DESC?= Enable Simple Direct Madia Layer support SEM_DESC?= Enable POSIX semaphores support SHOUTCAST_DESC?= Support for Ogg Icecast and Shoutcast SNDFILE_DESC?= Add support for libsndfile @@ -85,6 +94,10 @@ TREMOR_DESC?= Support Tremor UCS2_DESC?= Enable Unicode UCS-2 support UCS4_DESC?= Enable Unicode UCS-4 support VORBIS_DESC?= Enable support for Ogg Vorbis +VPX_DESC?= Enabel VP8 video codec WAV_DESC?= Support WAV audio format X11_DESC?= Enable support for X11 +X264_DESC?= Enable H264 video codec using x264 XSPF_DESC?= Enable support for XSPF +XVID_DESC?= Enable xvid mpeg4 video codec +XVIDEO_DESC?= Enable the X Video Extension library |