public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-xvideo: gst-plugins-xvideo-0.10.36-r1.ebuild ChangeLog
@ 2014-06-10 19:25 Michal Gorny (mgorny)
  0 siblings, 0 replies; 11+ messages in thread
From: Michal Gorny (mgorny) @ 2014-06-10 19:25 UTC (permalink / raw
  To: gentoo-commits

mgorny      14/06/10 19:25:01

  Modified:             ChangeLog
  Added:                gst-plugins-xvideo-0.10.36-r1.ebuild
  Log:
  Enable multilib support, bug #493176.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.202                media-plugins/gst-plugins-xvideo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v
retrieving revision 1.201
retrieving revision 1.202
diff -u -r1.201 -r1.202
--- ChangeLog	5 Mar 2013 22:06:29 -0000	1.201
+++ ChangeLog	10 Jun 2014 19:25:01 -0000	1.202
@@ -1,6 +1,12 @@
 # ChangeLog for media-plugins/gst-plugins-xvideo
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v 1.201 2013/03/05 22:06:29 eva Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v 1.202 2014/06/10 19:25:01 mgorny Exp $
+
+*gst-plugins-xvideo-0.10.36-r1 (10 Jun 2014)
+
+  10 Jun 2014; Michał Górny <mgorny@gentoo.org>
+  +gst-plugins-xvideo-0.10.36-r1.ebuild:
+  Enable multilib support, bug #493176.
 
   05 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org>
   -gst-plugins-xvideo-0.10.35.ebuild, -gst-plugins-xvideo-0.10.35-r1.ebuild:



1.1                  media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild

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

Index: gst-plugins-xvideo-0.10.36-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild,v 1.1 2014/06/10 19:25:01 mgorny Exp $

EAPI="5"

GST_ORG_MODULE=gst-plugins-base
inherit gstreamer

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""

RDEPEND="x11-libs/libXv[${MULTILIB_USEDEP}]
	x11-libs/libXext[${MULTILIB_USEDEP}]"
DEPEND="${RDEPEND}
	x11-proto/videoproto[${MULTILIB_USEDEP}]
	x11-proto/xproto[${MULTILIB_USEDEP}]
	x11-proto/xextproto[${MULTILIB_USEDEP}]"

# xshm is a compile time option of xvideo
# x is needed to build any X plugins, but we build/install only xv anyway
GST_PLUGINS_BUILD="x xvideo xshm"
GST_PLUGINS_BUILD_DIR="xvimage"

src_prepare() {
	# The AC_PATH_XTRA macro unnecessarily pulls in libSM and libICE even
	# though they are not actually used. This needs to be fixed upstream by
	# replacing AC_PATH_XTRA with PKG_CONFIG calls.
	sed -i -e 's:X_PRE_LIBS -lSM -lICE:X_PRE_LIBS:' "${S}"/configure

	gstreamer_system_link \
		gst-libs/gst/video:gstreamer-video \
		gst-libs/gst/interfaces:gstreamer-interfaces
}





^ permalink raw reply	[flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-xvideo: gst-plugins-xvideo-0.10.36-r1.ebuild ChangeLog
@ 2014-06-18 20:27 Michal Gorny (mgorny)
  0 siblings, 0 replies; 11+ messages in thread
From: Michal Gorny (mgorny) @ 2014-06-18 20:27 UTC (permalink / raw
  To: gentoo-commits

mgorny      14/06/18 20:27:17

  Modified:             gst-plugins-xvideo-0.10.36-r1.ebuild ChangeLog
  Log:
  Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #513718.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.2                  media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild

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

Index: gst-plugins-xvideo-0.10.36-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gst-plugins-xvideo-0.10.36-r1.ebuild	10 Jun 2014 19:25:01 -0000	1.1
+++ gst-plugins-xvideo-0.10.36-r1.ebuild	18 Jun 2014 20:27:17 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild,v 1.1 2014/06/10 19:25:01 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild,v 1.2 2014/06/18 20:27:17 mgorny Exp $
 
 EAPI="5"
 
@@ -10,12 +10,12 @@
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
-RDEPEND="x11-libs/libXv[${MULTILIB_USEDEP}]
-	x11-libs/libXext[${MULTILIB_USEDEP}]"
+RDEPEND=">=x11-libs/libXv-1.0.10[${MULTILIB_USEDEP}]
+	>=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}
-	x11-proto/videoproto[${MULTILIB_USEDEP}]
-	x11-proto/xproto[${MULTILIB_USEDEP}]
-	x11-proto/xextproto[${MULTILIB_USEDEP}]"
+	>=x11-proto/videoproto-2.3.1-r1[${MULTILIB_USEDEP}]
+	>=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]
+	>=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}]"
 
 # xshm is a compile time option of xvideo
 # x is needed to build any X plugins, but we build/install only xv anyway



