public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier (aballier)" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-video/vlc: metadata.xml ChangeLog vlc-9999.ebuild
Date: Wed, 16 Feb 2011 20:45:26 +0000 (UTC)	[thread overview]
Message-ID: <20110216204526.88DEE20054@flycatcher.gentoo.org> (raw)

aballier    11/02/16 20:45:26

  Modified:             metadata.xml ChangeLog vlc-9999.ebuild
  Log:
  Add fbosd and macosx specific useflags
  
  (Portage version: 2.2.0_alpha24/cvs/Linux x86_64)

Revision  Changes    Path
1.50                 media-video/vlc/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/metadata.xml?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/metadata.xml?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/metadata.xml?r1=1.49&r2=1.50

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/metadata.xml,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- metadata.xml	16 Feb 2011 19:37:11 -0000	1.49
+++ metadata.xml	16 Feb 2011 20:45:26 -0000	1.50
@@ -8,6 +8,7 @@
   </maintainer>
   <use>
     <flag name="atmo">Enables support for AtmoLight (homebrew Ambient Lighting Technology)</flag>
+	<flag name="audioqueue">Enables AudioQueue audio module for Mac OS X.</flag>
 	<flag name="bda">Enables Win32 DirectShow BDA support.</flag>
 	<flag name="bluray">Enables libbluray for Blu-ray disc support.</flag>
     <flag name="dc1394">Enables IIDC cameras support.</flag>
@@ -18,6 +19,7 @@
 	<flag name="dshow">Enables Win32 DirectShow support.</flag>
 	<flag name="dxva2">Enables Win32 DxVA2 support.</flag>
 	<flag name="egl">Enables EGL video output module.</flag>
+	<flag name="fbosd">Enables the framebuffer overlay plugin.</flag>
     <flag name="fluidsynth">Enables Fluidsynth MIDI software synthesis (with external sound fonts).</flag>
     <flag name="gcrypt">Enables cryptography support via libgcrypt.</flag>
     <flag name="gme">Enables support for <pkg>media-libs/game-music-emu</pkg> for playing various video game music formats.</flag>
@@ -25,6 +27,7 @@
     <flag name="growl">Enables growl notification support (over UDP for remote access and native on OSX)</flag>
     <flag name="httpd">Enables a web based interface for vlc.</flag>
     <flag name="id3tag">Enables id3tag metadata reader plugin.</flag>
+	<flag name="ios-vout">Enables iPhone OS video output.</flag>
     <flag name="kate">Adds support for Ogg Kate subtitles via libkate.</flag>
     <flag name="libass">Enables subtitles support using libass.</flag>
     <flag name="libproxy">Enables support for proxy settings in the HTTP access module.</flag>
@@ -35,6 +38,13 @@
     <flag name="libtiger">Enables Ogg Kate subtitles rendering using libtiger.</flag>
 	<flag name="linsys">Enables support for Linux Linear Systems Ltd. SDI and HD-SDI input cards.</flag>
     <flag name="live">Enables live555 streaming media support (client support for rtsp).</flag>
+	<flag name="macosx">Enables Mac OS X gui support.</flag>
+	<flag name="macosx-audio">Enables Mac OS X audio module.</flag>
+	<flag name="macosx-dialog-provider">Enables Mac OS X dialog module.</flag>
+	<flag name="macosx-eyetv">Enables Mac OS X EyeTV (TNT Tuner) module.</flag>
+	<flag name="macosx-quartztext">Enables Mac OS X quartz text module.</flag>
+	<flag name="macosx-qtcapture">Enables Mac OS X qtcapture (iSight) module.</flag>
+	<flag name="macosx-vout">Enables Mac OS X video output module.</flag>
 	<flag name="matroska">Enables matroska support using reference libraries (fallback on other existing matroska support if disabled, i.e., matroska enabled FFmpeg)</flag>
 	<flag name="omxil">Enables OpenMAX Integration Layer codec module.</flag>
     <flag name="optimisememory">Enable optimisation for memory rather than performance.</flag>



