* [gentoo-commits] gentoo-x86 commit in media-libs/gst-plugins-bad: gst-plugins-bad-1.4.5.ebuild ChangeLog
@ 2015-02-03 18:19 Pacho Ramos (pacho)
0 siblings, 0 replies; 10+ messages in thread
From: Pacho Ramos (pacho) @ 2015-02-03 18:19 UTC (permalink / raw
To: gentoo-commits
pacho 15/02/03 18:19:02
Modified: gst-plugins-bad-1.4.5.ebuild ChangeLog
Log:
Rework the REQUIRED_USE to express egl and gles2 cannot be combined
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.2 media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild?r1=1.1&r2=1.2
Index: gst-plugins-bad-1.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gst-plugins-bad-1.4.5.ebuild 3 Feb 2015 17:41:14 -0000 1.1
+++ gst-plugins-bad-1.4.5.ebuild 3 Feb 2015 18:19:01 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild,v 1.1 2015/02/03 17:41:14 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild,v 1.2 2015/02/03 18:19:01 pacho Exp $
EAPI="5"
GST_ORG_MODULE="gst-plugins-bad"
@@ -15,7 +15,8 @@
IUSE="X egl gles2 +introspection opengl +orc vnc wayland"
REQUIRED_USE="
- ^^ ( egl gles2 )
+ egl? ( !gles2 )
+ gles2? ( !egl )
opengl? ( X )
wayland? ( egl )
"
1.163 media-libs/gst-plugins-bad/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?rev=1.163&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?rev=1.163&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?r1=1.162&r2=1.163
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -r1.162 -r1.163
--- ChangeLog 3 Feb 2015 17:41:14 -0000 1.162
+++ ChangeLog 3 Feb 2015 18:19:01 -0000 1.163
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/gst-plugins-bad
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v 1.162 2015/02/03 17:41:14 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v 1.163 2015/02/03 18:19:01 pacho Exp $
+
+ 03 Feb 2015; Pacho Ramos <pacho@gentoo.org> gst-plugins-bad-1.4.5.ebuild:
+ Rework the REQUIRED_USE to express egl and gles2 cannot be combined
*gst-plugins-bad-1.4.5 (03 Feb 2015)
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/gst-plugins-bad: gst-plugins-bad-1.4.5.ebuild ChangeLog
@ 2015-02-15 12:29 Pacho Ramos (pacho)
0 siblings, 0 replies; 10+ messages in thread
From: Pacho Ramos (pacho) @ 2015-02-15 12:29 UTC (permalink / raw
To: gentoo-commits
pacho 15/02/15 12:29:15
Modified: gst-plugins-bad-1.4.5.ebuild ChangeLog
Log:
gles2 also collides with opengl (#525936)
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.3 media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild?r1=1.2&r2=1.3
Index: gst-plugins-bad-1.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gst-plugins-bad-1.4.5.ebuild 3 Feb 2015 18:19:01 -0000 1.2
+++ gst-plugins-bad-1.4.5.ebuild 15 Feb 2015 12:29:15 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild,v 1.2 2015/02/03 18:19:01 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild,v 1.3 2015/02/15 12:29:15 pacho Exp $
EAPI="5"
GST_ORG_MODULE="gst-plugins-bad"
@@ -16,7 +16,7 @@
IUSE="X egl gles2 +introspection opengl +orc vnc wayland"
REQUIRED_USE="
egl? ( !gles2 )
- gles2? ( !egl )
+ gles2? ( !egl !opengl )
opengl? ( X )
wayland? ( egl )
"
1.164 media-libs/gst-plugins-bad/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?rev=1.164&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?rev=1.164&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?r1=1.163&r2=1.164
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -r1.163 -r1.164
--- ChangeLog 3 Feb 2015 18:19:01 -0000 1.163
+++ ChangeLog 15 Feb 2015 12:29:15 -0000 1.164
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/gst-plugins-bad
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v 1.163 2015/02/03 18:19:01 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v 1.164 2015/02/15 12:29:15 pacho Exp $
+
+ 15 Feb 2015; Pacho Ramos <pacho@gentoo.org> gst-plugins-bad-1.4.5.ebuild:
+ gles2 also collides with opengl (#525936)
03 Feb 2015; Pacho Ramos <pacho@gentoo.org> gst-plugins-bad-1.4.5.ebuild:
Rework the REQUIRED_USE to express egl and gles2 cannot be combined
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/gst-plugins-bad: gst-plugins-bad-1.4.5.ebuild ChangeLog
@ 2015-03-14 18:48 Pacho Ramos (pacho)
0 siblings, 0 replies; 10+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-14 18:48 UTC (permalink / raw
To: gentoo-commits
pacho 15/03/14 18:48:13
Modified: gst-plugins-bad-1.4.5.ebuild ChangeLog
Log:
amd64 stable, bug 534012
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Revision Changes Path
1.4 media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild?r1=1.3&r2=1.4
Index: gst-plugins-bad-1.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gst-plugins-bad-1.4.5.ebuild 15 Feb 2015 12:29:15 -0000 1.3
+++ gst-plugins-bad-1.4.5.ebuild 14 Mar 2015 18:48:13 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild,v 1.3 2015/02/15 12:29:15 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild,v 1.4 2015/03/14 18:48:13 pacho Exp $
EAPI="5"
GST_ORG_MODULE="gst-plugins-bad"
@@ -11,7 +11,7 @@
HOMEPAGE="http://gstreamer.freedesktop.org/"
LICENSE="LGPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="X egl gles2 +introspection opengl +orc vnc wayland"
REQUIRED_USE="
1.165 media-libs/gst-plugins-bad/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?rev=1.165&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?rev=1.165&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?r1=1.164&r2=1.165
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- ChangeLog 15 Feb 2015 12:29:15 -0000 1.164
+++ ChangeLog 14 Mar 2015 18:48:13 -0000 1.165
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/gst-plugins-bad
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v 1.164 2015/02/15 12:29:15 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v 1.165 2015/03/14 18:48:13 pacho Exp $
+
+ 14 Mar 2015; Pacho Ramos <pacho@gentoo.org> gst-plugins-bad-1.4.5.ebuild:
+ amd64 stable, bug 534012
15 Feb 2015; Pacho Ramos <pacho@gentoo.org> gst-plugins-bad-1.4.5.ebuild:
gles2 also collides with opengl (#525936)
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/gst-plugins-bad: gst-plugins-bad-1.4.5.ebuild ChangeLog
@ 2015-03-15 11:14 Pacho Ramos (pacho)
0 siblings, 0 replies; 10+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-15 11:14 UTC (permalink / raw
To: gentoo-commits
pacho 15/03/15 11:14:46
Modified: gst-plugins-bad-1.4.5.ebuild ChangeLog
Log:
ppc stable, bug 534012
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key A188FBD4)
Revision Changes Path
1.5 media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild?r1=1.4&r2=1.5
Index: gst-plugins-bad-1.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gst-plugins-bad-1.4.5.ebuild 14 Mar 2015 18:48:13 -0000 1.4
+++ gst-plugins-bad-1.4.5.ebuild 15 Mar 2015 11:14:46 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild,v 1.4 2015/03/14 18:48:13 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild,v 1.5 2015/03/15 11:14:46 pacho Exp $
EAPI="5"
GST_ORG_MODULE="gst-plugins-bad"
@@ -11,7 +11,7 @@
HOMEPAGE="http://gstreamer.freedesktop.org/"
LICENSE="LGPL-2"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="X egl gles2 +introspection opengl +orc vnc wayland"
REQUIRED_USE="
1.166 media-libs/gst-plugins-bad/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?rev=1.166&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?rev=1.166&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?r1=1.165&r2=1.166
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -r1.165 -r1.166
--- ChangeLog 14 Mar 2015 18:48:13 -0000 1.165
+++ ChangeLog 15 Mar 2015 11:14:46 -0000 1.166
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/gst-plugins-bad
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v 1.165 2015/03/14 18:48:13 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v 1.166 2015/03/15 11:14:46 pacho Exp $
+
+ 15 Mar 2015; Pacho Ramos <pacho@gentoo.org> gst-plugins-bad-1.4.5.ebuild:
+ ppc stable, bug 534012
14 Mar 2015; Pacho Ramos <pacho@gentoo.org> gst-plugins-bad-1.4.5.ebuild:
amd64 stable, bug 534012
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/gst-plugins-bad: gst-plugins-bad-1.4.5.ebuild ChangeLog
@ 2015-03-15 11:51 Pacho Ramos (pacho)
0 siblings, 0 replies; 10+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-15 11:51 UTC (permalink / raw
To: gentoo-commits
pacho 15/03/15 11:51:38
Modified: gst-plugins-bad-1.4.5.ebuild ChangeLog
Log:
ppc64 stable, bug 534012
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key A188FBD4)
Revision Changes Path
1.6 media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild?r1=1.5&r2=1.6
Index: gst-plugins-bad-1.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gst-plugins-bad-1.4.5.ebuild 15 Mar 2015 11:14:46 -0000 1.5
+++ gst-plugins-bad-1.4.5.ebuild 15 Mar 2015 11:51:38 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild,v 1.5 2015/03/15 11:14:46 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild,v 1.6 2015/03/15 11:51:38 pacho Exp $
EAPI="5"
GST_ORG_MODULE="gst-plugins-bad"
@@ -11,7 +11,7 @@
HOMEPAGE="http://gstreamer.freedesktop.org/"
LICENSE="LGPL-2"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="X egl gles2 +introspection opengl +orc vnc wayland"
REQUIRED_USE="
1.167 media-libs/gst-plugins-bad/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?rev=1.167&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?rev=1.167&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?r1=1.166&r2=1.167
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- ChangeLog 15 Mar 2015 11:14:46 -0000 1.166
+++ ChangeLog 15 Mar 2015 11:51:38 -0000 1.167
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/gst-plugins-bad
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v 1.166 2015/03/15 11:14:46 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v 1.167 2015/03/15 11:51:38 pacho Exp $
+
+ 15 Mar 2015; Pacho Ramos <pacho@gentoo.org> gst-plugins-bad-1.4.5.ebuild:
+ ppc64 stable, bug 534012
15 Mar 2015; Pacho Ramos <pacho@gentoo.org> gst-plugins-bad-1.4.5.ebuild:
ppc stable, bug 534012
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/gst-plugins-bad: gst-plugins-bad-1.4.5.ebuild ChangeLog
@ 2015-03-15 13:35 Pacho Ramos (pacho)
0 siblings, 0 replies; 10+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-15 13:35 UTC (permalink / raw
To: gentoo-commits
pacho 15/03/15 13:35:21
Modified: gst-plugins-bad-1.4.5.ebuild ChangeLog
Log:
x86 stable, bug 534012
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)
Revision Changes Path
1.7 media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild?r1=1.6&r2=1.7
Index: gst-plugins-bad-1.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gst-plugins-bad-1.4.5.ebuild 15 Mar 2015 11:51:38 -0000 1.6
+++ gst-plugins-bad-1.4.5.ebuild 15 Mar 2015 13:35:21 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild,v 1.6 2015/03/15 11:51:38 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild,v 1.7 2015/03/15 13:35:21 pacho Exp $
EAPI="5"
GST_ORG_MODULE="gst-plugins-bad"
@@ -11,7 +11,7 @@
HOMEPAGE="http://gstreamer.freedesktop.org/"
LICENSE="LGPL-2"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="X egl gles2 +introspection opengl +orc vnc wayland"
REQUIRED_USE="
1.168 media-libs/gst-plugins-bad/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?rev=1.168&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?rev=1.168&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?r1=1.167&r2=1.168
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -r1.167 -r1.168
--- ChangeLog 15 Mar 2015 11:51:38 -0000 1.167
+++ ChangeLog 15 Mar 2015 13:35:21 -0000 1.168
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/gst-plugins-bad
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v 1.167 2015/03/15 11:51:38 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v 1.168 2015/03/15 13:35:21 pacho Exp $
+
+ 15 Mar 2015; Pacho Ramos <pacho@gentoo.org> gst-plugins-bad-1.4.5.ebuild:
+ x86 stable, bug 534012
15 Mar 2015; Pacho Ramos <pacho@gentoo.org> gst-plugins-bad-1.4.5.ebuild:
ppc64 stable, bug 534012
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/gst-plugins-bad: gst-plugins-bad-1.4.5.ebuild ChangeLog
@ 2015-03-29 10:42 Jeroen Roovers (jer)
0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2015-03-29 10:42 UTC (permalink / raw
To: gentoo-commits
jer 15/03/29 10:42:53
Modified: gst-plugins-bad-1.4.5.ebuild ChangeLog
Log:
Stable for HPPA (bug #534012).
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path
1.8 media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild?r1=1.7&r2=1.8
Index: gst-plugins-bad-1.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gst-plugins-bad-1.4.5.ebuild 15 Mar 2015 13:35:21 -0000 1.7
+++ gst-plugins-bad-1.4.5.ebuild 29 Mar 2015 10:42:53 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild,v 1.7 2015/03/15 13:35:21 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild,v 1.8 2015/03/29 10:42:53 jer Exp $
EAPI="5"
GST_ORG_MODULE="gst-plugins-bad"
@@ -11,7 +11,7 @@
HOMEPAGE="http://gstreamer.freedesktop.org/"
LICENSE="LGPL-2"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="X egl gles2 +introspection opengl +orc vnc wayland"
REQUIRED_USE="
1.169 media-libs/gst-plugins-bad/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?rev=1.169&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?rev=1.169&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?r1=1.168&r2=1.169
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- ChangeLog 15 Mar 2015 13:35:21 -0000 1.168
+++ ChangeLog 29 Mar 2015 10:42:53 -0000 1.169
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/gst-plugins-bad
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v 1.168 2015/03/15 13:35:21 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v 1.169 2015/03/29 10:42:53 jer Exp $
+
+ 29 Mar 2015; Jeroen Roovers <jer@gentoo.org> gst-plugins-bad-1.4.5.ebuild:
+ Stable for HPPA (bug #534012).
15 Mar 2015; Pacho Ramos <pacho@gentoo.org> gst-plugins-bad-1.4.5.ebuild:
x86 stable, bug 534012
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/gst-plugins-bad: gst-plugins-bad-1.4.5.ebuild ChangeLog
@ 2015-07-17 15:41 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-07-17 15:41 UTC (permalink / raw
To: gentoo-commits
ago 15/07/17 15:41:17
Modified: gst-plugins-bad-1.4.5.ebuild ChangeLog
Log:
Stable for ia64, wrt bug #551814
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.10 media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild?r1=1.9&r2=1.10
Index: gst-plugins-bad-1.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- gst-plugins-bad-1.4.5.ebuild 7 Jun 2015 10:50:10 -0000 1.9
+++ gst-plugins-bad-1.4.5.ebuild 17 Jul 2015 15:41:17 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild,v 1.9 2015/06/07 10:50:10 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild,v 1.10 2015/07/17 15:41:17 ago Exp $
EAPI="5"
GST_ORG_MODULE="gst-plugins-bad"
@@ -11,7 +11,7 @@
HOMEPAGE="http://gstreamer.freedesktop.org/"
LICENSE="LGPL-2"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="X egl gles2 +introspection opengl +orc vnc wayland"
REQUIRED_USE="
1.171 media-libs/gst-plugins-bad/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?rev=1.171&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?rev=1.171&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?r1=1.170&r2=1.171
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -r1.170 -r1.171
--- ChangeLog 7 Jun 2015 10:50:10 -0000 1.170
+++ ChangeLog 17 Jul 2015 15:41:17 -0000 1.171
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/gst-plugins-bad
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v 1.170 2015/06/07 10:50:10 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v 1.171 2015/07/17 15:41:17 ago Exp $
+
+ 17 Jul 2015; Agostino Sarubbo <ago@gentoo.org> gst-plugins-bad-1.4.5.ebuild:
+ Stable for ia64, wrt bug #551814
07 Jun 2015; Markus Meier <maekke@gentoo.org> gst-plugins-bad-1.4.5.ebuild:
arm stable, bug #534012
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/gst-plugins-bad: gst-plugins-bad-1.4.5.ebuild ChangeLog
@ 2015-07-29 10:49 Tobias Klausmann (klausman)
0 siblings, 0 replies; 10+ messages in thread
From: Tobias Klausmann (klausman) @ 2015-07-29 10:49 UTC (permalink / raw
To: gentoo-commits
klausman 15/07/29 10:49:53
Modified: gst-plugins-bad-1.4.5.ebuild ChangeLog
Log:
Stable on alpha, bug 551814
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Revision Changes Path
1.11 media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild?r1=1.10&r2=1.11
Index: gst-plugins-bad-1.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- gst-plugins-bad-1.4.5.ebuild 17 Jul 2015 15:41:17 -0000 1.10
+++ gst-plugins-bad-1.4.5.ebuild 29 Jul 2015 10:49:52 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild,v 1.10 2015/07/17 15:41:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild,v 1.11 2015/07/29 10:49:52 klausman Exp $
EAPI="5"
GST_ORG_MODULE="gst-plugins-bad"
@@ -11,7 +11,7 @@
HOMEPAGE="http://gstreamer.freedesktop.org/"
LICENSE="LGPL-2"
-KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="X egl gles2 +introspection opengl +orc vnc wayland"
REQUIRED_USE="
1.172 media-libs/gst-plugins-bad/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?rev=1.172&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?rev=1.172&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?r1=1.171&r2=1.172
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v
retrieving revision 1.171
retrieving revision 1.172
diff -u -r1.171 -r1.172
--- ChangeLog 17 Jul 2015 15:41:17 -0000 1.171
+++ ChangeLog 29 Jul 2015 10:49:52 -0000 1.172
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/gst-plugins-bad
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v 1.171 2015/07/17 15:41:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v 1.172 2015/07/29 10:49:52 klausman Exp $
+
+ 29 Jul 2015; Tobias Klausmann <klausman@gentoo.org>
+ gst-plugins-bad-1.4.5.ebuild:
+ Stable on alpha, bug 551814
17 Jul 2015; Agostino Sarubbo <ago@gentoo.org> gst-plugins-bad-1.4.5.ebuild:
Stable for ia64, wrt bug #551814
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/gst-plugins-bad: gst-plugins-bad-1.4.5.ebuild ChangeLog
@ 2015-07-30 13:22 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-07-30 13:22 UTC (permalink / raw
To: gentoo-commits
ago 15/07/30 13:22:37
Modified: gst-plugins-bad-1.4.5.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #551814
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.12 media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild?r1=1.11&r2=1.12
Index: gst-plugins-bad-1.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- gst-plugins-bad-1.4.5.ebuild 29 Jul 2015 10:49:52 -0000 1.11
+++ gst-plugins-bad-1.4.5.ebuild 30 Jul 2015 13:22:37 -0000 1.12
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild,v 1.11 2015/07/29 10:49:52 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild,v 1.12 2015/07/30 13:22:37 ago Exp $
EAPI="5"
GST_ORG_MODULE="gst-plugins-bad"
@@ -11,7 +11,7 @@
HOMEPAGE="http://gstreamer.freedesktop.org/"
LICENSE="LGPL-2"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="X egl gles2 +introspection opengl +orc vnc wayland"
REQUIRED_USE="
1.173 media-libs/gst-plugins-bad/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?rev=1.173&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?rev=1.173&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?r1=1.172&r2=1.173
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -r1.172 -r1.173
--- ChangeLog 29 Jul 2015 10:49:52 -0000 1.172
+++ ChangeLog 30 Jul 2015 13:22:37 -0000 1.173
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/gst-plugins-bad
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v 1.172 2015/07/29 10:49:52 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v 1.173 2015/07/30 13:22:37 ago Exp $
+
+ 30 Jul 2015; Agostino Sarubbo <ago@gentoo.org> gst-plugins-bad-1.4.5.ebuild:
+ Stable for sparc, wrt bug #551814
29 Jul 2015; Tobias Klausmann <klausman@gentoo.org>
gst-plugins-bad-1.4.5.ebuild:
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2015-07-30 13:22 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-29 10:49 [gentoo-commits] gentoo-x86 commit in media-libs/gst-plugins-bad: gst-plugins-bad-1.4.5.ebuild ChangeLog Tobias Klausmann (klausman)
-- strict thread matches above, loose matches on Subject: below --
2015-07-30 13:22 Agostino Sarubbo (ago)
2015-07-17 15:41 Agostino Sarubbo (ago)
2015-03-29 10:42 Jeroen Roovers (jer)
2015-03-15 13:35 Pacho Ramos (pacho)
2015-03-15 11:51 Pacho Ramos (pacho)
2015-03-15 11:14 Pacho Ramos (pacho)
2015-03-14 18:48 Pacho Ramos (pacho)
2015-02-15 12:29 Pacho Ramos (pacho)
2015-02-03 18:19 Pacho Ramos (pacho)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox