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: vlc-9999.ebuild ChangeLog
Date: Fri, 03 Jul 2009 21:30:49 +0000	[thread overview]
Message-ID: <E1MMqLJ-0003hd-Eh@stork.gentoo.org> (raw)

aballier    09/07/03 21:30:49

  Modified:             vlc-9999.ebuild ChangeLog
  Log:
  add ieee1394 for the master branch ebuild too and bump deps where needed
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.18                 media-video/vlc/vlc-9999.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-9999.ebuild?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-9999.ebuild?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-9999.ebuild?r1=1.17&r2=1.18

Index: vlc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- vlc-9999.ebuild	2 Jul 2009 18:50:17 -0000	1.17
+++ vlc-9999.ebuild	3 Jul 2009 21:30:49 -0000	1.18
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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.17 2009/07/02 18:50:17 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.18 2009/07/03 21:30:49 aballier Exp $
 
 EAPI="1"
 
@@ -47,12 +47,14 @@
 
 KEYWORDS=""
 IUSE="a52 aac aalib alsa altivec atmo avahi bidi cdda cddax cddb cdio dbus dc1394
-	debug dirac directfb dts dvb dvd fbcon fluidsynth +ffmpeg flac fontconfig +gcrypt ggi gnome gnutls hal httpd
-	id3tag jack kate libass libcaca libnotify libproxy libsysfs libtiger libv4l2 lirc live lua matroska mmx modplug mp3 mpeg mtp
-	musepack ncurses nsplugin ogg opengl optimisememory oss pda png	pulseaudio pvr +qt4
-	remoteosd rtsp run-as-root samba schroedinger sdl sdl-image seamonkey shine shout skins speex sse stream svg svga taglib
-	theora truetype twolame upnp v4l v4l2 vcdinfo vcdx vlm vorbis win32codecs wma-fixed
-	X x264 xcb xinerama xml xosd xv zvbi"
+	debug dirac directfb dts dvb dvd fbcon fluidsynth +ffmpeg flac fontconfig
+	+gcrypt ggi gnome gnutls hal httpd id3tag ieee1394 jack kate libass libcaca
+	libnotify libproxy libsysfs libtiger libv4l2 lirc live lua matroska mmx
+	modplug mp3 mpeg mtp musepack ncurses nsplugin ogg opengl optimisememory oss
+	pda png pulseaudio pvr +qt4 remoteosd rtsp run-as-root samba schroedinger
+	sdl sdl-image seamonkey shine shout skins speex sse stream svg svga taglib
+	theora truetype twolame upnp v4l v4l2 vcdinfo vcdx vlm vorbis win32codecs
+	wma-fixed X x264 xcb xinerama xml xosd xv zvbi"
 
 RDEPEND="
 		sys-libs/zlib
@@ -67,8 +69,8 @@
 		cddax? ( cddb? ( >=media-libs/libcddb-1.2.0 ) )
 		cdio? ( >=dev-libs/libcdio-0.78.2 )
 		dbus? ( >=sys-apps/dbus-1.0.2 )
-		dc1394? ( sys-libs/libraw1394
-			<media-libs/libdc1394-1.9.99 )
+		dc1394? ( >=sys-libs/libraw1394-2.0.1
+			>=media-libs/libdc1394-2.0.2 )
 		dirac? ( >=media-video/dirac-0.10.0 )
 		directfb? ( dev-libs/DirectFB )
 		dts? ( media-libs/libdca )
@@ -88,6 +90,7 @@
 		hal? ( sys-apps/hal )
 		id3tag? ( media-libs/libid3tag
 			sys-libs/zlib )
+		ieee1394? ( >=sys-libs/libraw1394-2.0.1 >=sys-libs/libavc1394-0.5.3 )
 		jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1 )
 		kate? ( >=media-libs/libkate-0.1.1 )
 		libass? ( >=media-libs/libass-0.9.5 media-libs/fontconfig )
@@ -266,7 +269,6 @@
 		$(use_enable dc1394) \
 		$(use_enable debug) \
 		$(use_enable dts dca) \
-		--disable-dv \
 		$(use_enable dvb) \
 		$(use_enable dvd dvdread) $(use_enable dvd dvdnav) \
 		$(use_enable fbcon fb) \
@@ -280,6 +282,7 @@
 		$(use_enable hal) \
 		$(use_enable httpd) \
 		$(use_enable id3tag) \
+		$(use_enable ieee1394 dv) \
 		$(use_enable jack) \
 		$(use_enable kate) \
 		$(use_enable libass) \



1.458                media-video/vlc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?rev=1.458&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?rev=1.458&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?r1=1.457&r2=1.458

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v
retrieving revision 1.457
retrieving revision 1.458
diff -u -r1.457 -r1.458
--- ChangeLog	3 Jul 2009 21:15:35 -0000	1.457
+++ ChangeLog	3 Jul 2009 21:30:49 -0000	1.458
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/vlc
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.457 2009/07/03 21:15:35 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.458 2009/07/03 21:30:49 aballier Exp $
+
+  03 Jul 2009; Alexis Ballier <aballier@gentoo.org> vlc-9999.ebuild:
+  add ieee1394 for the master branch ebuild too and bump deps where needed
 
   03 Jul 2009; Alexis Ballier <aballier@gentoo.org> vlc-1.0.0_rc4.ebuild,
   vlc-1.0.9999.ebuild:






             reply	other threads:[~2009-07-03 21:30 UTC|newest]

