* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-vpx: gst-plugins-vpx-1.2.4-r1.ebuild ChangeLog
@ 2014-06-10 19:23 Michal Gorny (mgorny)
0 siblings, 0 replies; 8+ messages in thread
From: Michal Gorny (mgorny) @ 2014-06-10 19:23 UTC (permalink / raw
To: gentoo-commits
mgorny 14/06/10 19:23:16
Modified: ChangeLog
Added: gst-plugins-vpx-1.2.4-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.31 media-plugins/gst-plugins-vpx/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog?r1=1.30&r2=1.31
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog 31 May 2014 17:26:59 -0000 1.30
+++ ChangeLog 10 Jun 2014 19:23:16 -0000 1.31
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/gst-plugins-vpx
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog,v 1.30 2014/05/31 17:26:59 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog,v 1.31 2014/06/10 19:23:16 mgorny Exp $
+
+*gst-plugins-vpx-1.2.4-r1 (10 Jun 2014)
+
+ 10 Jun 2014; Michał Górny <mgorny@gentoo.org>
+ +gst-plugins-vpx-1.2.4-r1.ebuild:
+ Enable multilib support, bug #493176.
31 May 2014; Pacho Ramos <pacho@gentoo.org> gst-plugins-vpx-1.2.4.ebuild:
sparc keyword was silently dropped at some point without reference
1.1 media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.2.4-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.2.4-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.2.4-r1.ebuild?rev=1.1&content-type=text/plain
Index: gst-plugins-vpx-1.2.4-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-vpx/gst-plugins-vpx-1.2.4-r1.ebuild,v 1.1 2014/06/10 19:23:16 mgorny Exp $
EAPI="5"
GST_ORG_MODULE=gst-plugins-good
inherit gstreamer
DESCRIPTION="GStreamer decoder for vpx video format"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
IUSE=""
# VP9 is under experimental, do not enable it now
RDEPEND=">=media-libs/libvpx-1.3[${MULTILIB_USEDEP}]"
DEPEND="${RDEPEND}"
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-vpx: gst-plugins-vpx-1.2.4-r1.ebuild ChangeLog
@ 2014-06-18 20:24 Michal Gorny (mgorny)
0 siblings, 0 replies; 8+ messages in thread
From: Michal Gorny (mgorny) @ 2014-06-18 20:24 UTC (permalink / raw
To: gentoo-commits
mgorny 14/06/18 20:24:51
Modified: gst-plugins-vpx-1.2.4-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-vpx/gst-plugins-vpx-1.2.4-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.2.4-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.2.4-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.2.4-r1.ebuild?r1=1.1&r2=1.2
Index: gst-plugins-vpx-1.2.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.2.4-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gst-plugins-vpx-1.2.4-r1.ebuild 10 Jun 2014 19:23:16 -0000 1.1
+++ gst-plugins-vpx-1.2.4-r1.ebuild 18 Jun 2014 20:24:51 -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-vpx/gst-plugins-vpx-1.2.4-r1.ebuild,v 1.1 2014/06/10 19:23:16 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.2.4-r1.ebuild,v 1.2 2014/06/18 20:24:51 mgorny Exp $
EAPI="5"
@@ -12,5 +12,5 @@
IUSE=""
# VP9 is under experimental, do not enable it now
-RDEPEND=">=media-libs/libvpx-1.3[${MULTILIB_USEDEP}]"
+RDEPEND=">=media-libs/libvpx-1.3.0[${MULTILIB_USEDEP}]"
DEPEND="${RDEPEND}"
1.32 media-plugins/gst-plugins-vpx/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog?r1=1.31&r2=1.32
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog 10 Jun 2014 19:23:16 -0000 1.31
+++ ChangeLog 18 Jun 2014 20:24:51 -0000 1.32
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/gst-plugins-vpx
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog,v 1.31 2014/06/10 19:23:16 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog,v 1.32 2014/06/18 20:24:51 mgorny Exp $
+
+ 18 Jun 2014; Michał Górny <mgorny@gentoo.org> gst-plugins-vpx-1.2.4-r1.ebuild:
+ Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
+ #513718.
*gst-plugins-vpx-1.2.4-r1 (10 Jun 2014)
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-vpx: gst-plugins-vpx-1.2.4-r1.ebuild ChangeLog
@ 2014-07-22 10:51 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-07-22 10:51 UTC (permalink / raw
To: gentoo-commits
ago 14/07/22 10:51:29
Modified: gst-plugins-vpx-1.2.4-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-vpx/gst-plugins-vpx-1.2.4-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.2.4-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.2.4-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.2.4-r1.ebuild?r1=1.2&r2=1.3
Index: gst-plugins-vpx-1.2.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.2.4-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gst-plugins-vpx-1.2.4-r1.ebuild 18 Jun 2014 20:24:51 -0000 1.2
+++ gst-plugins-vpx-1.2.4-r1.ebuild 22 Jul 2014 10:51:29 -0000 1.3
@@ -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-vpx/gst-plugins-vpx-1.2.4-r1.ebuild,v 1.2 2014/06/18 20:24:51 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.2.4-r1.ebuild,v 1.3 2014/07/22 10:51:29 ago Exp $
EAPI="5"
@@ -8,7 +8,7 @@
inherit gstreamer
DESCRIPTION="GStreamer decoder for vpx video format"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
IUSE=""
# VP9 is under experimental, do not enable it now
1.33 media-plugins/gst-plugins-vpx/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog?r1=1.32&r2=1.33
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog 18 Jun 2014 20:24:51 -0000 1.32
+++ ChangeLog 22 Jul 2014 10:51:29 -0000 1.33
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/gst-plugins-vpx
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog,v 1.32 2014/06/18 20:24:51 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog,v 1.33 2014/07/22 10:51:29 ago Exp $
+
+ 22 Jul 2014; Agostino Sarubbo <ago@gentoo.org>
+ gst-plugins-vpx-1.2.4-r1.ebuild:
+ Stable for amd64, wrt bug #512912
18 Jun 2014; Michał Górny <mgorny@gentoo.org> gst-plugins-vpx-1.2.4-r1.ebuild:
Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-vpx: gst-plugins-vpx-1.2.4-r1.ebuild ChangeLog
@ 2014-07-23 15:22 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-07-23 15:22 UTC (permalink / raw
To: gentoo-commits
ago 14/07/23 15:22:43
Modified: gst-plugins-vpx-1.2.4-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-vpx/gst-plugins-vpx-1.2.4-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.2.4-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.2.4-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.2.4-r1.ebuild?r1=1.3&r2=1.4
Index: gst-plugins-vpx-1.2.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.2.4-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gst-plugins-vpx-1.2.4-r1.ebuild 22 Jul 2014 10:51:29 -0000 1.3
+++ gst-plugins-vpx-1.2.4-r1.ebuild 23 Jul 2014 15:22:43 -0000 1.4
@@ -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-vpx/gst-plugins-vpx-1.2.4-r1.ebuild,v 1.3 2014/07/22 10:51:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.2.4-r1.ebuild,v 1.4 2014/07/23 15:22:43 ago Exp $
EAPI="5"
@@ -8,7 +8,7 @@
inherit gstreamer
DESCRIPTION="GStreamer decoder for vpx video format"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
IUSE=""
# VP9 is under experimental, do not enable it now
1.34 media-plugins/gst-plugins-vpx/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog?r1=1.33&r2=1.34
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog 22 Jul 2014 10:51:29 -0000 1.33
+++ ChangeLog 23 Jul 2014 15:22:43 -0000 1.34
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/gst-plugins-vpx
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog,v 1.33 2014/07/22 10:51:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog,v 1.34 2014/07/23 15:22:43 ago Exp $
+
+ 23 Jul 2014; Agostino Sarubbo <ago@gentoo.org>
+ gst-plugins-vpx-1.2.4-r1.ebuild:
+ Stable for x86, wrt bug #512012
22 Jul 2014; Agostino Sarubbo <ago@gentoo.org>
gst-plugins-vpx-1.2.4-r1.ebuild:
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-vpx: gst-plugins-vpx-1.2.4-r1.ebuild ChangeLog
@ 2014-07-28 13:48 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-07-28 13:48 UTC (permalink / raw
To: gentoo-commits
ago 14/07/28 13:48:09
Modified: gst-plugins-vpx-1.2.4-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-vpx/gst-plugins-vpx-1.2.4-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.2.4-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.2.4-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.2.4-r1.ebuild?r1=1.4&r2=1.5
Index: gst-plugins-vpx-1.2.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.2.4-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gst-plugins-vpx-1.2.4-r1.ebuild 23 Jul 2014 15:22:43 -0000 1.4
+++ gst-plugins-vpx-1.2.4-r1.ebuild 28 Jul 2014 13:48:09 -0000 1.5
@@ -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-vpx/gst-plugins-vpx-1.2.4-r1.ebuild,v 1.4 2014/07/23 15:22:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.2.4-r1.ebuild,v 1.5 2014/07/28 13:48:09 ago Exp $
EAPI="5"
@@ -8,7 +8,7 @@
inherit gstreamer
DESCRIPTION="GStreamer decoder for vpx video format"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
IUSE=""
# VP9 is under experimental, do not enable it now
1.35 media-plugins/gst-plugins-vpx/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog?r1=1.34&r2=1.35
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog 23 Jul 2014 15:22:43 -0000 1.34
+++ ChangeLog 28 Jul 2014 13:48:09 -0000 1.35
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/gst-plugins-vpx
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog,v 1.34 2014/07/23 15:22:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog,v 1.35 2014/07/28 13:48:09 ago Exp $
+
+ 28 Jul 2014; Agostino Sarubbo <ago@gentoo.org>
+ gst-plugins-vpx-1.2.4-r1.ebuild:
+ Stable for ppc, wrt bug #512012
23 Jul 2014; Agostino Sarubbo <ago@gentoo.org>
gst-plugins-vpx-1.2.4-r1.ebuild:
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-vpx: gst-plugins-vpx-1.2.4-r1.ebuild ChangeLog
@ 2014-08-21 10:44 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-08-21 10:44 UTC (permalink / raw
To: gentoo-commits
ago 14/08/21 10:44:42
Modified: gst-plugins-vpx-1.2.4-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.6 media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.2.4-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.2.4-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.2.4-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.2.4-r1.ebuild?r1=1.5&r2=1.6
Index: gst-plugins-vpx-1.2.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.2.4-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gst-plugins-vpx-1.2.4-r1.ebuild 28 Jul 2014 13:48:09 -0000 1.5
+++ gst-plugins-vpx-1.2.4-r1.ebuild 21 Aug 2014 10:44:42 -0000 1.6
@@ -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-vpx/gst-plugins-vpx-1.2.4-r1.ebuild,v 1.5 2014/07/28 13:48:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.2.4-r1.ebuild,v 1.6 2014/08/21 10:44:42 ago Exp $
EAPI="5"
@@ -8,7 +8,7 @@
inherit gstreamer
DESCRIPTION="GStreamer decoder for vpx video format"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd"
IUSE=""
# VP9 is under experimental, do not enable it now
1.36 media-plugins/gst-plugins-vpx/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog?r1=1.35&r2=1.36
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog 28 Jul 2014 13:48:09 -0000 1.35
+++ ChangeLog 21 Aug 2014 10:44:42 -0000 1.36
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/gst-plugins-vpx
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog,v 1.35 2014/07/28 13:48:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog,v 1.36 2014/08/21 10:44:42 ago Exp $
+
+ 21 Aug 2014; Agostino Sarubbo <ago@gentoo.org>
+ gst-plugins-vpx-1.2.4-r1.ebuild:
+ Stable for ppc64, wrt bug #512012
28 Jul 2014; Agostino Sarubbo <ago@gentoo.org>
gst-plugins-vpx-1.2.4-r1.ebuild:
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-vpx: gst-plugins-vpx-1.2.4-r1.ebuild ChangeLog
@ 2014-08-23 15:33 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-08-23 15:33 UTC (permalink / raw
To: gentoo-commits
ago 14/08/23 15:33:02
Modified: gst-plugins-vpx-1.2.4-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.7 media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.2.4-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.2.4-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.2.4-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.2.4-r1.ebuild?r1=1.6&r2=1.7
Index: gst-plugins-vpx-1.2.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.2.4-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gst-plugins-vpx-1.2.4-r1.ebuild 21 Aug 2014 10:44:42 -0000 1.6
+++ gst-plugins-vpx-1.2.4-r1.ebuild 23 Aug 2014 15:33:02 -0000 1.7
@@ -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-vpx/gst-plugins-vpx-1.2.4-r1.ebuild,v 1.6 2014/08/21 10:44:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.2.4-r1.ebuild,v 1.7 2014/08/23 15:33:02 ago Exp $
EAPI="5"
@@ -8,7 +8,7 @@
inherit gstreamer
DESCRIPTION="GStreamer decoder for vpx video format"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd"
IUSE=""
# VP9 is under experimental, do not enable it now
1.37 media-plugins/gst-plugins-vpx/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog?r1=1.36&r2=1.37
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog 21 Aug 2014 10:44:42 -0000 1.36
+++ ChangeLog 23 Aug 2014 15:33:02 -0000 1.37
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/gst-plugins-vpx
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog,v 1.36 2014/08/21 10:44:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog,v 1.37 2014/08/23 15:33:02 ago Exp $
+
+ 23 Aug 2014; Agostino Sarubbo <ago@gentoo.org>
+ gst-plugins-vpx-1.2.4-r1.ebuild:
+ Stable for ia64, wrt bug #512012
21 Aug 2014; Agostino Sarubbo <ago@gentoo.org>
gst-plugins-vpx-1.2.4-r1.ebuild:
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-vpx: gst-plugins-vpx-1.2.4-r1.ebuild ChangeLog
@ 2014-08-25 11:02 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-08-25 11:02 UTC (permalink / raw
To: gentoo-commits
ago 14/08/25 11:02:27
Modified: gst-plugins-vpx-1.2.4-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.8 media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.2.4-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.2.4-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.2.4-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.2.4-r1.ebuild?r1=1.7&r2=1.8
Index: gst-plugins-vpx-1.2.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.2.4-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gst-plugins-vpx-1.2.4-r1.ebuild 23 Aug 2014 15:33:02 -0000 1.7
+++ gst-plugins-vpx-1.2.4-r1.ebuild 25 Aug 2014 11:02:27 -0000 1.8
@@ -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-vpx/gst-plugins-vpx-1.2.4-r1.ebuild,v 1.7 2014/08/23 15:33:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.2.4-r1.ebuild,v 1.8 2014/08/25 11:02:27 ago Exp $
EAPI="5"
@@ -8,7 +8,7 @@
inherit gstreamer
DESCRIPTION="GStreamer decoder for vpx video format"
-KEYWORDS="~alpha amd64 ~arm ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd"
IUSE=""
# VP9 is under experimental, do not enable it now
1.38 media-plugins/gst-plugins-vpx/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog?r1=1.37&r2=1.38
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog 23 Aug 2014 15:33:02 -0000 1.37
+++ ChangeLog 25 Aug 2014 11:02:27 -0000 1.38
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/gst-plugins-vpx
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog,v 1.37 2014/08/23 15:33:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog,v 1.38 2014/08/25 11:02:27 ago Exp $
+
+ 25 Aug 2014; Agostino Sarubbo <ago@gentoo.org>
+ gst-plugins-vpx-1.2.4-r1.ebuild:
+ Stable for alpha, wrt bug #512012
23 Aug 2014; Agostino Sarubbo <ago@gentoo.org>
gst-plugins-vpx-1.2.4-r1.ebuild:
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2014-08-25 11:02 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-25 11:02 [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-vpx: gst-plugins-vpx-1.2.4-r1.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2014-08-23 15:33 Agostino Sarubbo (ago)
2014-08-21 10:44 Agostino Sarubbo (ago)
2014-07-28 13:48 Agostino Sarubbo (ago)
2014-07-23 15:22 Agostino Sarubbo (ago)
2014-07-22 10:51 Agostino Sarubbo (ago)
2014-06-18 20:24 Michal Gorny (mgorny)
2014-06-10 19:23 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