1.203                media-plugins/gst-plugins-xvideo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -r1.202 -r1.203
--- ChangeLog	10 Jun 2014 19:25:01 -0000	1.202
+++ ChangeLog	18 Jun 2014 20:27:17 -0000	1.203
@@ -1,6 +1,11 @@
 # ChangeLog for media-plugins/gst-plugins-xvideo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v 1.202 2014/06/10 19:25:01 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v 1.203 2014/06/18 20:27:17 mgorny Exp $
+
+  18 Jun 2014; Michał Górny <mgorny@gentoo.org>
+  gst-plugins-xvideo-0.10.36-r1.ebuild:
+  Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
+  #513718.
 
 *gst-plugins-xvideo-0.10.36-r1 (10 Jun 2014)
 





^ permalink raw reply	[flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-xvideo: gst-plugins-xvideo-0.10.36-r1.ebuild ChangeLog
@ 2014-07-22 10:51 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-07-22 10:51 UTC (permalink / raw
  To: gentoo-commits

ago         14/07/22 10:51:41

  Modified:             gst-plugins-xvideo-0.10.36-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #512912
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild

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

Index: gst-plugins-xvideo-0.10.36-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gst-plugins-xvideo-0.10.36-r1.ebuild	18 Jun 2014 20:27:17 -0000	1.2
+++ gst-plugins-xvideo-0.10.36-r1.ebuild	22 Jul 2014 10:51:41 -0000	1.3
@@ -1,13 +1,13 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild,v 1.2 2014/06/18 20:27:17 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild,v 1.3 2014/07/22 10:51:41 ago Exp $
 
 EAPI="5"
 
 GST_ORG_MODULE=gst-plugins-base
 inherit gstreamer
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=x11-libs/libXv-1.0.10[${MULTILIB_USEDEP}]



1.204                media-plugins/gst-plugins-xvideo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v
retrieving revision 1.203
retrieving revision 1.204
diff -u -r1.203 -r1.204
--- ChangeLog	18 Jun 2014 20:27:17 -0000	1.203
+++ ChangeLog	22 Jul 2014 10:51:41 -0000	1.204
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/gst-plugins-xvideo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v 1.203 2014/06/18 20:27:17 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v 1.204 2014/07/22 10:51:41 ago Exp $
+
+  22 Jul 2014; Agostino Sarubbo <ago@gentoo.org>
+  gst-plugins-xvideo-0.10.36-r1.ebuild:
+  Stable for amd64, wrt bug #512912
 
   18 Jun 2014; Michał Górny <mgorny@gentoo.org>
   gst-plugins-xvideo-0.10.36-r1.ebuild:





^ permalink raw reply	[flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-xvideo: gst-plugins-xvideo-0.10.36-r1.ebuild ChangeLog
@ 2014-07-23 15:22 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-07-23 15:22 UTC (permalink / raw
  To: gentoo-commits

ago         14/07/23 15:22:55

  Modified:             gst-plugins-xvideo-0.10.36-r1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild

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

Index: gst-plugins-xvideo-0.10.36-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gst-plugins-xvideo-0.10.36-r1.ebuild	22 Jul 2014 10:51:41 -0000	1.3
+++ gst-plugins-xvideo-0.10.36-r1.ebuild	23 Jul 2014 15:22:55 -0000	1.4
@@ -1,13 +1,13 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild,v 1.3 2014/07/22 10:51:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild,v 1.4 2014/07/23 15:22:55 ago Exp $
 
 EAPI="5"
 
 GST_ORG_MODULE=gst-plugins-base
 inherit gstreamer
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=x11-libs/libXv-1.0.10[${MULTILIB_USEDEP}]



1.205                media-plugins/gst-plugins-xvideo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v
retrieving revision 1.204
retrieving revision 1.205
diff -u -r1.204 -r1.205
--- ChangeLog	22 Jul 2014 10:51:41 -0000	1.204
+++ ChangeLog	23 Jul 2014 15:22:55 -0000	1.205
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/gst-plugins-xvideo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v 1.204 2014/07/22 10:51:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v 1.205 2014/07/23 15:22:55 ago Exp $
+
+  23 Jul 2014; Agostino Sarubbo <ago@gentoo.org>
+  gst-plugins-xvideo-0.10.36-r1.ebuild:
+  Stable for x86, wrt bug #512012
 
   22 Jul 2014; Agostino Sarubbo <ago@gentoo.org>
   gst-plugins-xvideo-0.10.36-r1.ebuild:





^ permalink raw reply	[flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-xvideo: gst-plugins-xvideo-0.10.36-r1.ebuild ChangeLog
@ 2014-07-28 13:48 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-07-28 13:48 UTC (permalink / raw
  To: gentoo-commits

ago         14/07/28 13:48:21

  Modified:             gst-plugins-xvideo-0.10.36-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild

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

Index: gst-plugins-xvideo-0.10.36-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gst-plugins-xvideo-0.10.36-r1.ebuild	23 Jul 2014 15:22:55 -0000	1.4
+++ gst-plugins-xvideo-0.10.36-r1.ebuild	28 Jul 2014 13:48:21 -0000	1.5
@@ -1,13 +1,13 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild,v 1.4 2014/07/23 15:22:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild,v 1.5 2014/07/28 13:48:21 ago Exp $
 
 EAPI="5"
 
 GST_ORG_MODULE=gst-plugins-base
 inherit gstreamer
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=x11-libs/libXv-1.0.10[${MULTILIB_USEDEP}]



1.206                media-plugins/gst-plugins-xvideo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v
retrieving revision 1.205
retrieving revision 1.206
diff -u -r1.205 -r1.206
--- ChangeLog	23 Jul 2014 15:22:55 -0000	1.205
+++ ChangeLog	28 Jul 2014 13:48:21 -0000	1.206
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/gst-plugins-xvideo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v 1.205 2014/07/23 15:22:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v 1.206 2014/07/28 13:48:21 ago Exp $
+
+  28 Jul 2014; Agostino Sarubbo <ago@gentoo.org>
+  gst-plugins-xvideo-0.10.36-r1.ebuild:
+  Stable for ppc, wrt bug #512012
 
   23 Jul 2014; Agostino Sarubbo <ago@gentoo.org>
   gst-plugins-xvideo-0.10.36-r1.ebuild:





^ permalink raw reply	[flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-xvideo: gst-plugins-xvideo-0.10.36-r1.ebuild ChangeLog
@ 2014-08-07 20:06 Jeroen Roovers (jer)
  0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers (jer) @ 2014-08-07 20:06 UTC (permalink / raw
  To: gentoo-commits

jer         14/08/07 20:06:08

  Modified:             gst-plugins-xvideo-0.10.36-r1.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #512012).
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.6                  media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild

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

Index: gst-plugins-xvideo-0.10.36-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gst-plugins-xvideo-0.10.36-r1.ebuild	28 Jul 2014 13:48:21 -0000	1.5
+++ gst-plugins-xvideo-0.10.36-r1.ebuild	7 Aug 2014 20:06:08 -0000	1.6
@@ -1,13 +1,13 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild,v 1.5 2014/07/28 13:48:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild,v 1.6 2014/08/07 20:06:08 jer Exp $
 
 EAPI="5"
 
 GST_ORG_MODULE=gst-plugins-base
 inherit gstreamer
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=x11-libs/libXv-1.0.10[${MULTILIB_USEDEP}]



1.207                media-plugins/gst-plugins-xvideo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -r1.206 -r1.207
--- ChangeLog	28 Jul 2014 13:48:21 -0000	1.206
+++ ChangeLog	7 Aug 2014 20:06:08 -0000	1.207
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/gst-plugins-xvideo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v 1.206 2014/07/28 13:48:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v 1.207 2014/08/07 20:06:08 jer Exp $
+
+  07 Aug 2014; Jeroen Roovers <jer@gentoo.org>
+  gst-plugins-xvideo-0.10.36-r1.ebuild:
+  Stable for HPPA (bug #512012).
 
   28 Jul 2014; Agostino Sarubbo <ago@gentoo.org>
   gst-plugins-xvideo-0.10.36-r1.ebuild:





^ permalink raw reply	[flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-xvideo: gst-plugins-xvideo-0.10.36-r1.ebuild ChangeLog
@ 2014-08-21 10:44 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-08-21 10:44 UTC (permalink / raw
  To: gentoo-commits

ago         14/08/21 10:44:57

  Modified:             gst-plugins-xvideo-0.10.36-r1.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild

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

Index: gst-plugins-xvideo-0.10.36-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gst-plugins-xvideo-0.10.36-r1.ebuild	7 Aug 2014 20:06:08 -0000	1.6
+++ gst-plugins-xvideo-0.10.36-r1.ebuild	21 Aug 2014 10:44:57 -0000	1.7
@@ -1,13 +1,13 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild,v 1.6 2014/08/07 20:06:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild,v 1.7 2014/08/21 10:44:57 ago Exp $
 
 EAPI="5"
 
 GST_ORG_MODULE=gst-plugins-base
 inherit gstreamer
 
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=x11-libs/libXv-1.0.10[${MULTILIB_USEDEP}]



1.208                media-plugins/gst-plugins-xvideo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v
retrieving revision 1.207
retrieving revision 1.208
diff -u -r1.207 -r1.208
--- ChangeLog	7 Aug 2014 20:06:08 -0000	1.207
+++ ChangeLog	21 Aug 2014 10:44:57 -0000	1.208
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/gst-plugins-xvideo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v 1.207 2014/08/07 20:06:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v 1.208 2014/08/21 10:44:57 ago Exp $
+
+  21 Aug 2014; Agostino Sarubbo <ago@gentoo.org>
+  gst-plugins-xvideo-0.10.36-r1.ebuild:
+  Stable for ppc64, wrt bug #512012
 
   07 Aug 2014; Jeroen Roovers <jer@gentoo.org>
   gst-plugins-xvideo-0.10.36-r1.ebuild:





^ permalink raw reply	[flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-xvideo: gst-plugins-xvideo-0.10.36-r1.ebuild ChangeLog
@ 2014-08-23 15:33 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-08-23 15:33 UTC (permalink / raw
  To: gentoo-commits

ago         14/08/23 15:33:08

  Modified:             gst-plugins-xvideo-0.10.36-r1.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild?r1=1.7&r2=1.8

Index: gst-plugins-xvideo-0.10.36-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gst-plugins-xvideo-0.10.36-r1.ebuild	21 Aug 2014 10:44:57 -0000	1.7
+++ gst-plugins-xvideo-0.10.36-r1.ebuild	23 Aug 2014 15:33:08 -0000	1.8
@@ -1,13 +1,13 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild,v 1.7 2014/08/21 10:44:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild,v 1.8 2014/08/23 15:33:08 ago Exp $
 
 EAPI="5"
 
 GST_ORG_MODULE=gst-plugins-base
 inherit gstreamer
 
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=x11-libs/libXv-1.0.10[${MULTILIB_USEDEP}]



1.209                media-plugins/gst-plugins-xvideo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -r1.208 -r1.209
--- ChangeLog	21 Aug 2014 10:44:57 -0000	1.208
+++ ChangeLog	23 Aug 2014 15:33:08 -0000	1.209
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/gst-plugins-xvideo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v 1.208 2014/08/21 10:44:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v 1.209 2014/08/23 15:33:08 ago Exp $
+
+  23 Aug 2014; Agostino Sarubbo <ago@gentoo.org>
+  gst-plugins-xvideo-0.10.36-r1.ebuild:
+  Stable for ia64, wrt bug #512012
 
   21 Aug 2014; Agostino Sarubbo <ago@gentoo.org>
   gst-plugins-xvideo-0.10.36-r1.ebuild:





^ permalink raw reply	[flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-xvideo: gst-plugins-xvideo-0.10.36-r1.ebuild ChangeLog
@ 2014-08-25 11:02 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-08-25 11:02 UTC (permalink / raw
  To: gentoo-commits

ago         14/08/25 11:02:37

  Modified:             gst-plugins-xvideo-0.10.36-r1.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.9                  media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild?r1=1.8&r2=1.9

Index: gst-plugins-xvideo-0.10.36-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gst-plugins-xvideo-0.10.36-r1.ebuild	23 Aug 2014 15:33:08 -0000	1.8
+++ gst-plugins-xvideo-0.10.36-r1.ebuild	25 Aug 2014 11:02:37 -0000	1.9
@@ -1,13 +1,13 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild,v 1.8 2014/08/23 15:33:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild,v 1.9 2014/08/25 11:02:37 ago Exp $
 
 EAPI="5"
 
 GST_ORG_MODULE=gst-plugins-base
 inherit gstreamer
 
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=x11-libs/libXv-1.0.10[${MULTILIB_USEDEP}]



1.210                media-plugins/gst-plugins-xvideo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v
retrieving revision 1.209
retrieving revision 1.210
diff -u -r1.209 -r1.210
--- ChangeLog	23 Aug 2014 15:33:08 -0000	1.209
+++ ChangeLog	25 Aug 2014 11:02:37 -0000	1.210
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/gst-plugins-xvideo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v 1.209 2014/08/23 15:33:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v 1.210 2014/08/25 11:02:37 ago Exp $
+
+  25 Aug 2014; Agostino Sarubbo <ago@gentoo.org>
+  gst-plugins-xvideo-0.10.36-r1.ebuild:
+  Stable for alpha, wrt bug #512012
 
   23 Aug 2014; Agostino Sarubbo <ago@gentoo.org>
   gst-plugins-xvideo-0.10.36-r1.ebuild:





^ permalink raw reply	[flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-xvideo: gst-plugins-xvideo-0.10.36-r1.ebuild ChangeLog
@ 2014-09-15  8:23 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-09-15  8:23 UTC (permalink / raw
  To: gentoo-commits

ago         14/09/15 08:23:11

  Modified:             gst-plugins-xvideo-0.10.36-r1.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #512012
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.10                 media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild?r1=1.9&r2=1.10

Index: gst-plugins-xvideo-0.10.36-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- gst-plugins-xvideo-0.10.36-r1.ebuild	25 Aug 2014 11:02:37 -0000	1.9
+++ gst-plugins-xvideo-0.10.36-r1.ebuild	15 Sep 2014 08:23:11 -0000	1.10
@@ -1,13 +1,13 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild,v 1.9 2014/08/25 11:02:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild,v 1.10 2014/09/15 08:23:11 ago Exp $
 
 EAPI="5"
 
 GST_ORG_MODULE=gst-plugins-base
 inherit gstreamer
 
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=x11-libs/libXv-1.0.10[${MULTILIB_USEDEP}]



1.211                media-plugins/gst-plugins-xvideo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v
retrieving revision 1.210
retrieving revision 1.211
diff -u -r1.210 -r1.211
--- ChangeLog	25 Aug 2014 11:02:37 -0000	1.210
+++ ChangeLog	15 Sep 2014 08:23:11 -0000	1.211
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/gst-plugins-xvideo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v 1.210 2014/08/25 11:02:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v 1.211 2014/09/15 08:23:11 ago Exp $
+
+  15 Sep 2014; Agostino Sarubbo <ago@gentoo.org>
+  gst-plugins-xvideo-0.10.36-r1.ebuild:
+  Stable for sparc, wrt bug #512012
 
   25 Aug 2014; Agostino Sarubbo <ago@gentoo.org>
   gst-plugins-xvideo-0.10.36-r1.ebuild:





^ permalink raw reply	[flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-xvideo: gst-plugins-xvideo-0.10.36-r1.ebuild ChangeLog
@ 2014-10-11 13:32 Markus Meier (maekke)
  0 siblings, 0 replies; 11+ messages in thread
From: Markus Meier (maekke) @ 2014-10-11 13:32 UTC (permalink / raw
  To: gentoo-commits

maekke      14/10/11 13:32:38

  Modified:             gst-plugins-xvideo-0.10.36-r1.ebuild ChangeLog
  Log:
  arm stable, bug #512012
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.11                 media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild?r1=1.10&r2=1.11

Index: gst-plugins-xvideo-0.10.36-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- gst-plugins-xvideo-0.10.36-r1.ebuild	15 Sep 2014 08:23:11 -0000	1.10
+++ gst-plugins-xvideo-0.10.36-r1.ebuild	11 Oct 2014 13:32:38 -0000	1.11
@@ -1,13 +1,13 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild,v 1.10 2014/09/15 08:23:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild,v 1.11 2014/10/11 13:32:38 maekke Exp $
 
 EAPI="5"
 
 GST_ORG_MODULE=gst-plugins-base
 inherit gstreamer
 
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=x11-libs/libXv-1.0.10[${MULTILIB_USEDEP}]



1.212                media-plugins/gst-plugins-xvideo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v
retrieving revision 1.211
retrieving revision 1.212
diff -u -r1.211 -r1.212
--- ChangeLog	15 Sep 2014 08:23:11 -0000	1.211
+++ ChangeLog	11 Oct 2014 13:32:38 -0000	1.212
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/gst-plugins-xvideo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v 1.211 2014/09/15 08:23:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v 1.212 2014/10/11 13:32:38 maekke Exp $
+
+  11 Oct 2014; Markus Meier <maekke@gentoo.org>
+  gst-plugins-xvideo-0.10.36-r1.ebuild:
+  arm stable, bug #512012
 
   15 Sep 2014; Agostino Sarubbo <ago@gentoo.org>
   gst-plugins-xvideo-0.10.36-r1.ebuild:





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

end of thread, other threads:[~2014-10-11 13:32 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-10 19:25 [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-xvideo: gst-plugins-xvideo-0.10.36-r1.ebuild ChangeLog Michal Gorny (mgorny)
  -- strict thread matches above, loose matches on Subject: below --
2014-06-18 20:27 Michal Gorny (mgorny)
2014-07-22 10:51 Agostino Sarubbo (ago)
2014-07-23 15:22 Agostino Sarubbo (ago)
2014-07-28 13:48 Agostino Sarubbo (ago)
2014-08-07 20:06 Jeroen Roovers (jer)
2014-08-21 10:44 Agostino Sarubbo (ago)
2014-08-23 15:33 Agostino Sarubbo (ago)
2014-08-25 11:02 Agostino Sarubbo (ago)
2014-09-15  8:23 Agostino Sarubbo (ago)
2014-10-11 13:32 Markus Meier (maekke)

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