Thread overview: 87+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-03 21:30 Alexis Ballier (aballier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-06-07 15:36 [gentoo-commits] gentoo-x86 commit in media-video/vlc: vlc-9999.ebuild ChangeLog Tom Wijsman (tomwij)
2014-06-07 14:44 Tom Wijsman (tomwij)
2014-05-31 14:45 Tom Wijsman (tomwij)
2014-04-23 13:52 Tom Wijsman (tomwij)
2014-03-26 15:29 Tom Wijsman (tomwij)
2014-03-19 13:57 Tom Wijsman (tomwij)
2013-10-26 20:47 Tom Wijsman (tomwij)
2013-10-24 23:34 Tom Wijsman (tomwij)
2013-09-20 23:30 Tomas Chvatal (scarabeus)
2013-04-02 13:55 Luca Barbato (lu_zero)
2012-07-11 12:20 Alexis Ballier (aballier)
2012-06-02 15:55 Alexis Ballier (aballier)
2012-05-29 14:46 Alexis Ballier (aballier)
2012-05-15 13:40 Alexis Ballier (aballier)
2012-05-15 13:36 Alexis Ballier (aballier)
2012-02-01 19:52 Alexis Ballier (aballier)
2012-02-01 19:50 Alexis Ballier (aballier)
2011-12-06 13:27 Alexis Ballier (aballier)
2011-10-06 20:51 Alexis Ballier (aballier)
2011-09-08 18:57 Alexis Ballier (aballier)
2011-09-08 18:16 Alexis Ballier (aballier)
2011-09-08  4:52 Alexis Ballier (aballier)
2011-06-22 12:27 Alexis Ballier (aballier)
2011-05-30 16:52 Alexis Ballier (aballier)
2011-05-17 19:04 Alexis Ballier (aballier)
2011-05-12 14:01 Alexis Ballier (aballier)
2011-05-10 15:25 Alexis Ballier (aballier)
2011-04-20 15:57 Alexis Ballier (aballier)
2011-04-20 15:50 Alexis Ballier (aballier)
2011-04-20 15:33 Alexis Ballier (aballier)
2011-03-30 13:06 Alexis Ballier (aballier)
2011-03-30 12:58 Alexis Ballier (aballier)
2011-02-21 14:16 Alexis Ballier (aballier)
2011-02-21 14:12 Alexis Ballier (aballier)
2011-02-21 14:10 Alexis Ballier (aballier)
2011-02-16 22:08 Alexis Ballier (aballier)
2011-02-16 19:45 Alexis Ballier (aballier)
2011-02-16 15:25 Alexis Ballier (aballier)
2011-02-16 15:23 Alexis Ballier (aballier)
2011-02-16 15:20 Alexis Ballier (aballier)
2011-02-16 14:39 Alexis Ballier (aballier)
2011-02-16 13:21 Alexis Ballier (aballier)
2010-11-07 19:14 Alexis Ballier (aballier)
2010-10-16  1:15 Alexis Ballier (aballier)
2010-10-15 21:43 Alexis Ballier (aballier)
2010-10-15 20:02 Alexis Ballier (aballier)
2010-10-15 19:32 Alexis Ballier (aballier)
2010-10-05 15:23 Alexis Ballier (aballier)
2010-07-26  9:56 Alexis Ballier (aballier)
2010-07-21  7:52 Alexis Ballier (aballier)
2010-07-20  7:38 Alexis Ballier (aballier)
2010-07-20  6:54 Alexis Ballier (aballier)
2010-07-18 10:43 Alexis Ballier (aballier)
2010-07-18 10:28 Alexis Ballier (aballier)
2010-07-18 10:16 Alexis Ballier (aballier)
2010-04-12 16:36 Alexis Ballier (aballier)
2010-04-12 14:42 Alexis Ballier (aballier)
2010-04-12 14:23 Alexis Ballier (aballier)
2010-04-12 14:20 Alexis Ballier (aballier)
2010-04-09  9:39 Alexis Ballier (aballier)
2010-03-10 11:36 Alexis Ballier (aballier)
2010-02-24 12:30 Alexis Ballier (aballier)
2010-02-23 10:48 Alexis Ballier (aballier)
2010-01-23 14:19 Alexis Ballier (aballier)
2010-01-19 11:11 Alexis Ballier (aballier)
2010-01-09 11:55 Alexis Ballier (aballier)
2010-01-04 21:31 Alexis Ballier (aballier)
2009-12-12 18:19 Alexis Ballier (aballier)
2009-12-05  8:59 Alexis Ballier (aballier)
2009-12-05  8:43 Alexis Ballier (aballier)
2009-10-18 21:28 Alexis Ballier (aballier)
2009-10-18 21:20 Alexis Ballier (aballier)
2009-09-23 21:47 Alexis Ballier (aballier)
2009-09-15 21:24 Alexis Ballier (aballier)
2009-09-01  8:50 Alexis Ballier (aballier)
2009-08-21 10:29 Alexis Ballier (aballier)
2009-08-21  9:58 Alexis Ballier (aballier)
2009-08-21  9:53 Alexis Ballier (aballier)
2009-08-19 21:52 Alexis Ballier (aballier)
2009-08-10 10:21 Alexis Ballier (aballier)
2009-08-07 15:53 Alexis Ballier (aballier)
2009-08-05 22:39 Alexis Ballier (aballier)
2009-07-21  9:29 Alexis Ballier (aballier)
2009-05-10 10:26 Alexis Ballier (aballier)
2009-03-17  7:54 Alexis Ballier (aballier)
2009-03-08 18:17 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=E1MMqLJ-0003hd-Eh@stork.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