* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-smoothstreaming: gst-plugins-smoothstreaming-1.2.4-r1.ebuild ChangeLog
@ 2014-06-10 19:16 Michal Gorny (mgorny)
0 siblings, 0 replies; 4+ messages in thread
From: Michal Gorny (mgorny) @ 2014-06-10 19:16 UTC (permalink / raw
To: gentoo-commits
mgorny 14/06/10 19:16:28
Modified: ChangeLog
Added: gst-plugins-smoothstreaming-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.6 media-plugins/gst-plugins-smoothstreaming/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 31 May 2014 15:10:05 -0000 1.5
+++ ChangeLog 10 Jun 2014 19:16:28 -0000 1.6
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/gst-plugins-smoothstreaming
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/ChangeLog,v 1.5 2014/05/31 15:10:05 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/ChangeLog,v 1.6 2014/06/10 19:16:28 mgorny Exp $
+
+*gst-plugins-smoothstreaming-1.2.4-r1 (10 Jun 2014)
+
+ 10 Jun 2014; Michał Górny <mgorny@gentoo.org>
+ +gst-plugins-smoothstreaming-1.2.4-r1.ebuild:
+ Enable multilib support, bug #493176.
*gst-plugins-smoothstreaming-1.2.4 (31 May 2014)
1.1 media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.2.4-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.2.4-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.2.4-r1.ebuild?rev=1.1&content-type=text/plain
Index: gst-plugins-smoothstreaming-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-smoothstreaming/gst-plugins-smoothstreaming-1.2.4-r1.ebuild,v 1.1 2014/06/10 19:16:28 mgorny Exp $
EAPI="5"
GST_ORG_MODULE=gst-plugins-bad
inherit gstreamer
DESCRIPTION="Smooth Streaming plugin"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-libs/libxml2[${MULTILIB_USEDEP}]"
DEPEND="${RDEPEND}"
# FIXME: gsturidownloader does not have a .pc
src_prepare() {
gstreamer_system_link \
gst-libs/gst/codecparsers:gstreamer-codecparsers
#gst-libs/gst/uridownloader:gsturidownloader
}
multilib_src_compile() {
emake -C gst-libs/gst/uridownloader
gstreamer_multilib_src_compile
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-smoothstreaming: gst-plugins-smoothstreaming-1.2.4-r1.ebuild ChangeLog
@ 2014-06-18 20:18 Michal Gorny (mgorny)
0 siblings, 0 replies; 4+ messages in thread
From: Michal Gorny (mgorny) @ 2014-06-18 20:18 UTC (permalink / raw
To: gentoo-commits
mgorny 14/06/18 20:18:53
Modified: gst-plugins-smoothstreaming-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-smoothstreaming/gst-plugins-smoothstreaming-1.2.4-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.2.4-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-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-smoothstreaming/gst-plugins-smoothstreaming-1.2.4-r1.ebuild?r1=1.1&r2=1.2
Index: gst-plugins-smoothstreaming-1.2.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.2.4-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gst-plugins-smoothstreaming-1.2.4-r1.ebuild 10 Jun 2014 19:16:28 -0000 1.1
+++ gst-plugins-smoothstreaming-1.2.4-r1.ebuild 18 Jun 2014 20:18:53 -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-smoothstreaming/gst-plugins-smoothstreaming-1.2.4-r1.ebuild,v 1.1 2014/06/10 19:16:28 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.2.4-r1.ebuild,v 1.2 2014/06/18 20:18:53 mgorny Exp $
EAPI="5"
@@ -11,7 +11,7 @@
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND="dev-libs/libxml2[${MULTILIB_USEDEP}]"
+RDEPEND=">=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}]"
DEPEND="${RDEPEND}"
# FIXME: gsturidownloader does not have a .pc
1.7 media-plugins/gst-plugins-smoothstreaming/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 10 Jun 2014 19:16:28 -0000 1.6
+++ ChangeLog 18 Jun 2014 20:18:53 -0000 1.7
@@ -1,6 +1,11 @@
# ChangeLog for media-plugins/gst-plugins-smoothstreaming
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/ChangeLog,v 1.6 2014/06/10 19:16:28 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/ChangeLog,v 1.7 2014/06/18 20:18:53 mgorny Exp $
+
+ 18 Jun 2014; Michał Górny <mgorny@gentoo.org>
+ gst-plugins-smoothstreaming-1.2.4-r1.ebuild:
+ Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
+ #513718.
*gst-plugins-smoothstreaming-1.2.4-r1 (10 Jun 2014)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-smoothstreaming: gst-plugins-smoothstreaming-1.2.4-r1.ebuild ChangeLog
@ 2014-07-22 10:51 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-07-22 10:51 UTC (permalink / raw
To: gentoo-commits
ago 14/07/22 10:51:03
Modified: gst-plugins-smoothstreaming-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-smoothstreaming/gst-plugins-smoothstreaming-1.2.4-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.2.4-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-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-smoothstreaming/gst-plugins-smoothstreaming-1.2.4-r1.ebuild?r1=1.2&r2=1.3
Index: gst-plugins-smoothstreaming-1.2.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.2.4-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gst-plugins-smoothstreaming-1.2.4-r1.ebuild 18 Jun 2014 20:18:53 -0000 1.2
+++ gst-plugins-smoothstreaming-1.2.4-r1.ebuild 22 Jul 2014 10:51:03 -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-smoothstreaming/gst-plugins-smoothstreaming-1.2.4-r1.ebuild,v 1.2 2014/06/18 20:18:53 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.2.4-r1.ebuild,v 1.3 2014/07/22 10:51:03 ago Exp $
EAPI="5"
@@ -8,7 +8,7 @@
inherit gstreamer
DESCRIPTION="Smooth Streaming plugin"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
RDEPEND=">=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}]"
1.8 media-plugins/gst-plugins-smoothstreaming/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 18 Jun 2014 20:18:53 -0000 1.7
+++ ChangeLog 22 Jul 2014 10:51:03 -0000 1.8
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/gst-plugins-smoothstreaming
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/ChangeLog,v 1.7 2014/06/18 20:18:53 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/ChangeLog,v 1.8 2014/07/22 10:51:03 ago Exp $
+
+ 22 Jul 2014; Agostino Sarubbo <ago@gentoo.org>
+ gst-plugins-smoothstreaming-1.2.4-r1.ebuild:
+ Stable for amd64, wrt bug #512912
18 Jun 2014; Michał Górny <mgorny@gentoo.org>
gst-plugins-smoothstreaming-1.2.4-r1.ebuild:
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-smoothstreaming: gst-plugins-smoothstreaming-1.2.4-r1.ebuild ChangeLog
@ 2014-07-23 15:22 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-07-23 15:22 UTC (permalink / raw
To: gentoo-commits
ago 14/07/23 15:22:19
Modified: gst-plugins-smoothstreaming-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-smoothstreaming/gst-plugins-smoothstreaming-1.2.4-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.2.4-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-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-smoothstreaming/gst-plugins-smoothstreaming-1.2.4-r1.ebuild?r1=1.3&r2=1.4
Index: gst-plugins-smoothstreaming-1.2.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.2.4-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gst-plugins-smoothstreaming-1.2.4-r1.ebuild 22 Jul 2014 10:51:03 -0000 1.3
+++ gst-plugins-smoothstreaming-1.2.4-r1.ebuild 23 Jul 2014 15:22:19 -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-smoothstreaming/gst-plugins-smoothstreaming-1.2.4-r1.ebuild,v 1.3 2014/07/22 10:51:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.2.4-r1.ebuild,v 1.4 2014/07/23 15:22:19 ago Exp $
EAPI="5"
@@ -8,7 +8,7 @@
inherit gstreamer
DESCRIPTION="Smooth Streaming plugin"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
RDEPEND=">=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}]"
1.9 media-plugins/gst-plugins-smoothstreaming/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 22 Jul 2014 10:51:03 -0000 1.8
+++ ChangeLog 23 Jul 2014 15:22:19 -0000 1.9
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/gst-plugins-smoothstreaming
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/ChangeLog,v 1.8 2014/07/22 10:51:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/ChangeLog,v 1.9 2014/07/23 15:22:19 ago Exp $
+
+ 23 Jul 2014; Agostino Sarubbo <ago@gentoo.org>
+ gst-plugins-smoothstreaming-1.2.4-r1.ebuild:
+ Stable for x86, wrt bug #512012
22 Jul 2014; Agostino Sarubbo <ago@gentoo.org>
gst-plugins-smoothstreaming-1.2.4-r1.ebuild:
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-07-24 22:43 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-23 15:22 [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-smoothstreaming: gst-plugins-smoothstreaming-1.2.4-r1.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2014-07-22 10:51 Agostino Sarubbo (ago)
2014-06-18 20:18 Michal Gorny (mgorny)
2014-06-10 19:16 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