public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Peter Volkov (pva)" <pva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-meta: ChangeLog gst-plugins-meta-0.10-r4.ebuild
Date: Mon, 24 May 2010 06:04:52 +0000 (UTC)	[thread overview]
Message-ID: <20100524060453.00EF72CD3C@corvid.gentoo.org> (raw)

pva         10/05/24 06:04:52

  Modified:             ChangeLog gst-plugins-meta-0.10-r4.ebuild
  Log:
  Added v4l/v4l2 USE flags, as discussed in bug 288376, thank Denilson Sá for report.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.34                 media-plugins/gst-plugins-meta/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-meta/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-meta/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-meta/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-meta/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	4 May 2010 16:32:04 -0000	1.33
+++ ChangeLog	24 May 2010 06:04:52 -0000	1.34
@@ -1,6 +1,11 @@
 # ChangeLog for media-plugins/gst-plugins-meta
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-meta/ChangeLog,v 1.33 2010/05/04 16:32:04 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-meta/ChangeLog,v 1.34 2010/05/24 06:04:52 pva Exp $
+
+  24 May 2010; Peter Volkov <pva@gentoo.org>
+  gst-plugins-meta-0.10-r4.ebuild:
+  Added v4l/v4l2 USE flags, as discussed in bug 288376, thank Denilson Sá
+  for report.
 
   03 May 2010; Olivier Crête <tester@gentoo.org>
   gst-plugins-meta-0.10-r4.ebuild:



1.4                  media-plugins/gst-plugins-meta/gst-plugins-meta-0.10-r4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-meta/gst-plugins-meta-0.10-r4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-meta/gst-plugins-meta-0.10-r4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-meta/gst-plugins-meta-0.10-r4.ebuild?r1=1.3&r2=1.4

Index: gst-plugins-meta-0.10-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-meta/gst-plugins-meta-0.10-r4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gst-plugins-meta-0.10-r4.ebuild	4 May 2010 16:32:04 -0000	1.3
+++ gst-plugins-meta-0.10-r4.ebuild	24 May 2010 06:04:52 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-meta/gst-plugins-meta-0.10-r4.ebuild,v 1.3 2010/05/04 16:32:04 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-meta/gst-plugins-meta-0.10-r4.ebuild,v 1.4 2010/05/24 06:04:52 pva Exp $
 
 DESCRIPTION="Meta ebuild to pull in gst plugins for apps"
 HOMEPAGE="http://www.gentoo.org"
@@ -8,7 +8,7 @@
 LICENSE="GPL-2"
 SLOT="0.10"
 KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="a52 alsa dvb dvd esd ffmpeg flac lame mad mpeg mythtv ogg oss pulseaudio taglib theora vorbis X xv"
+IUSE="a52 alsa dvb dvd esd ffmpeg flac lame mad mpeg mythtv ogg oss pulseaudio taglib theora v4l v4l2 vorbis X xv"
 
 RDEPEND="=media-libs/gstreamer-0.10*
 	=media-libs/gst-plugins-base-0.10*
@@ -38,6 +38,8 @@
 		>=media-plugins/gst-plugins-ogg-0.10
 		>=media-plugins/gst-plugins-theora-0.10 )
 	taglib? ( media-plugins/gst-plugins-taglib )
+	v4l? ( >=media-plugins/gst-plugins-v4l-0.10 )
+	v4l2? ( >=media-plugins/gst-plugins-v4l2-0.10 )
 	vorbis? (
 		>=media-plugins/gst-plugins-ogg-0.10
 		>=media-plugins/gst-plugins-vorbis-0.10 )






             reply	other threads:[~2010-05-24  6:04 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-24  6:04 Peter Volkov (pva) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-01-30 19:08 [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-meta: ChangeLog gst-plugins-meta-0.10-r4.ebuild Raul Porcel (armin76)
2011-01-25 18:31 Jeroen Roovers (jer)
2010-07-20  1:25 Jeroen Roovers (jer)
2010-07-17 14:22 Tobias Klausmann (klausman)
2010-06-04 19:21 Markus Meier (maekke)
2010-05-04 16:32 Olivier Crete (tester)
2010-02-02 13:56 Daniel Gryniewicz (dang)

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=20100524060453.00EF72CD3C@corvid.gentoo.org \
    --to=pva@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