diff options
author | kwm <kwm@FreeBSD.org> | 2013-01-26 04:39:11 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-01-26 04:39:11 +0800 |
commit | a9af665e2b1b2439211108cff8f8ad79db5ab8f9 (patch) | |
tree | ec3b44c6c8b76ae0f96d356bd7f564c725756dd3 /Mk/bsd.options.desc.mk | |
parent | 6b27de28599903359b418e0bf8436952d7a55b25 (diff) | |
download | freebsd-ports-gnome-a9af665e2b1b2439211108cff8f8ad79db5ab8f9.tar.gz freebsd-ports-gnome-a9af665e2b1b2439211108cff8f8ad79db5ab8f9.tar.zst freebsd-ports-gnome-a9af665e2b1b2439211108cff8f8ad79db5ab8f9.zip |
Add OPENRAW, SANE, V4L and WEBKIT options.
Expand the descrition of the EXIV2, LIRC, MTP and OPENEXR options.
Diffstat (limited to 'Mk/bsd.options.desc.mk')
-rw-r--r-- | Mk/bsd.options.desc.mk | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/Mk/bsd.options.desc.mk b/Mk/bsd.options.desc.mk index d5674b38433f..95aa6e8a2edd 100644 --- a/Mk/bsd.options.desc.mk +++ b/Mk/bsd.options.desc.mk @@ -67,7 +67,7 @@ DVDCSS_DESC?= Encrypted DVD via libdvdcss ECW_DESC?= ECW image format ESOUND_DESC?= EsounD sound server EXAMPLES_DESC?= Build and/or install examples -EXIV2_DESC?= EXIF metadata support via exiv2 +EXIV2_DESC?= EXIF and iptc metadata support via exiv2 EXPAT_DESC?= Expat XML parser FAAC_DESC?= FAAC AAC encoder FAAD_DESC?= FAAD AAC decoder @@ -179,7 +179,7 @@ LIBWMF_DESC?= libwmf support LIBWRAP_DESC?= TCP wrapper support LIBXINE_DESC?= libxine support LIGHTTPD_DESC?= Lighttpd server -LIRC_DESC?= LIRC support +LIRC_DESC?= Infrared remote control support LITE_DESC?= Reduced features/memory footprint LIVEMEDIA_DESC?= Multimedia streaming via liveMedia LQR_DESC?= Liquid Rescale support @@ -212,7 +212,7 @@ MPLS_DESC?= MPLS support MPP_DESC?= Musepack audio format MSQL_DESC?= mSQL database MSSQL_DESC?= Microsoft SQL Server support -MTP_DESC?= MTP device +MTP_DESC?= Media Tranfer Protocol MULTIBYTE_DESC?= Multibyte character encoding MUSEPACK_DESC?= MPC audio format MYSQL_DESC?= MySQL database @@ -233,10 +233,11 @@ ODF_DESC?= ODF file support OGG_DESC?= Ogg media format OPENAL_DESC?= OpenAL support OPENCV_DESC?= OpenCV support -OPENEXR_DESC?= HDR via OpenEXR +OPENEXR_DESC?= High Dynamic Range format support via OpenEXR OPENGL_DESC?= OpenGL support OPENJPEG_DESC?= Enhanced JPEG graphics OPENMP_DESC?= Parallel processing via OpenMP +OPENRAW_DESC?= RAW camera format support OPENSSL_DESC?= SSL/TLS via OpenSSL OPTIMIZED_CFLAGS_DESC?= Use extra compiler optimizations ORACLE_DESC?= Oracle database @@ -276,6 +277,7 @@ RESIN3_DESC?= Resin 3.x RTMP_DESC?= RTMP protocol via librtmp RUBY_DESC?= Ruby binding/support SAMPLERATE_DESC?= Sample rate conversion +SANE_DESC?= Sane Scanner support SASL_DESC?= SASL support SCHROEDINGER_DESC?= Dirac codec via libschroedinger SCIPY_DESC?= SciPy scientific computing @@ -328,6 +330,7 @@ UNZIP_DESC?= UnZip compression UPNP_DESC?= UPnP support UTF8_DESC?= Unicode UTF-8 encoding UTF16_DESC?= Unicode UTF-16 encoding +V4L_DESC?= Video 4 Linux support VAAPI_DESC?= VAAPI (GPU video acceleration) VDPAU_DESC?= VDPAU (GPU video acceleration) VIDEO_DESC?= Video support @@ -337,6 +340,7 @@ VORBIS_DESC?= Ogg Vorbis audio codec VPX_DESC?= VP8 video codec WAV_DESC?= WAV audio format WAVPACK_DESC?= WavPack lossless audio format +WEBKIT_DESC?= WebKit support WEBP_DESC?= WebP image format WEBSERVER_DESC?= Build and/or install internal web server WMA_DESC?= Windows Media Audio support |