1.678                media-video/vlc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/ChangeLog?rev=1.678&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/ChangeLog?rev=1.678&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/ChangeLog?r1=1.677&r2=1.678

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v
retrieving revision 1.677
retrieving revision 1.678
diff -u -r1.677 -r1.678
--- ChangeLog	16 Feb 2011 19:45:50 -0000	1.677
+++ ChangeLog	16 Feb 2011 20:45:26 -0000	1.678
@@ -1,6 +1,10 @@
 # ChangeLog for media-video/vlc
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.677 2011/02/16 19:45:50 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.678 2011/02/16 20:45:26 aballier Exp $
+
+  16 Feb 2011; Alexis Ballier <aballier@gentoo.org> vlc-9999.ebuild,
+  metadata.xml:
+  Add fbosd and macosx specific useflags
 
   16 Feb 2011; Alexis Ballier <aballier@gentoo.org> vlc-9999.ebuild:
   readd some deps for skins useflag that were lost



1.119                media-video/vlc/vlc-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-9999.ebuild?rev=1.119&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-9999.ebuild?rev=1.119&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-9999.ebuild?r1=1.118&r2=1.119

Index: vlc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- vlc-9999.ebuild	16 Feb 2011 19:45:50 -0000	1.118
+++ vlc-9999.ebuild	16 Feb 2011 20:45:26 -0000	1.119
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.118 2011/02/16 19:45:50 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.119 2011/02/16 20:45:26 aballier Exp $
 
 EAPI="4"
 
@@ -45,15 +45,18 @@
 else
 	KEYWORDS=""
 fi
-IUSE="a52 aac aalib alsa altivec atmo avahi bda bidi bluray cdda cddb dbus dc1394
-	debug dirac direct2d directfb directx dshow dts dvb +dvbpsi dvd dxva2 elibc_glibc egl +encode fbcon fluidsynth +ffmpeg flac fontconfig
-	+gcrypt gme gnome gnutls growl httpd ieee1394 jack kate kde libass libcaca
-	libnotify libproxy libtiger libv4l2 linsys lirc live lua matroska mmx
-	modplug mp3 mpeg mtp musepack ncurses ogg omxil opengl optimisememory oss
-	png projectm pulseaudio pvr +qt4 rtsp run-as-root samba
-	schroedinger sdl sdl-image shine shout sid skins speex sqlite sse
-	svg switcher taglib theora truetype twolame udev upnp v4l2 vaapi vcdx vlm
-	vorbis waveout win32codecs wingdi wma-fixed +X x264 +xcb xml xosd xv zvbi"
+IUSE="a52 aac aalib alsa altivec atmo +audioqueue avahi bda bidi bluray cdda
+	cddb dbus dc1394 debug dirac direct2d directfb directx dshow dts dvb +dvbpsi
+	dvd dxva2 elibc_glibc egl +encode fbcon fbosd fluidsynth +ffmpeg flac fontconfig
+	+gcrypt gme gnome gnutls growl httpd ieee1394 ios-vout jack kate kde libass
+	libcaca libnotify libproxy libtiger libv4l2 linsys lirc live lua +macosx
+	+macosx-audio +macosx-dialog-provider +macosx-eyetv +macosx-quartztext
+	+macosx-qtcapture +macosx-vout matroska mmx modplug mp3 mpeg mtp musepack
+	ncurses ogg omxil opengl optimisememory oss png projectm pulseaudio pvr +qt4
+	rtsp run-as-root samba schroedinger sdl sdl-image shine shout sid skins
+	speex sqlite sse svg switcher taglib theora truetype twolame udev upnp v4l2
+	vaapi vcdx vlm vorbis waveout win32codecs wingdi wma-fixed +X x264 +xcb xml
+	xosd xv zvbi"
 
 RDEPEND="
 		sys-libs/zlib
@@ -83,6 +86,7 @@
 		gnome? ( gnome-base/gnome-vfs )
 		gnutls? ( >=net-libs/gnutls-1.7.4 )
 		ieee1394? ( >=sys-libs/libraw1394-2.0.1 >=sys-libs/libavc1394-0.5.3 )
+		ios-vout? ( virtual/opengl )
 		jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1 )
 		kate? ( >=media-libs/libkate-0.1.1 )
 		libass? ( >=media-libs/libass-0.9.6 media-libs/fontconfig )
@@ -94,6 +98,7 @@
 		lirc? ( app-misc/lirc )
 		live? ( >=media-plugins/live-2010.10.15 )
 		lua? ( >=dev-lang/lua-5.1 )
