public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-v4l2: gst-plugins-v4l2-0.10.28-r1.ebuild ChangeLog
@ 2011-03-21 14:05 Arun Raghavan (ford_prefect)
  0 siblings, 0 replies; 6+ messages in thread
From: Arun Raghavan (ford_prefect) @ 2011-03-21 14:05 UTC (permalink / raw
  To: gentoo-commits

ford_prefect    11/03/21 14:05:46

  Modified:             ChangeLog
  Added:                gst-plugins-v4l2-0.10.28-r1.ebuild
  Log:
  Add libv4l dep for video buffer format conversion. Fixes bug #250079.
  
  (Portage version: 2.2.0_alpha28/cvs/Linux x86_64)

Revision  Changes    Path
1.76                 media-plugins/gst-plugins-v4l2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog	20 Mar 2011 09:32:25 -0000	1.75
+++ ChangeLog	21 Mar 2011 14:05:46 -0000	1.76
@@ -1,6 +1,12 @@
 # ChangeLog for media-plugins/gst-plugins-v4l2
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v 1.75 2011/03/20 09:32:25 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v 1.76 2011/03/21 14:05:46 ford_prefect Exp $
+
+*gst-plugins-v4l2-0.10.28-r1 (21 Mar 2011)
+
+  21 Mar 2011; Arun Raghavan <ford_prefect@gentoo.org>
+  +gst-plugins-v4l2-0.10.28-r1.ebuild:
+  Add libv4l dep for video buffer format conversion. Fixes bug #250079.
 
 *gst-plugins-v4l2-0.10.28 (20 Mar 2011)
 



1.1                  media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-0.10.28-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-0.10.28-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-0.10.28-r1.ebuild?rev=1.1&content-type=text/plain

Index: gst-plugins-v4l2-0.10.28-r1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-0.10.28-r1.ebuild,v 1.1 2011/03/21 14:05:46 ford_prefect Exp $

inherit gst-plugins-good

DESCRIPION="plugin to allow capture from video4linux2 devices"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

RDEPEND=">=media-libs/gst-plugins-base-0.10.32"
DEPEND="${RDEPEND}
	media-libs/libv4l
	virtual/os-headers"

GST_PLUGINS_BUILD="gst_v4l2"

src_configure() {
	gst-plugins-good_src_configure --with-libv4l2
}






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-v4l2: gst-plugins-v4l2-0.10.28-r1.ebuild ChangeLog
@ 2011-05-23  8:49 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 6+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-05-23  8:49 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/05/23 08:49:13

  Modified:             gst-plugins-v4l2-0.10.28-r1.ebuild ChangeLog
  Log:
  x86 stable wrt bug #368281
  
  (Portage version: 2.1.9.42/cvs/Linux i686)

Revision  Changes    Path
1.2                  media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-0.10.28-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-0.10.28-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-0.10.28-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-0.10.28-r1.ebuild?r1=1.1&r2=1.2

Index: gst-plugins-v4l2-0.10.28-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-0.10.28-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gst-plugins-v4l2-0.10.28-r1.ebuild	21 Mar 2011 14:05:46 -0000	1.1
+++ gst-plugins-v4l2-0.10.28-r1.ebuild	23 May 2011 08:49:13 -0000	1.2
@@ -1,11 +1,11 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-0.10.28-r1.ebuild,v 1.1 2011/03/21 14:05:46 ford_prefect Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-0.10.28-r1.ebuild,v 1.2 2011/05/23 08:49:13 phajdan.jr Exp $
 
 inherit gst-plugins-good
 
 DESCRIPION="plugin to allow capture from video4linux2 devices"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=">=media-libs/gst-plugins-base-0.10.32"



1.77                 media-plugins/gst-plugins-v4l2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog	21 Mar 2011 14:05:46 -0000	1.76
+++ ChangeLog	23 May 2011 08:49:13 -0000	1.77
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/gst-plugins-v4l2
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v 1.76 2011/03/21 14:05:46 ford_prefect Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v 1.77 2011/05/23 08:49:13 phajdan.jr Exp $
+
+  23 May 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  gst-plugins-v4l2-0.10.28-r1.ebuild:
+  x86 stable wrt bug #368281
 
 *gst-plugins-v4l2-0.10.28-r1 (21 Mar 2011)
 






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-v4l2: gst-plugins-v4l2-0.10.28-r1.ebuild ChangeLog
@ 2011-05-23 14:53 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 6+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-05-23 14:53 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/05/23 14:53:39

  Modified:             gst-plugins-v4l2-0.10.28-r1.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #368281
  
  (Portage version: 2.1.9.49/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-0.10.28-r1.ebuild

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

Index: gst-plugins-v4l2-0.10.28-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-0.10.28-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gst-plugins-v4l2-0.10.28-r1.ebuild	23 May 2011 08:49:13 -0000	1.2
+++ gst-plugins-v4l2-0.10.28-r1.ebuild	23 May 2011 14:53:39 -0000	1.3
@@ -1,11 +1,11 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-0.10.28-r1.ebuild,v 1.2 2011/05/23 08:49:13 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-0.10.28-r1.ebuild,v 1.3 2011/05/23 14:53:39 hwoarang Exp $
 
 inherit gst-plugins-good
 
 DESCRIPION="plugin to allow capture from video4linux2 devices"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=">=media-libs/gst-plugins-base-0.10.32"



1.78                 media-plugins/gst-plugins-v4l2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog	23 May 2011 08:49:13 -0000	1.77
+++ ChangeLog	23 May 2011 14:53:39 -0000	1.78
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/gst-plugins-v4l2
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v 1.77 2011/05/23 08:49:13 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v 1.78 2011/05/23 14:53:39 hwoarang Exp $
+
+  23 May 2011; Markos Chandras <hwoarang@gentoo.org>
+  gst-plugins-v4l2-0.10.28-r1.ebuild:
+  Stable on amd64 wrt bug #368281
 
   23 May 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   gst-plugins-v4l2-0.10.28-r1.ebuild:






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-v4l2: gst-plugins-v4l2-0.10.28-r1.ebuild ChangeLog
@ 2011-06-05 10:34 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2011-06-05 10:34 UTC (permalink / raw
  To: gentoo-commits

maekke      11/06/05 10:34:44

  Modified:             gst-plugins-v4l2-0.10.28-r1.ebuild ChangeLog
  Log:
  arm stable, bug #368281
  
  (Portage version: 2.1.9.50/cvs/Linux i686)

Revision  Changes    Path
1.4                  media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-0.10.28-r1.ebuild

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

Index: gst-plugins-v4l2-0.10.28-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-0.10.28-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gst-plugins-v4l2-0.10.28-r1.ebuild	23 May 2011 14:53:39 -0000	1.3
+++ gst-plugins-v4l2-0.10.28-r1.ebuild	5 Jun 2011 10:34:44 -0000	1.4
@@ -1,11 +1,11 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-0.10.28-r1.ebuild,v 1.3 2011/05/23 14:53:39 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-0.10.28-r1.ebuild,v 1.4 2011/06/05 10:34:44 maekke Exp $
 
 inherit gst-plugins-good
 
 DESCRIPION="plugin to allow capture from video4linux2 devices"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=">=media-libs/gst-plugins-base-0.10.32"



1.79                 media-plugins/gst-plugins-v4l2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog	23 May 2011 14:53:39 -0000	1.78
+++ ChangeLog	5 Jun 2011 10:34:44 -0000	1.79
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/gst-plugins-v4l2
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v 1.78 2011/05/23 14:53:39 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v 1.79 2011/06/05 10:34:44 maekke Exp $
+
+  05 Jun 2011; Markus Meier <maekke@gentoo.org>
+  gst-plugins-v4l2-0.10.28-r1.ebuild:
+  arm stable, bug #368281
 
   23 May 2011; Markos Chandras <hwoarang@gentoo.org>
   gst-plugins-v4l2-0.10.28-r1.ebuild:






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-v4l2: gst-plugins-v4l2-0.10.28-r1.ebuild ChangeLog
@ 2011-06-05 13:54 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2011-06-05 13:54 UTC (permalink / raw
  To: gentoo-commits

armin76     11/06/05 13:54:53

  Modified:             gst-plugins-v4l2-0.10.28-r1.ebuild ChangeLog
  Log:
  alpha/ia64/sparc stable wrt #368281
  
  (Portage version: 2.1.9.49/cvs/Linux ia64)

Revision  Changes    Path
1.5                  media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-0.10.28-r1.ebuild

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

Index: gst-plugins-v4l2-0.10.28-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-0.10.28-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gst-plugins-v4l2-0.10.28-r1.ebuild	5 Jun 2011 10:34:44 -0000	1.4
+++ gst-plugins-v4l2-0.10.28-r1.ebuild	5 Jun 2011 13:54:53 -0000	1.5
@@ -1,11 +1,11 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-0.10.28-r1.ebuild,v 1.4 2011/06/05 10:34:44 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-0.10.28-r1.ebuild,v 1.5 2011/06/05 13:54:53 armin76 Exp $
 
 inherit gst-plugins-good
 
 DESCRIPION="plugin to allow capture from video4linux2 devices"
-KEYWORDS="~alpha amd64 arm ~hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~ppc ~ppc64 sparc x86"
 IUSE=""
 
 RDEPEND=">=media-libs/gst-plugins-base-0.10.32"



1.80                 media-plugins/gst-plugins-v4l2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog	5 Jun 2011 10:34:44 -0000	1.79
+++ ChangeLog	5 Jun 2011 13:54:53 -0000	1.80
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/gst-plugins-v4l2
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v 1.79 2011/06/05 10:34:44 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v 1.80 2011/06/05 13:54:53 armin76 Exp $
+
+  05 Jun 2011; Raúl Porcel <armin76@gentoo.org>
+  gst-plugins-v4l2-0.10.28-r1.ebuild:
+  alpha/ia64/sparc stable wrt #368281
 
   05 Jun 2011; Markus Meier <maekke@gentoo.org>
   gst-plugins-v4l2-0.10.28-r1.ebuild:






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-v4l2: gst-plugins-v4l2-0.10.28-r1.ebuild ChangeLog
@ 2011-06-09 16:13 Jeroen Roovers (jer)
  0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2011-06-09 16:13 UTC (permalink / raw
  To: gentoo-commits

jer         11/06/09 16:13:36

  Modified:             gst-plugins-v4l2-0.10.28-r1.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #368281).
  
  (Portage version: 2.2.0_alpha38/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-0.10.28-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-0.10.28-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-0.10.28-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-0.10.28-r1.ebuild?r1=1.5&r2=1.6

Index: gst-plugins-v4l2-0.10.28-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-0.10.28-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gst-plugins-v4l2-0.10.28-r1.ebuild	5 Jun 2011 13:54:53 -0000	1.5
+++ gst-plugins-v4l2-0.10.28-r1.ebuild	9 Jun 2011 16:13:35 -0000	1.6
@@ -1,11 +1,11 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-0.10.28-r1.ebuild,v 1.5 2011/06/05 13:54:53 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-0.10.28-r1.ebuild,v 1.6 2011/06/09 16:13:35 jer Exp $
 
 inherit gst-plugins-good
 
 DESCRIPION="plugin to allow capture from video4linux2 devices"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 sparc x86"
 IUSE=""
 
 RDEPEND=">=media-libs/gst-plugins-base-0.10.32"



1.81                 media-plugins/gst-plugins-v4l2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog	5 Jun 2011 13:54:53 -0000	1.80
+++ ChangeLog	9 Jun 2011 16:13:35 -0000	1.81
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/gst-plugins-v4l2
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v 1.80 2011/06/05 13:54:53 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v 1.81 2011/06/09 16:13:35 jer Exp $
+
+  09 Jun 2011; Jeroen Roovers <jer@gentoo.org>
+  gst-plugins-v4l2-0.10.28-r1.ebuild:
+  Stable for HPPA (bug #368281).
 
   05 Jun 2011; Raúl Porcel <armin76@gentoo.org>
   gst-plugins-v4l2-0.10.28-r1.ebuild:






^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-06-09 16:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-05 10:34 [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-v4l2: gst-plugins-v4l2-0.10.28-r1.ebuild ChangeLog Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2011-06-09 16:13 Jeroen Roovers (jer)
2011-06-05 13:54 Raul Porcel (armin76)
2011-05-23 14:53 Markos Chandras (hwoarang)
2011-05-23  8:49 PaweA Hajdan (phajdan.jr)
2011-03-21 14:05 Arun Raghavan (ford_prefect)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox