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

mgorny      14/06/10 19:19:20

  Modified:             ChangeLog
  Added:                gst-plugins-theora-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.191                media-plugins/gst-plugins-theora/ChangeLog

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

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



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

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

Index: gst-plugins-theora-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-theora/gst-plugins-theora-0.10.36-r1.ebuild,v 1.1 2014/06/10 19:19:20 mgorny Exp $

EAPI="5"

GST_ORG_MODULE=gst-plugins-base
inherit gstreamer

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

RDEPEND=">=media-libs/libtheora-1.1[encode,${MULTILIB_USEDEP}]
	media-libs/libogg[${MULTILIB_USEDEP}]"
DEPEND="${RDEPEND}"

src_prepare() {
	gstreamer_system_link \
		gst-libs/gst/tag:gstreamer-tag \
		gst-libs/gst/video:gstreamer-video
}





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

* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-theora: gst-plugins-theora-0.10.36-r1.ebuild ChangeLog
@ 2014-06-18 20:21 Michal Gorny (mgorny)
  0 siblings, 0 replies; 9+ messages in thread
From: Michal Gorny (mgorny) @ 2014-06-18 20:21 UTC (permalink / raw
  To: gentoo-commits

mgorny      14/06/18 20:21:50

  Modified:             gst-plugins-theora-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-theora/gst-plugins-theora-0.10.36-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.36-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-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-theora/gst-plugins-theora-0.10.36-r1.ebuild?r1=1.1&r2=1.2

Index: gst-plugins-theora-0.10.36-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.36-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gst-plugins-theora-0.10.36-r1.ebuild	10 Jun 2014 19:19:20 -0000	1.1
+++ gst-plugins-theora-0.10.36-r1.ebuild	18 Jun 2014 20:21:50 -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-theora/gst-plugins-theora-0.10.36-r1.ebuild,v 1.1 2014/06/10 19:19:20 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.36-r1.ebuild,v 1.2 2014/06/18 20:21:50 mgorny Exp $
 
 EAPI="5"
 
@@ -10,8 +10,8 @@
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
-RDEPEND=">=media-libs/libtheora-1.1[encode,${MULTILIB_USEDEP}]
-	media-libs/libogg[${MULTILIB_USEDEP}]"
+RDEPEND=">=media-libs/libtheora-1.1.1[encode,${MULTILIB_USEDEP}]
+	>=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}"
 
 src_prepare() {



1.192                media-plugins/gst-plugins-theora/ChangeLog

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

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





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

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

ago         14/07/22 10:51:13

  Modified:             gst-plugins-theora-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-theora/gst-plugins-theora-0.10.36-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.36-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-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-theora/gst-plugins-theora-0.10.36-r1.ebuild?r1=1.2&r2=1.3

Index: gst-plugins-theora-0.10.36-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.36-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gst-plugins-theora-0.10.36-r1.ebuild	18 Jun 2014 20:21:50 -0000	1.2
+++ gst-plugins-theora-0.10.36-r1.ebuild	22 Jul 2014 10:51:13 -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-theora/gst-plugins-theora-0.10.36-r1.ebuild,v 1.2 2014/06/18 20:21:50 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.36-r1.ebuild,v 1.3 2014/07/22 10:51:13 ago Exp $
 
 EAPI="5"
 
 GST_ORG_MODULE=gst-plugins-base
 inherit gstreamer
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=media-libs/libtheora-1.1.1[encode,${MULTILIB_USEDEP}]



1.193                media-plugins/gst-plugins-theora/ChangeLog

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

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





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

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

ago         14/07/23 15:22:29

  Modified:             gst-plugins-theora-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-theora/gst-plugins-theora-0.10.36-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.36-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-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-theora/gst-plugins-theora-0.10.36-r1.ebuild?r1=1.3&r2=1.4

Index: gst-plugins-theora-0.10.36-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.36-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gst-plugins-theora-0.10.36-r1.ebuild	22 Jul 2014 10:51:13 -0000	1.3
+++ gst-plugins-theora-0.10.36-r1.ebuild	23 Jul 2014 15:22:29 -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-theora/gst-plugins-theora-0.10.36-r1.ebuild,v 1.3 2014/07/22 10:51:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.36-r1.ebuild,v 1.4 2014/07/23 15:22:29 ago Exp $
 
 EAPI="5"
 
 GST_ORG_MODULE=gst-plugins-base
 inherit gstreamer
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=media-libs/libtheora-1.1.1[encode,${MULTILIB_USEDEP}]



1.194                media-plugins/gst-plugins-theora/ChangeLog

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

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





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

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

ago         14/07/28 13:48:01

  Modified:             gst-plugins-theora-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-theora/gst-plugins-theora-0.10.36-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.36-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-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-theora/gst-plugins-theora-0.10.36-r1.ebuild?r1=1.4&r2=1.5

Index: gst-plugins-theora-0.10.36-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.36-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gst-plugins-theora-0.10.36-r1.ebuild	23 Jul 2014 15:22:29 -0000	1.4
+++ gst-plugins-theora-0.10.36-r1.ebuild	28 Jul 2014 13:48:01 -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-theora/gst-plugins-theora-0.10.36-r1.ebuild,v 1.4 2014/07/23 15:22:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.36-r1.ebuild,v 1.5 2014/07/28 13:48:01 ago Exp $
 
 EAPI="5"
 
 GST_ORG_MODULE=gst-plugins-base
 inherit gstreamer
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=media-libs/libtheora-1.1.1[encode,${MULTILIB_USEDEP}]



1.195                media-plugins/gst-plugins-theora/ChangeLog

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

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





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

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

ago         14/08/21 10:44:32

  Modified:             gst-plugins-theora-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-theora/gst-plugins-theora-0.10.36-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.36-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-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-theora/gst-plugins-theora-0.10.36-r1.ebuild?r1=1.6&r2=1.7

Index: gst-plugins-theora-0.10.36-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.36-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gst-plugins-theora-0.10.36-r1.ebuild	7 Aug 2014 20:02:46 -0000	1.6
+++ gst-plugins-theora-0.10.36-r1.ebuild	21 Aug 2014 10:44:31 -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-theora/gst-plugins-theora-0.10.36-r1.ebuild,v 1.6 2014/08/07 20:02:46 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.36-r1.ebuild,v 1.7 2014/08/21 10:44:31 ago Exp $
 
 EAPI="5"
 
 GST_ORG_MODULE=gst-plugins-base
 inherit gstreamer
 
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=media-libs/libtheora-1.1.1[encode,${MULTILIB_USEDEP}]



1.197                media-plugins/gst-plugins-theora/ChangeLog

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

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





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

* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-theora: gst-plugins-theora-0.10.36-r1.ebuild ChangeLog
@ 2014-08-23 15:32 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-08-23 15:32 UTC (permalink / raw
  To: gentoo-commits

ago         14/08/23 15:32:56

  Modified:             gst-plugins-theora-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-theora/gst-plugins-theora-0.10.36-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.36-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-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-theora/gst-plugins-theora-0.10.36-r1.ebuild?r1=1.7&r2=1.8

Index: gst-plugins-theora-0.10.36-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.36-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gst-plugins-theora-0.10.36-r1.ebuild	21 Aug 2014 10:44:31 -0000	1.7
+++ gst-plugins-theora-0.10.36-r1.ebuild	23 Aug 2014 15:32:55 -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-theora/gst-plugins-theora-0.10.36-r1.ebuild,v 1.7 2014/08/21 10:44:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.36-r1.ebuild,v 1.8 2014/08/23 15:32:55 ago Exp $
 
 EAPI="5"
 
 GST_ORG_MODULE=gst-plugins-base
 inherit gstreamer
 
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=media-libs/libtheora-1.1.1[encode,${MULTILIB_USEDEP}]



1.198                media-plugins/gst-plugins-theora/ChangeLog

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

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





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

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

ago         14/08/25 11:02:17

  Modified:             gst-plugins-theora-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-theora/gst-plugins-theora-0.10.36-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.36-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-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-theora/gst-plugins-theora-0.10.36-r1.ebuild?r1=1.8&r2=1.9

Index: gst-plugins-theora-0.10.36-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.36-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gst-plugins-theora-0.10.36-r1.ebuild	23 Aug 2014 15:32:55 -0000	1.8
+++ gst-plugins-theora-0.10.36-r1.ebuild	25 Aug 2014 11:02:16 -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-theora/gst-plugins-theora-0.10.36-r1.ebuild,v 1.8 2014/08/23 15:32:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.36-r1.ebuild,v 1.9 2014/08/25 11:02:16 ago Exp $
 
 EAPI="5"
 
 GST_ORG_MODULE=gst-plugins-base
 inherit gstreamer
 
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=media-libs/libtheora-1.1.1[encode,${MULTILIB_USEDEP}]



1.199                media-plugins/gst-plugins-theora/ChangeLog

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

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





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

* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-theora: gst-plugins-theora-0.10.36-r1.ebuild ChangeLog
@ 2014-09-15  8:22 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-09-15  8:22 UTC (permalink / raw
  To: gentoo-commits

ago         14/09/15 08:22:55

  Modified:             gst-plugins-theora-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-theora/gst-plugins-theora-0.10.36-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.36-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-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-theora/gst-plugins-theora-0.10.36-r1.ebuild?r1=1.9&r2=1.10

Index: gst-plugins-theora-0.10.36-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.36-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- gst-plugins-theora-0.10.36-r1.ebuild	25 Aug 2014 11:02:16 -0000	1.9
+++ gst-plugins-theora-0.10.36-r1.ebuild	15 Sep 2014 08:22:55 -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-theora/gst-plugins-theora-0.10.36-r1.ebuild,v 1.9 2014/08/25 11:02:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.36-r1.ebuild,v 1.10 2014/09/15 08:22:55 ago Exp $
 
 EAPI="5"
 
 GST_ORG_MODULE=gst-plugins-base
 inherit gstreamer
 
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=media-libs/libtheora-1.1.1[encode,${MULTILIB_USEDEP}]



1.200                media-plugins/gst-plugins-theora/ChangeLog

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

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





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

end of thread, other threads:[~2014-09-15  8:23 UTC | newest]

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

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