public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/gst-plugins-ugly: gst-plugins-ugly-0.10.17.ebuild ChangeLog
@ 2011-03-17 21:37 Nirbheek Chauhan (nirbheek)
  0 siblings, 0 replies; 8+ messages in thread
From: Nirbheek Chauhan (nirbheek) @ 2011-03-17 21:37 UTC (permalink / raw
  To: gentoo-commits

nirbheek    11/03/17 21:37:48

  Modified:             ChangeLog
  Added:                gst-plugins-ugly-0.10.17.ebuild
  Log:
  Bump to 0.10.17, major fixes are:
  * asfdemux: Handle new type of DRM'd asf files
  * mpegparse: re-fix flow return handling
  * rmdemux: set GST_BUFFER_FLAG_DELTA_UNIT properly
  * xingmux: Don't ignore WRONG_STATE and NOT_LINKED when pushing data downstream
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

Revision  Changes    Path
1.79                 media-libs/gst-plugins-ugly/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog	13 Feb 2011 12:40:30 -0000	1.78
+++ ChangeLog	17 Mar 2011 21:37:48 -0000	1.79
@@ -1,6 +1,17 @@
 # ChangeLog for media-libs/gst-plugins-ugly
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog,v 1.78 2011/02/13 12:40:30 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog,v 1.79 2011/03/17 21:37:48 nirbheek Exp $
+
+*gst-plugins-ugly-0.10.17 (17 Mar 2011)
+
+  17 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
+  +gst-plugins-ugly-0.10.17.ebuild:
+  Bump to 0.10.17, major fixes are:
+  * asfdemux: Handle new type of DRM'd asf files
+  * mpegparse: re-fix flow return handling
+  * rmdemux: set GST_BUFFER_FLAG_DELTA_UNIT properly
+  * xingmux: Don't ignore WRONG_STATE and NOT_LINKED when pushing data
+  downstream
 
   13 Feb 2011; Raúl Porcel <armin76@gentoo.org>
   gst-plugins-ugly-0.10.16.ebuild:



1.1                  media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.17.ebuild

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

Index: gst-plugins-ugly-0.10.17.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.17.ebuild,v 1.1 2011/03/17 21:37:48 nirbheek Exp $

# order is important, gnome2 after gst-plugins
inherit gst-plugins-ugly gst-plugins10 gnome2 eutils flag-o-matic libtool

DESCRIPTION="Basepack of plugins for gstreamer"
HOMEPAGE="http://gstreamer.sourceforge.net"
SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2"

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

RDEPEND=">=media-libs/gst-plugins-base-0.10.26
	>=media-libs/gstreamer-0.10.26
	>=dev-libs/glib-2.20"
DEPEND="${RDEPEND}
	>=sys-devel/gettext-0.11.5
	dev-util/pkgconfig
	!<media-libs/gst-plugins-bad-0.10.13"

GST_PLUGINS_BUILD=""

src_compile() {
	# gst doesnt handle optimisations well
	strip-flags
	replace-flags "-O3" "-O2"
	filter-flags "-fprefetch-loop-arrays" # see bug 22249

	gst-plugins-ugly_src_configure

	emake || die "emake failed."
}

# override eclass
src_install() {
	gnome2_src_install
}

DOCS="AUTHORS README RELEASE"

pkg_postinst () {
	gnome2_pkg_postinst

	elog "The Gstreamer plugins setup has changed quite a bit on Gentoo,"
	elog "applications now should provide the basic plugins needed."
	elog ""
	elog "The new seperate plugins are all named 'gst-plugins-<plugin>'."
	elog "To get a listing of currently available plugins execute 'emerge -s gst-plugins-'."
	elog "In most cases it shouldn't be needed though to emerge extra plugins."
}

pkg_postrm() {
	gnome2_pkg_postrm
}






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

* [gentoo-commits] gentoo-x86 commit in media-libs/gst-plugins-ugly: gst-plugins-ugly-0.10.17.ebuild ChangeLog
@ 2011-03-29 19:29 Mart Raudsepp (leio)
  0 siblings, 0 replies; 8+ messages in thread
From: Mart Raudsepp (leio) @ 2011-03-29 19:29 UTC (permalink / raw
  To: gentoo-commits

leio        11/03/29 19:29:37

  Modified:             gst-plugins-ugly-0.10.17.ebuild ChangeLog
  Log:
  Add ~mips keyword
  
  (Portage version: 2.1.9.45/cvs/Linux mips64)

Revision  Changes    Path
1.2                  media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.17.ebuild

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

Index: gst-plugins-ugly-0.10.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.17.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gst-plugins-ugly-0.10.17.ebuild	17 Mar 2011 21:37:48 -0000	1.1
+++ gst-plugins-ugly-0.10.17.ebuild	29 Mar 2011 19:29:37 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.17.ebuild,v 1.1 2011/03/17 21:37:48 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.17.ebuild,v 1.2 2011/03/29 19:29:37 leio Exp $
 
 # order is important, gnome2 after gst-plugins
 inherit gst-plugins-ugly gst-plugins10 gnome2 eutils flag-o-matic libtool
@@ -10,7 +10,7 @@
 SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=media-libs/gst-plugins-base-0.10.26



1.81                 media-libs/gst-plugins-ugly/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog	23 Mar 2011 17:40:24 -0000	1.80
+++ ChangeLog	29 Mar 2011 19:29:37 -0000	1.81
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/gst-plugins-ugly
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog,v 1.80 2011/03/23 17:40:24 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog,v 1.81 2011/03/29 19:29:37 leio Exp $
+
+  29 Mar 2011; Mart Raudsepp <leio@gentoo.org> gst-plugins-ugly-0.10.17.ebuild:
+  Add ~mips keyword
 
   23 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org>
   gst-plugins-ugly-0.10.16.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in media-libs/gst-plugins-ugly: gst-plugins-ugly-0.10.17.ebuild ChangeLog
@ 2011-05-23  8:49 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 8+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-05-23  8:49 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/05/23 08:49:54

  Modified:             gst-plugins-ugly-0.10.17.ebuild ChangeLog
  Log:
  x86 stable wrt bug #368281
  
  (Portage version: 2.1.9.42/cvs/Linux i686)

Revision  Changes    Path
1.4                  media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.17.ebuild

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

Index: gst-plugins-ugly-0.10.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.17.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gst-plugins-ugly-0.10.17.ebuild	4 May 2011 02:04:59 -0000	1.3
+++ gst-plugins-ugly-0.10.17.ebuild	23 May 2011 08:49:53 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.17.ebuild,v 1.3 2011/05/04 02:04:59 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.17.ebuild,v 1.4 2011/05/23 08:49:53 phajdan.jr Exp $
 
 # order is important, gnome2 after gst-plugins
 inherit gst-plugins-ugly gst-plugins10 gnome2 eutils flag-o-matic libtool
@@ -10,7 +10,7 @@
 SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=media-libs/gst-plugins-base-0.10.26



1.83                 media-libs/gst-plugins-ugly/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog	4 May 2011 02:04:59 -0000	1.82
+++ ChangeLog	23 May 2011 08:49:53 -0000	1.83
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/gst-plugins-ugly
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog,v 1.82 2011/05/04 02:04:59 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog,v 1.83 2011/05/23 08:49:53 phajdan.jr Exp $
+
+  23 May 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  gst-plugins-ugly-0.10.17.ebuild:
+  x86 stable wrt bug #368281
 
   04 May 2011; Mart Raudsepp <leio@gentoo.org>
   -gst-plugins-ugly-0.10.13.ebuild, gst-plugins-ugly-0.10.17.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in media-libs/gst-plugins-ugly: gst-plugins-ugly-0.10.17.ebuild ChangeLog
@ 2011-05-23 14:54 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 8+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-05-23 14:54 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/05/23 14:54:20

  Modified:             gst-plugins-ugly-0.10.17.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #368281
  
  (Portage version: 2.1.9.49/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.17.ebuild

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

Index: gst-plugins-ugly-0.10.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.17.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gst-plugins-ugly-0.10.17.ebuild	23 May 2011 08:49:53 -0000	1.4
+++ gst-plugins-ugly-0.10.17.ebuild	23 May 2011 14:54:20 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.17.ebuild,v 1.4 2011/05/23 08:49:53 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.17.ebuild,v 1.5 2011/05/23 14:54:20 hwoarang Exp $
 
 # order is important, gnome2 after gst-plugins
 inherit gst-plugins-ugly gst-plugins10 gnome2 eutils flag-o-matic libtool
@@ -10,7 +10,7 @@
 SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=media-libs/gst-plugins-base-0.10.26



1.84                 media-libs/gst-plugins-ugly/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog	23 May 2011 08:49:53 -0000	1.83
+++ ChangeLog	23 May 2011 14:54:20 -0000	1.84
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/gst-plugins-ugly
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog,v 1.83 2011/05/23 08:49:53 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog,v 1.84 2011/05/23 14:54:20 hwoarang Exp $
+
+  23 May 2011; Markos Chandras <hwoarang@gentoo.org>
+  gst-plugins-ugly-0.10.17.ebuild:
+  Stable on amd64 wrt bug #368281
 
   23 May 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   gst-plugins-ugly-0.10.17.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in media-libs/gst-plugins-ugly: gst-plugins-ugly-0.10.17.ebuild ChangeLog
@ 2011-06-05 10:36 Markus Meier (maekke)
  0 siblings, 0 replies; 8+ messages in thread
From: Markus Meier (maekke) @ 2011-06-05 10:36 UTC (permalink / raw
  To: gentoo-commits

maekke      11/06/05 10:36:01

  Modified:             gst-plugins-ugly-0.10.17.ebuild ChangeLog
  Log:
  arm stable, bug #368281
  
  (Portage version: 2.1.9.50/cvs/Linux i686)

Revision  Changes    Path
1.6                  media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.17.ebuild

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

Index: gst-plugins-ugly-0.10.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.17.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gst-plugins-ugly-0.10.17.ebuild	23 May 2011 14:54:20 -0000	1.5
+++ gst-plugins-ugly-0.10.17.ebuild	5 Jun 2011 10:36:01 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.17.ebuild,v 1.5 2011/05/23 14:54:20 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.17.ebuild,v 1.6 2011/06/05 10:36:01 maekke Exp $
 
 # order is important, gnome2 after gst-plugins
 inherit gst-plugins-ugly gst-plugins10 gnome2 eutils flag-o-matic libtool
@@ -10,7 +10,7 @@
 SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=media-libs/gst-plugins-base-0.10.26



1.85                 media-libs/gst-plugins-ugly/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog	23 May 2011 14:54:20 -0000	1.84
+++ ChangeLog	5 Jun 2011 10:36:01 -0000	1.85
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/gst-plugins-ugly
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog,v 1.84 2011/05/23 14:54:20 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog,v 1.85 2011/06/05 10:36:01 maekke Exp $
+
+  05 Jun 2011; Markus Meier <maekke@gentoo.org>
+  gst-plugins-ugly-0.10.17.ebuild:
+  arm stable, bug #368281
 
   23 May 2011; Markos Chandras <hwoarang@gentoo.org>
   gst-plugins-ugly-0.10.17.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in media-libs/gst-plugins-ugly: gst-plugins-ugly-0.10.17.ebuild ChangeLog
@ 2011-06-05 13:56 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2011-06-05 13:56 UTC (permalink / raw
  To: gentoo-commits

armin76     11/06/05 13:56:15

  Modified:             gst-plugins-ugly-0.10.17.ebuild ChangeLog
  Log:
  alpha/ia64/sh/sparc stable wrt #368281
  
  (Portage version: 2.1.9.49/cvs/Linux ia64)

Revision  Changes    Path
1.7                  media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.17.ebuild

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

Index: gst-plugins-ugly-0.10.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.17.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gst-plugins-ugly-0.10.17.ebuild	5 Jun 2011 10:36:01 -0000	1.6
+++ gst-plugins-ugly-0.10.17.ebuild	5 Jun 2011 13:56:15 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.17.ebuild,v 1.6 2011/06/05 10:36:01 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.17.ebuild,v 1.7 2011/06/05 13:56:15 armin76 Exp $
 
 # order is important, gnome2 after gst-plugins
 inherit gst-plugins-ugly gst-plugins10 gnome2 eutils flag-o-matic libtool
@@ -10,7 +10,7 @@
 SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 sh sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=media-libs/gst-plugins-base-0.10.26



1.86                 media-libs/gst-plugins-ugly/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog	5 Jun 2011 10:36:01 -0000	1.85
+++ ChangeLog	5 Jun 2011 13:56:15 -0000	1.86
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/gst-plugins-ugly
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog,v 1.85 2011/06/05 10:36:01 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog,v 1.86 2011/06/05 13:56:15 armin76 Exp $
+
+  05 Jun 2011; Raúl Porcel <armin76@gentoo.org>
+  gst-plugins-ugly-0.10.17.ebuild:
+  alpha/ia64/sh/sparc stable wrt #368281
 
   05 Jun 2011; Markus Meier <maekke@gentoo.org>
   gst-plugins-ugly-0.10.17.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in media-libs/gst-plugins-ugly: gst-plugins-ugly-0.10.17.ebuild ChangeLog
@ 2011-06-09 16:14 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2011-06-09 16:14 UTC (permalink / raw
  To: gentoo-commits

jer         11/06/09 16:14:24

  Modified:             gst-plugins-ugly-0.10.17.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #368281).
  
  (Portage version: 2.2.0_alpha38/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.17.ebuild

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

Index: gst-plugins-ugly-0.10.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.17.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gst-plugins-ugly-0.10.17.ebuild	5 Jun 2011 13:56:15 -0000	1.7
+++ gst-plugins-ugly-0.10.17.ebuild	9 Jun 2011 16:14:24 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.17.ebuild,v 1.7 2011/06/05 13:56:15 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.17.ebuild,v 1.8 2011/06/09 16:14:24 jer Exp $
 
 # order is important, gnome2 after gst-plugins
 inherit gst-plugins-ugly gst-plugins10 gnome2 eutils flag-o-matic libtool
@@ -10,7 +10,7 @@
 SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 sh sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=media-libs/gst-plugins-base-0.10.26



1.87                 media-libs/gst-plugins-ugly/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog	5 Jun 2011 13:56:15 -0000	1.86
+++ ChangeLog	9 Jun 2011 16:14:24 -0000	1.87
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/gst-plugins-ugly
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog,v 1.86 2011/06/05 13:56:15 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog,v 1.87 2011/06/09 16:14:24 jer Exp $
+
+  09 Jun 2011; Jeroen Roovers <jer@gentoo.org> gst-plugins-ugly-0.10.17.ebuild:
+  Stable for HPPA (bug #368281).
 
   05 Jun 2011; Raúl Porcel <armin76@gentoo.org>
   gst-plugins-ugly-0.10.17.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in media-libs/gst-plugins-ugly: gst-plugins-ugly-0.10.17.ebuild ChangeLog
@ 2011-07-25 18:10 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 8+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-07-25 18:10 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/07/25 18:10:47

  Modified:             gst-plugins-ugly-0.10.17.ebuild ChangeLog
  Log:
  ppc/ppc64 stable wrt #368281
  
  (Portage version: 2.2.0_alpha46/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.17.ebuild

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

Index: gst-plugins-ugly-0.10.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.17.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gst-plugins-ugly-0.10.17.ebuild	9 Jun 2011 16:14:24 -0000	1.8
+++ gst-plugins-ugly-0.10.17.ebuild	25 Jul 2011 18:10:47 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.17.ebuild,v 1.8 2011/06/09 16:14:24 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.17.ebuild,v 1.9 2011/07/25 18:10:47 xarthisius Exp $
 
 # order is important, gnome2 after gst-plugins
 inherit gst-plugins-ugly gst-plugins10 gnome2 eutils flag-o-matic libtool
@@ -10,7 +10,7 @@
 SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=media-libs/gst-plugins-base-0.10.26



1.88                 media-libs/gst-plugins-ugly/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog	9 Jun 2011 16:14:24 -0000	1.87
+++ ChangeLog	25 Jul 2011 18:10:47 -0000	1.88
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/gst-plugins-ugly
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog,v 1.87 2011/06/09 16:14:24 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog,v 1.88 2011/07/25 18:10:47 xarthisius Exp $
+
+  25 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org>
+  gst-plugins-ugly-0.10.17.ebuild:
+  ppc/ppc64 stable wrt #368281
 
   09 Jun 2011; Jeroen Roovers <jer@gentoo.org> gst-plugins-ugly-0.10.17.ebuild:
   Stable for HPPA (bug #368281).






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

end of thread, other threads:[~2011-07-25 18:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-23 14:54 [gentoo-commits] gentoo-x86 commit in media-libs/gst-plugins-ugly: gst-plugins-ugly-0.10.17.ebuild ChangeLog Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2011-07-25 18:10 Kacper Kowalik (xarthisius)
2011-06-09 16:14 Jeroen Roovers (jer)
2011-06-05 13:56 Raul Porcel (armin76)
2011-06-05 10:36 Markus Meier (maekke)
2011-05-23  8:49 PaweA Hajdan (phajdan.jr)
2011-03-29 19:29 Mart Raudsepp (leio)
2011-03-17 21:37 Nirbheek Chauhan (nirbheek)

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