svn commit: r304857 - head/multimedia/vlc

Juergen Lock nox at FreeBSD.org
Tue Sep 25 19:28:01 UTC 2012


Author: nox
Date: Tue Sep 25 19:28:00 2012
New Revision: 304857
URL: http://svn.freebsd.org/changeset/ports/304857

Log:
  Use more default OPTIONng descriptions (except for VORBIS which turned
  out to be too long.)
  
  Noticed by:	danfe

Modified:
  head/multimedia/vlc/Makefile

Modified: head/multimedia/vlc/Makefile
==============================================================================
--- head/multimedia/vlc/Makefile	Tue Sep 25 19:20:14 2012	(r304856)
+++ head/multimedia/vlc/Makefile	Tue Sep 25 19:28:00 2012	(r304857)
@@ -36,17 +36,10 @@ OPTIONS_DEFAULT=A52 AVAHI DBUS DTS DVDRE
 		HTTPD LUA MAD MATROSKA MPEG2 OGG PNG QT4 REALAUDIO \
 		SDL SKINS STREAM SPEEX TAGLIB THEORA TWOLAME V4L \
 		VCD VORBISALT VORBIS X11 X264 XCB XVIDEO
-A52_DESC=	A52 DVD audio decoder
-AALIB_DESC=	Aalib Console Graphics Support
 ASS_DESC=	ASS/SSA subtitle rendering
-CACA_DESC=	libcaca Console Graphics Support
-DBUS_DESC=	D-Bus control support
-DIRAC_DESC=	Dirac support
 DTS_DESC=	DTS DVD audio decoder
 DVDREAD_DESC=	DVD Playback support
 DVDNAV_DESC=	DVD menu navigation
-FAAD_DESC=	Faad audio decoder (mp4/aac) support
-FLAC_DESC=	Flac audio codec support
 FLUID_DESC=	Fluidsynth MIDI support
 FRIBIDI_DESC=	FriBidi bidirectional unicode support
 GLX_DESC=	X11 OpenGL rendering
@@ -54,31 +47,24 @@ GNOMEVFS_DESC=	Gnome VFS support
 GOOM_DESC=	the Goom visual effect library
 LIVEMEDIA_DESC=	Support for rstp/rtp/sdp protocols
 MATROSKA_DESC=	Matroska Container Format support
-MPEG2_DESC=	Mpeg-2 audio/video decoder Support
 MTP_DESC=	support for the Music Transport Protocol
 NCURSES_DESC=	ncurses (console) interface
 OGG_DESC=	Ogg audio decoder support
-PNG_DESC=	PNG graphics format support
 PROJM_DESC=	ProjectM visualizations
-QT4_DESC=	Qt4 Interface
 REALAUDIO_DESC=	Real Audio(R) support
 RUNROOT_DESC=	Enable running as root
 SAMBA_DESC=	SAMBA Access module
 SCHROED_DESC=	Schroedinger decoder
 SKINS_DESC=	winamp skins interface
 STREAM_DESC=	stream output
-SQLITE_DESC=	SQLite database support
 TAGLIB_DESC=	ID3 tag and Ogg comment support
 THEORA_DESC=	OGG/Vorbis video codec support
-TREMOR_DESC=	Tremor voice audio
 TWOLAME_DESC=	Twolame mpeg2 audio encoder support
-UPNP_DESC=	UPnP network device control
 V4L_DESC=	Video4Linux video capture compatibility
-VAAPI_DESC=	Support hardware decoding via VAAPI
+VORBIS_DESC=	Ogg Vorbis audio codec
 VCD_DESC=	Video CD support
 XCB_DESC=	Use X C Bindings for X11 output
 XOSD_DESC=	X11 On Screen Display support
-XVIDEO_DESC=	X11 video rendering
 ZVBI_DESC=	VBI decoding support
 SERVER_ONLY_DESC=	Only build server parts
 UNSAFE_PLUGINS_DESC=	Install unsafe, unsupported plugins



More information about the svn-ports-all mailing list