+		macosx-vout? ( virtual/opengl )
 		matroska? (	>=dev-libs/libebml-1.0.0 >=media-libs/libmatroska-1.0.0 )
 		modplug? ( >=media-libs/libmodplug-0.8.8.1 )
 		mp3? ( media-libs/libmad )
@@ -140,6 +145,7 @@
 	!!<=media-video/vlc-1.1.99999
 	alsa? ( >=media-sound/alsa-headers-1.0.23 )
 	dvb? ( sys-kernel/linux-headers )
+	fbosd? ( sys-kernel/linux-headers )
 	kde? ( >=kde-base/kdelibs-4 )
 	v4l2? ( >=sys-kernel/linux-headers-2.6.25 )
 	xcb? ( x11-proto/xproto )
@@ -195,6 +201,7 @@
 		$(use_enable alsa) \
 		$(use_enable altivec) \
 		$(use_enable atmo) \
+		$(use_enable audioqueue) \
 		$(use_enable avahi bonjour) \
 		$(use_enable bda) \
 		$(use_enable bidi fribidi) \
@@ -217,6 +224,7 @@
 		$(use_enable egl) \
 		$(use_enable encode sout) \
 		$(use_enable fbcon fb) \
+		$(use_enable fbosd) \
 		$(use_enable ffmpeg avcodec) $(use_enable ffmpeg avformat) $(use_enable ffmpeg swscale) $(use_enable ffmpeg postproc) \
 		$(use_enable flac) \
 		$(use_enable fluidsynth) \
@@ -227,6 +235,7 @@
 		$(use_enable growl) \
 		$(use_enable httpd) \
 		$(use_enable ieee1394 dv) \
+		$(use_enable ios-vout) \
 		$(use_enable jack) \
 		$(use_enable kate) \
 		$(use_with kde kde-solid) \
@@ -242,6 +251,12 @@
 		$(use_enable lirc) \
 		$(use_enable live live555) \
 		$(use_enable lua) \
+		$(use_enable macosx-audio) \
+		$(use_enable macosx-dialog-provider) \
+		$(use_enable macosx-eyetv) \
+		$(use_enable macosx-qtcapture) \
+		$(use_enable macosx-quartztext) \
+		$(use_enable macosx-vout) \
 		$(use_enable matroska mkv) \
 		$(use_enable mmx) \
 		$(use_enable modplug mod) \






             reply	other threads:[~2011-02-16 20:45 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-16 20:45 Alexis Ballier (aballier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-12-06 13:32 [gentoo-commits] gentoo-x86 commit in media-video/vlc: metadata.xml ChangeLog vlc-9999.ebuild Alexis Ballier (aballier)
2011-03-30 13:10 Alexis Ballier (aballier)
2011-03-21 11:50 Alexis Ballier (aballier)
2011-03-04 12:03 Alexis Ballier (aballier)
2011-02-24 13:59 Alexis Ballier (aballier)
2011-02-22 13:53 Alexis Ballier (aballier)
2011-02-16 22:53 Alexis Ballier (aballier)
2011-02-16 22:32 Alexis Ballier (aballier)
2011-02-16 21:39 Alexis Ballier (aballier)
2011-02-16 21:11 Alexis Ballier (aballier)
2011-02-16 19:37 Alexis Ballier (aballier)
2011-02-16 19:25 Alexis Ballier (aballier)
2011-02-16 19:07 Alexis Ballier (aballier)
2011-02-16 18:32 Alexis Ballier (aballier)
2011-02-16 18:28 Alexis Ballier (aballier)
2011-02-16 18:04 Alexis Ballier (aballier)
2011-02-16 17:58 Alexis Ballier (aballier)
2011-02-16 17:14 Alexis Ballier (aballier)
2011-02-16 16:55 Alexis Ballier (aballier)
2011-02-16 16:18 Alexis Ballier (aballier)
2010-12-26 13:57 Alexis Ballier (aballier)
2010-11-07 18:13 Alexis Ballier (aballier)
2009-11-21 11:39 Alexis Ballier (aballier)
2009-10-16 12:20 Alexis Ballier (aballier)
2009-07-13  9:10 Alexis Ballier (aballier)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110216204526.88DEE20054@flycatcher.gentoo.org \
    --to=aballier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox