commit gstreamer-0_10-plugins-good for openSUSE:Factory

2016-08-05 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-good for 
openSUSE:Factory checked in at 2016-08-05 18:12:51

Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-good (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-good.new (New)


Package is "gstreamer-0_10-plugins-good"

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-good/gstreamer-0_10-plugins-good.changes
  2016-03-29 14:49:36.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-good.new/gstreamer-0_10-plugins-good.changes
 2016-08-05 18:12:52.0 +0200
@@ -6,0 +7 @@
+  (Fate#318572)



Other differences:
--



commit gstreamer-0_10-plugins-good for openSUSE:Factory

2016-03-29 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-good for 
openSUSE:Factory checked in at 2016-03-29 14:49:35

Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-good (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-good.new (New)


Package is "gstreamer-0_10-plugins-good"

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-good/gstreamer-0_10-plugins-good.changes
  2015-01-21 21:54:38.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-good.new/gstreamer-0_10-plugins-good.changes
 2016-03-29 14:49:36.0 +0200
@@ -1,0 +2,7 @@
+Thu Mar 24 20:08:56 UTC 2016 - dims...@opensuse.org
+
+- Add gstreamer-0_10-plugins-good-gtk-doc-1.25.patch: Fix build
+  with gtk-doc 1.25. index.sgml is an internal file and must not be
+  messed with (and with gtk-doc 1.25 it is no longer created).
+
+---

New:

  gstreamer-0_10-plugins-good-gtk-doc-1.25.patch



Other differences:
--
++ gstreamer-0_10-plugins-good.spec ++
--- /var/tmp/diff_new_pack.kQZHkM/_old  2016-03-29 14:49:37.0 +0200
+++ /var/tmp/diff_new_pack.kQZHkM/_new  2016-03-29 14:49:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-0_10-plugins-good
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -42,6 +42,8 @@
 Patch3: gst-0_10-docs-fix-mismatched-para-tags.patch
 # PATCH-FIX-UPSTREAM gst-0_10-docs-use-docbook-markup-for-xi:include.patch 
zai...@opensuse.org -- docs: use docbook markup for xi:include It turns out 
that the change in gtk-doc-1.20 which wraps the |[]| content in CDATA break 
xi:inlcude examples. 
 Patch4: gst-0_10-docs-use-docbook-markup-for-xi:include.patch
+# PATCH-FIX-UPSTREAM gstreamer-0_10-plugins-good-gtk-doc-1.25.patch 
dims...@opensuse.org -- Fix build with gtk-doc 1.25. index.sgml is an internal 
file and must not be messed with (and with gtk-doc 1.25 it is no longer 
created).
+Patch5: gstreamer-0_10-plugins-good-gtk-doc-1.25.patch
 %if 0%{?ENABLE_AALIB}
 BuildRequires:  aalib-devel
 %endif
@@ -197,6 +199,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 # FIXME:

++ gstreamer-0_10-plugins-good-gtk-doc-1.25.patch ++
Index: gst-plugins-good-0.10.31/common/gtk-doc-plugins.mak
===
--- gst-plugins-good-0.10.31.orig/common/gtk-doc-plugins.mak
+++ gst-plugins-good-0.10.31/common/gtk-doc-plugins.mak
@@ -224,9 +224,6 @@ html-build.stamp: sgml.stamp $(DOC_MAIN_
  fi; \
fi; \
cd html && gtkdoc-mkhtml $$mkhtml_options $(DOC_MODULE) 
$(DOC_MAIN_SGML_FILE)
-   @mv html/index.sgml html/index.sgml.bak
-   @$(SED) "s/ href=\"$(DOC_MODULE)\// 
href=\"$(DOC_MODULE)-@GST_MAJORMINOR@\//g" html/index.sgml.bak >html/index.sgml
-   @rm -f html/index.sgml.bak
@rm -f html/$(DOC_MAIN_SGML_FILE)
@rm -rf html/xml
@rm -f html/version.entities
Index: gst-plugins-good-0.10.31/common/gtk-doc.mak
===
--- gst-plugins-good-0.10.31.orig/common/gtk-doc.mak
+++ gst-plugins-good-0.10.31/common/gtk-doc.mak
@@ -131,9 +131,6 @@ html-build.stamp: sgml.stamp $(DOC_MAIN_
  mkhtml_options=--path="$(abs_srcdir)"; \
fi; \
cd html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) 
$(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
-   @mv html/index.sgml html/index.sgml.bak
-   @$(SED) "s/ href=\"$(DOC_MODULE)\// 
href=\"$(DOC_MODULE)-@GST_MAJORMINOR@\//g" html/index.sgml.bak >html/index.sgml
-   @rm -f html/index.sgml.bak
@rm -rf html/xml
@rm -f version.entities
@test "x$(HTML_IMAGES)" = "x" ||  ( cd $(srcdir) && cp $(HTML_IMAGES) 
$(abs_builddir)/html )
Index: gst-plugins-good-0.10.31/docs/plugins/Makefile.in
===
--- gst-plugins-good-0.10.31.orig/docs/plugins/Makefile.in
+++ gst-plugins-good-0.10.31/docs/plugins/Makefile.in
@@ -1154,9 +1154,6 @@ update:
 @ENABLE_GTK_DOC_TRUE@fi; \
 @ENABLE_GTK_DOC_TRUE@  fi; \
 @ENABLE_GTK_DOC_TRUE@  cd html && gtkdoc-mkhtml $$mkhtml_options $(DOC_MODULE) 
$(DOC_MAIN_SGML_FILE)
-@ENABLE_GTK_DOC_TRUE@  @mv html/index.sgml html/index.sgml.bak
-@ENABLE_GTK_DOC_TRUE@  @$(SED) "s/ href=\"$(DOC_MODULE)\// 
href=\"$(DOC_MODULE)-@GST_MAJORMINOR@\//g" html/index.sgml.bak >html/index.sgml
-@ENABLE_GTK_DOC_TRUE@  @rm -f 

commit gstreamer-0_10-plugins-good for openSUSE:Factory

2015-01-21 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-good for 
openSUSE:Factory checked in at 2015-01-21 21:54:32

Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-good (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-good.new (New)


Package is gstreamer-0_10-plugins-good

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-good/gstreamer-0_10-plugins-good.changes
  2014-02-21 14:25:26.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-good.new/gstreamer-0_10-plugins-good.changes
 2015-01-21 21:54:38.0 +0100
@@ -1,0 +2,10 @@
+Wed Jan 21 12:11:38 UTC 2015 - dims...@opensuse.org
+
+- Add baselibs.conf as explicit source.
+
+---
+Wed Jan 21 09:21:18 UTC 2015 - o...@aepfle.de
+
+- BuildRequire libpng-devel to avoid implicit dependency
+
+---



Other differences:
--
++ gstreamer-0_10-plugins-good.spec ++
--- /var/tmp/diff_new_pack.zR3ep0/_old  2015-01-21 21:54:39.0 +0100
+++ /var/tmp/diff_new_pack.zR3ep0/_new  2015-01-21 21:54:39.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-0_10-plugins-good
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -31,6 +31,7 @@
 Group:  Productivity/Multimedia/Other
 Url:http://gstreamer.freedesktop.org/
 Source0:
http://gstreamer.freedesktop.org/src/gst-plugins-good/%{_name}-%{version}.tar.xz
+Source1:baselibs.conf
 # PATCH-FIX-UPSTREAM gstreamer-0_10-plugins-good-missing-return-value.patch 
bgo#670561 vu...@opensuse.org -- Fix missing return value
 Patch0: gstreamer-0_10-plugins-good-missing-return-value.patch
 # PATCH-FIX-UPSTREAM gstreamer-0_10-plugins-good-v4l2.patch 
dims...@opensuse.org -- Fix build with recent kernels, taken from upstream git.
@@ -73,6 +74,7 @@
 BuildRequires:  libdv-devel
 BuildRequires:  libiec61883-devel
 BuildRequires:  libjpeg-devel
+BuildRequires:  libpng-devel
 BuildRequires:  libpulse-devel
 BuildRequires:  libshout-devel
 BuildRequires:  libsoup-devel

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gstreamer-0_10-plugins-good for openSUSE:Factory

2014-02-21 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-good for 
openSUSE:Factory checked in at 2014-02-21 14:25:25

Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-good (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-good.new (New)


Package is gstreamer-0_10-plugins-good

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-good/gstreamer-0_10-plugins-good.changes
  2013-09-07 07:33:03.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-good.new/gstreamer-0_10-plugins-good.changes
 2014-02-21 14:25:26.0 +0100
@@ -1,0 +2,14 @@
+Thu Feb 20 21:53:27 UTC 2014 - zai...@opensuse.org
+
+- Add gst-0_10-docs-use-docbook-markup-for-xi:include.patch: fix
+  yet an other fallout from gtk-doc 1.20 version. Patch from
+  upstream git.
+
+---
+Thu Feb 20 15:17:38 UTC 2014 - zai...@opensuse.org
+
+- Add gst-0_10-docs-fix-mismatched-para-tags.patch, fixes build
+  with new gtk-doc, newer gtkdoc is more sensitive to mismatched
+  docbook tags (bgo#724085).  
+
+---

New:

  gst-0_10-docs-fix-mismatched-para-tags.patch
  gst-0_10-docs-use-docbook-markup-for-xi:include.patch



Other differences:
--
++ gstreamer-0_10-plugins-good.spec ++
--- /var/tmp/diff_new_pack.OQIOrh/_old  2014-02-21 14:25:27.0 +0100
+++ /var/tmp/diff_new_pack.OQIOrh/_new  2014-02-21 14:25:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-0_10-plugins-good
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -37,6 +37,10 @@
 Patch1: gstreamer-0_10-plugins-good-v4l2.patch
 # PATCH-FIX-UPSTREAM gstreamer-0_10-plugins-good-v4l2-1.patch 
mhruse...@suse.cz -- Fix build with recent kernels, taken from upstream git.
 Patch2: gstreamer-0_10-plugins-good-v4l2-2.patch
+# PATCH-FIX-UPSTREAM gst-0_10-docs-fix-mismatched-para-tags.patch  bgo#724085 
zai...@opensuse.org -- gst-0_10-docs-fix-mismatched-para-tags.patch
+Patch3: gst-0_10-docs-fix-mismatched-para-tags.patch
+# PATCH-FIX-UPSTREAM gst-0_10-docs-use-docbook-markup-for-xi:include.patch 
zai...@opensuse.org -- docs: use docbook markup for xi:include It turns out 
that the change in gtk-doc-1.20 which wraps the |[]| content in CDATA break 
xi:inlcude examples. 
+Patch4: gst-0_10-docs-use-docbook-markup-for-xi:include.patch
 %if 0%{?ENABLE_AALIB}
 BuildRequires:  aalib-devel
 %endif
@@ -189,6 +193,8 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
+%patch4 -p1
 
 %build
 # FIXME:

++ gst-0_10-docs-fix-mismatched-para-tags.patch ++
From 577d87300906f961d13f76b44ba60fc40f0c637a Mon Sep 17 00:00:00 2001
From: William Jon McCann william.jon.mcc...@gmail.com
Date: Fri, 14 Feb 2014 20:27:20 +
Subject: docs: fix mismatched para tags

newer gtkdoc is more sensitive to mismatched docbook tags.
This fixes the build in master.
---
diff --git a/gst/audiofx/audiocheblimit.c b/gst/audiofx/audiocheblimit.c
index 549a9d2..e278886 100644
--- a/gst/audiofx/audiocheblimit.c
+++ b/gst/audiofx/audiocheblimit.c
@@ -46,12 +46,12 @@
  * be at most this value. A lower ripple value will allow a faster rolloff.
  *
  * As a special case, a Chebyshev type 1 filter with no ripple is a 
Butterworth filter.
- * /para
+ *
  * notepara
  * Be warned that a too large number of poles can produce noise. The most 
poles are possible with
  * a cutoff frequency at a quarter of the sampling rate.
  * /para/note
- * para
+ *
  * refsect2
  * titleExample launch line/title
  * |[
diff --git a/gst/udp/gstudpsrc.c b/gst/udp/gstudpsrc.c
index c2cbd92..7a24339 100644
--- a/gst/udp/gstudpsrc.c
+++ b/gst/udp/gstudpsrc.c
@@ -78,8 +78,7 @@
  * /itemizedlist
  * The message is typically used to detect that no UDP arrives in the receiver
  * because it is blocked by a firewall.
- * /para
- * para
+ *
  * A custom file descriptor can be configured with the
  * #GstUDPSrc:sockfd property. The socket will be closed when setting the
  * element to READY by default. This behaviour can be
--
cgit v0.9.0.2-2-gbebe

++ gst-0_10-docs-use-docbook-markup-for-xi:include.patch ++
From a4fd0f9351ee319f850aca2acb42f8856a2c1a12 Mon Sep 17 00:00:00 2001
From: Stefan Sauer enso...@users.sf.net
Date: Tue, 18 Feb 2014 21:54:45 +
Subject: docs: use docbook markup for xi:include

It turns out that the change in gtk-doc-1.20 which wraps the |[]| content in
CDATA break xi:inlcude 

commit gstreamer-0_10-plugins-good for openSUSE:Factory

2013-09-06 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-good for 
openSUSE:Factory checked in at 2013-09-07 07:33:02

Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-good (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-good.new (New)


Package is gstreamer-0_10-plugins-good

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-good/gstreamer-0_10-plugins-good.changes
  2013-06-06 13:02:55.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-good.new/gstreamer-0_10-plugins-good.changes
 2013-09-07 07:33:03.0 +0200
@@ -1,0 +2,5 @@
+Mon Sep  2 19:04:20 UTC 2013 - sch...@linux-m68k.org
+
+- Override ORCC_FLAGS on ppc to fix bad code generation
+
+---



Other differences:
--
++ gstreamer-0_10-plugins-good.spec ++
--- /var/tmp/diff_new_pack.6iP79m/_old  2013-09-07 07:33:04.0 +0200
+++ /var/tmp/diff_new_pack.6iP79m/_new  2013-09-07 07:33:04.0 +0200
@@ -201,7 +201,11 @@
--disable-schemas-install\
--enable-gtk-doc\
--enable-experimental
-make %{?jobs:-j%jobs}
+make %{?jobs:-j%jobs} V=1 \
+%ifarch ppc ppc64
+   ORCC_FLAGS= \
+%endif
+   %{nil}
 
 %install
 %makeinstall

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gstreamer-0_10-plugins-good for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-good for 
openSUSE:Factory checked in at 2013-06-06 13:02:54

Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-good (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-good.new (New)


Package is gstreamer-0_10-plugins-good

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-good/gstreamer-0_10-plugins-good.changes
  2012-10-03 07:29:28.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-good.new/gstreamer-0_10-plugins-good.changes
 2013-06-06 13:02:55.0 +0200
@@ -1,0 +2,6 @@
+Wed May 29 15:38:38 CEST 2013 - mhruse...@suse.cz
+
+- Add gstreamer-0_10-plugins-good-v4l2-1.patch:
+  Fix build with recent kernels
+
+---

New:

  gstreamer-0_10-plugins-good-v4l2-2.patch



Other differences:
--
++ gstreamer-0_10-plugins-good.spec ++
--- /var/tmp/diff_new_pack.aoEmjb/_old  2013-06-06 13:02:56.0 +0200
+++ /var/tmp/diff_new_pack.aoEmjb/_new  2013-06-06 13:02:56.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-0_10-plugins-good
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -35,6 +35,8 @@
 Patch0: gstreamer-0_10-plugins-good-missing-return-value.patch
 # PATCH-FIX-UPSTREAM gstreamer-0_10-plugins-good-v4l2.patch 
dims...@opensuse.org -- Fix build with recent kernels, taken from upstream git.
 Patch1: gstreamer-0_10-plugins-good-v4l2.patch
+# PATCH-FIX-UPSTREAM gstreamer-0_10-plugins-good-v4l2-1.patch 
mhruse...@suse.cz -- Fix build with recent kernels, taken from upstream git.
+Patch2: gstreamer-0_10-plugins-good-v4l2-2.patch
 %if 0%{?ENABLE_AALIB}
 BuildRequires:  aalib-devel
 %endif
@@ -186,6 +188,7 @@
 translation-update-upstream po gst-plugins-good-0.10
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 # FIXME:

++ gstreamer-0_10-plugins-good-v4l2-2.patch ++
From 8e633d2059cb835448021cf79becb487aff10975 Mon Sep 17 00:00:00 2001
From: Bastien Nocera had...@hadess.net
Date: Mon, 18 Mar 2013 14:59:35 +
Subject: v4l2: fix compilation against newer kernel headers as on FC19

---
diff --git a/sys/v4l2/v4l2_calls.c b/sys/v4l2/v4l2_calls.c
index 07d390a..4c10f4f 100644
--- a/sys/v4l2/v4l2_calls.c
+++ b/sys/v4l2/v4l2_calls.c
@@ -291,8 +291,12 @@ gst_v4l2_fill_lists (GstV4l2Object * v4l2object)
 break;
   case V4L2_CID_HFLIP:
   case V4L2_CID_VFLIP:
+#ifndef V4L2_CID_PAN_RESET
   case V4L2_CID_HCENTER:
+#endif
+#ifndef V4L2_CID_TILT_RESET
   case V4L2_CID_VCENTER:
+#endif
 #ifdef V4L2_CID_PAN_RESET
   case V4L2_CID_PAN_RESET:
 #endif
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gstreamer-0_10-plugins-good for openSUSE:Factory

2012-10-02 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-good for 
openSUSE:Factory checked in at 2012-10-03 07:29:26

Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-good (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-good.new (New)


Package is gstreamer-0_10-plugins-good, Maintainer is 
gnome-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-good/gstreamer-0_10-plugins-good.changes
  2012-04-02 10:50:55.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-good.new/gstreamer-0_10-plugins-good.changes
 2012-10-03 07:29:28.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct  2 07:10:14 UTC 2012 - dims...@opensuse.org
+
+- Add gstreamer-0_10-plugins-good-v4l2.patch: Fix build with recent
+  kernels, theh v4l2 buffer input field was removed.
+
+---

New:

  gstreamer-0_10-plugins-good-v4l2.patch



Other differences:
--
++ gstreamer-0_10-plugins-good.spec ++
--- /var/tmp/diff_new_pack.ZguxkD/_old  2012-10-03 07:29:31.0 +0200
+++ /var/tmp/diff_new_pack.ZguxkD/_new  2012-10-03 07:29:31.0 +0200
@@ -33,6 +33,8 @@
 Source0:
http://gstreamer.freedesktop.org/src/gst-plugins-good/%{_name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM gstreamer-0_10-plugins-good-missing-return-value.patch 
bgo#670561 vu...@opensuse.org -- Fix missing return value
 Patch0: gstreamer-0_10-plugins-good-missing-return-value.patch
+# PATCH-FIX-UPSTREAM gstreamer-0_10-plugins-good-v4l2.patch 
dims...@opensuse.org -- Fix build with recent kernels, taken from upstream git.
+Patch1: gstreamer-0_10-plugins-good-v4l2.patch
 %if 0%{?ENABLE_AALIB}
 BuildRequires:  aalib-devel
 %endif
@@ -183,6 +185,7 @@
 %setup -q -n %{_name}-%{version}
 translation-update-upstream po gst-plugins-good-0.10
 %patch0 -p1
+%patch1 -p1
 
 %build
 # FIXME:


++ gstreamer-0_10-plugins-good-v4l2.patch ++
From bfb1ac952b4c3caaba0297bbe7dc73ea92f9b292 Mon Sep 17 00:00:00 2001
From: Matthias Clasen mcla...@redhat.com
Date: Thu, 09 Aug 2012 07:35:23 +
Subject: v4l2: fix build with recent kernels, the v4l2_buffer input field was 
removed

This was unused apparently and removed in the kernel in commit:

 From 2b719d7baf490e24ce7d817c6337b7c87fda84c1 Mon Sep 17 00:00:00 2001
 From: Sakari Ailus sakari.ai...@iki.fi
 Date: Wed, 2 May 2012 09:40:03 -0300
 Subject: [PATCH] [media] v4l: drop v4l2_buffer.input and V4L2_BUF_FLAG_INPUT

 Remove input field in struct v4l2_buffer and flag V4L2_BUF_FLAG_INPUT which
 tells the former is valid. The flag is used by no driver currently.

https://bugzilla.gnome.org/show_bug.cgi?id=681491
---
Index: gst-plugins-good-0.10.31/sys/v4l2/gstv4l2bufferpool.c
===
--- gst-plugins-good-0.10.31.orig/sys/v4l2/gstv4l2bufferpool.c
+++ gst-plugins-good-0.10.31/sys/v4l2/gstv4l2bufferpool.c
@@ -181,7 +181,6 @@ gst_v4l2_buffer_new (GstV4l2BufferPool *
 GST_LOG_OBJECT (pool-v4l2elem,   MMAP offset:  %u,
 ret-vbuffer.m.offset);
   GST_LOG_OBJECT (pool-v4l2elem,   length:%u, ret-vbuffer.length);
-  GST_LOG_OBJECT (pool-v4l2elem,   input: %u, ret-vbuffer.input);
 
   data = (guint8 *) v4l2_mmap (0, ret-vbuffer.length,
   PROT_READ | PROT_WRITE, MAP_SHARED, pool-video_fd,
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gstreamer-0_10-plugins-good for openSUSE:Factory

2012-04-02 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-good for 
openSUSE:Factory checked in at 2012-04-02 10:50:49

Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-good (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-good.new (New)


Package is gstreamer-0_10-plugins-good, Maintainer is 
gnome-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-good/gstreamer-0_10-plugins-good.changes
  2012-02-23 15:32:51.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-good.new/gstreamer-0_10-plugins-good.changes
 2012-04-02 10:50:55.0 +0200
@@ -1,0 +2,6 @@
+Thu Mar 29 15:18:55 UTC 2012 - reddw...@opensuse.org
+
+- Don't recommend gstreamer-0_10-plugin-esd if only libesd0 is
+  installed. Recommend it when esound-daemon is installed.
+
+---



Other differences:
--
++ gstreamer-0_10-plugins-good.spec ++
--- /var/tmp/diff_new_pack.Fr4ufh/_old  2012-04-02 10:50:57.0 +0200
+++ /var/tmp/diff_new_pack.Fr4ufh/_new  2012-04-02 10:50:57.0 +0200
@@ -123,7 +123,7 @@
 Group:  Productivity/Multimedia/Other
 # We might need some plugins from the same package
 Requires:   %{name}
-Supplements:packageand(%{name}:libesd0)
+Supplements:packageand(%{name}:esound-daemon)
 
 %description -n gstreamer-0_10-plugin-esd
 GStreamer is a streaming media framework based on graphs of filters


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gstreamer-0_10-plugins-good for openSUSE:Factory

2012-02-23 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-good for 
openSUSE:Factory checked in at 2012-02-23 15:32:48

Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-good (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-good.new (New)


Package is gstreamer-0_10-plugins-good, Maintainer is 
gnome-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-good/gstreamer-0_10-plugins-good.changes
  2012-02-20 16:12:46.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-good.new/gstreamer-0_10-plugins-good.changes
 2012-02-23 15:32:51.0 +0100
@@ -1,0 +2,207 @@
+Tue Feb 21 14:46:28 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.10.31:
+  + audioparsers: propagate downstream caps constraints upstream
+  + ac3parse:
+- add support for IEC 61937 alignment and conversion/switching
+  between alignments
+- let bsid 9 and 10 through
+  + auparse: implement seeking
+  + avidemux: fix wrong stride when inverting uncompressed video
+  + cairotextoverlay: add a silent property to skip rendering;
+forward new segment events
+  + deinterlace:
+- add support for deinterlacing using buffer caps/flags (as set
+  by e.g. fieldanalysis)
+- new fieldanalysis-related properties: locking and
+  ignore-obscure
+  + directsoundsink: fix negotiation/device setup: 16-bit audio is
+signed, 8-bit is unsigned
+  + effecttv: fix reverse negotiation; repair color modes in
+radioactv by taking rgb,bgr into account
+  + equalizer: also sync the parameters for the filter bands
+  + flacdec:
+- better timestamp/offset handling; try upstream first for
+  duration queries
+- send EOS when seeking after the end of file instead of
+  failing
+  + flacenc: do not drop the first data buffer on the floor
+  + flacparse:
+- detect when a file lies about fixed block size; ignore
+  invalid minimum_blocksize
+- more accurate/better duration/timestamp handling
+  + flvdemux: better timestamp handling (negative cts, detect large
+pts gaps; fix discontinuity threshold check when timestamps go
+backwards)
+  + flvmux: properly determine final duration; metadata/header
+writing fixes
+  + gdkpixbufsink: fix inverted pixel-aspect-ratio info on pixbufs
+  + jack: add client-name property to jackaudiosink and
+jackaudiosrc
+  + jpegdec:
+- add sof-marker to template caps, so we don't get plugged for
+  lossless jpeg
+- implement upstream negotiation
+  + matroskademux:
+- seeking fixes; better handling of non-finalized files
+- better timestamp/duration handling, fix some stuttering A/V
+- add max-gap-time property to make gap handling configurable
+- UTF-8 subtitles may have markup
+  + matroskamux:
+- do not use unoffical V_MJPEG codec id
+- fix segment handling, so we actually use running time
+- for streaming files, push tags first
+- handle GstForceKeyUnit event
+  + multifile: new splitfilesrc element to read multiple files as
+if they were one single file
+  + multifilesrc: add loop property
+  + multifilesink:
+- handle buffer lists, useful to keep groups of buffers (GOPs)
+  in the same file
+- add flag to cut after a force key unit event
+- add max-files property
+- add new 'max-size' mode and max-file-size property for
+  switching to the next file based on size
+- write stream-headers when switching to the next file in
+  max-size mode
+  + multipartdemux: add property to assume a single stream and emit
+no-more-pads
+  + multipartmux: add \r\n to tail of pushed buffers
+  + navseek: toggle pause/play on space bar
+  + osxvideo: fix leak of NSOpenGLPixelFormat object
+  + pcmadepay,pcmudepay: allow variable sample rate
+  + pngenc: increase arbitrary resolution limits
+  + pulse:
+- drop support for PA versions before 0.9.16 (1.x is
+  recommended)
+- new pulseaudiosink element to handle format changes (not
+  autoplugged yet)
+  + pulsesink:
+- add support for compressed audio format passthrough (S/PDIF,
+  mp3-over-bluetooth)
+- allow writes in bigger chunks
+- use the extended stream API if available
+  + pulsesrc: add a source-output-index property; implement
+GstStreamVolume interface
+  + qtdemux:
+- better fragmented support (avoid adjustment for keyframe
+  seek; mark all audio track samples as keyframe)
+- parse embedded ID32 tags; improve bitrate guessing/extraction
+- push mode fixes, fix buffered streaming
+  + qtmux:
+- add direct dirac mapping
+- calculate average bitrate for streams
+- fix ctts generation for streams that don't start at 0
+  timestamps
+- use GST_TAG_IMAGE for coverart too
+  + ismlmux: use iso-fragmented as 

commit gstreamer-0_10-plugins-good for openSUSE:Factory

2012-02-20 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-good for 
openSUSE:Factory checked in at 2012-02-20 16:12:44

Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-good (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-good.new (New)


Package is gstreamer-0_10-plugins-good, Maintainer is 
gnome-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-good/gstreamer-0_10-plugins-good.changes
  2011-09-23 02:02:08.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-good.new/gstreamer-0_10-plugins-good.changes
 2012-02-20 16:12:46.0 +0100
@@ -1,0 +2,7 @@
+Mon Feb 20 07:44:13 UTC 2012 - g...@suse.com
+
+- Add gst-non-fatal-query-webcam-attr.patch to make the webcam
+  control attribute errors non-fatal to support more webcams
+  (bnc#747827, bgo#670197)
+
+---

New:

  gst-non-fatal-query-webcam-attr.patch



Other differences:
--
++ gstreamer-0_10-plugins-good.spec ++
--- /var/tmp/diff_new_pack.VbvlG0/_old  2012-02-20 16:12:49.0 +0100
+++ /var/tmp/diff_new_pack.VbvlG0/_new  2012-02-20 16:12:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-0_10-plugins-good
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -73,6 +73,8 @@
 Source0:
http://gstreamer.freedesktop.org/src/gst-plugins-good/%{_name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM gst-plusesink-bufsize.diff bnc684781 ti...@suse.de -- 
increase the pulsesink transfer chunk size
 Patch1: gst-pulsesink-bufsize.diff
+# PATCH-FIX-UPSTREAM gst-non-fatal-query-webcam-attr.patch bnc#747827 
g...@suse.com -- the errors from the webcam control attributes queries are not 
fatal
+Patch2: gst-non-fatal-query-webcam-attr.patch
 Url:http://gstreamer.freedesktop.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:GStreamer Streaming-Media Framework Plug-Ins
@@ -173,6 +175,7 @@
 chmod 0644 %{S:0}
 %setup -q -n %{_name}-%{version}
 %patch1 -p1
+%patch2 -p1
 translation-update-upstream po gst-plugins-good-0.10
 
 %build

++ gst-non-fatal-query-webcam-attr.patch ++
From ef37bb48bc6093c218271cf49ff063f57b6f0207 Mon Sep 17 00:00:00 2001
From: Tuukka Pasanen tuukka.pasa...@ilmi.fi
Date: Thu, 16 Feb 2012 12:59:10 +
Subject: [PATCH 1/2] v4l2src: fix for webcamstudio vloopback

Because vlooback emits 25 - ENOTTY and no EINVAL v4l2src thought it
can't handle this and does not work.

https://bugzilla.gnome.org/show_bug.cgi?id=669455
---
 sys/v4l2/v4l2_calls.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sys/v4l2/v4l2_calls.c b/sys/v4l2/v4l2_calls.c
index 3808d8e..c8af0a6 100644
--- a/sys/v4l2/v4l2_calls.c
+++ b/sys/v4l2/v4l2_calls.c
@@ -253,7 +253,7 @@ gst_v4l2_fill_lists (GstV4l2Object * v4l2object)
 
 control.id = n;
 if (v4l2_ioctl (v4l2object-video_fd, VIDIOC_QUERYCTRL, control)  0) {
-  if (errno == EINVAL) {
+  if (errno == EINVAL || errno == ENOTTY) {
 if (n  V4L2_CID_PRIVATE_BASE) {
   GST_DEBUG_OBJECT (e, skipping control %08x, n);
   /* continue so that we also check private controls */
-- 
1.7.7


From c1c858f2733aba9fd8f6120656b0db20a66b6c77 Mon Sep 17 00:00:00 2001
From: Gary Ching-Pang Lin chingp...@gmail.com
Date: Thu, 16 Feb 2012 17:14:20 +0800
Subject: [PATCH 2/2] v4l2src: failure to query some optional controls is not
 a fatal error

Don't post a (fatal) error message on the bus just because we
failed to query some control. Fixes issue with built-in
Suyin Corp webcam for HP notebook (usbid 064e:e28a) on
OpenSuse 12.1, where querying red/blue balance fails.

https://bugzilla.gnome.org/show_bug.cgi?id=670197
---
 sys/v4l2/v4l2_calls.c |   11 ---
 1 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/sys/v4l2/v4l2_calls.c b/sys/v4l2/v4l2_calls.c
index c8af0a6..309bfb6 100644
--- a/sys/v4l2/v4l2_calls.c
+++ b/sys/v4l2/v4l2_calls.c
@@ -253,7 +253,7 @@ gst_v4l2_fill_lists (GstV4l2Object * v4l2object)
 
 control.id = n;
 if (v4l2_ioctl (v4l2object-video_fd, VIDIOC_QUERYCTRL, control)  0) {
-  if (errno == EINVAL || errno == ENOTTY) {
+  if (errno == EINVAL || errno == ENOTTY || errno == EIO) {
 if (n  V4L2_CID_PRIVATE_BASE) {
   GST_DEBUG_OBJECT (e, skipping control %08x, n);
   /* continue so that we also check private controls */
@@ -263,12 +263,9 @@ gst_v4l2_fill_lists 

commit gstreamer-0_10-plugins-good for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-good for 
openSUSE:Factory checked in at 2011-12-06 18:16:42

Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-good (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-good.new (New)


Package is gstreamer-0_10-plugins-good, Maintainer is 
gnome-maintain...@suse.de

Changes:




Other differences:
--
++ gstreamer-0_10-plugins-good.spec ++
--- /var/tmp/diff_new_pack.hxLkp0/_old  2011-12-06 18:25:42.0 +0100
+++ /var/tmp/diff_new_pack.hxLkp0/_new  2011-12-06 18:25:42.0 +0100
@@ -68,7 +68,7 @@
 %ifarch %ix86 ppc x86_64
 BuildRequires:  valgrind-devel
 %endif
-License:LGPLv2.1+
+License:LGPL-2.1+
 Group:  Productivity/Multimedia/Other
 Source0:
http://gstreamer.freedesktop.org/src/gst-plugins-good/%{_name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM gst-plusesink-bufsize.diff bnc684781 ti...@suse.de -- 
increase the pulsesink transfer chunk size
@@ -106,7 +106,7 @@
 processing capabilities can be added simply by installing new plug-ins.
 
 %package -n gstreamer-0_10-plugin-esd
-License:LGPLv2.1+
+License:LGPL-2.1+
 Summary:GStreamer Streaming-Media Framework Plug-Ins -- EsounD plugin
 Group:  Productivity/Multimedia/Other
 # We might need some plugins from the same package
@@ -123,7 +123,7 @@
 %if %{build_hal}
 
 %package -n gstreamer-0_10-plugin-hal
-License:LGPLv2.1+
+License:LGPL-2.1+
 Summary:GStreamer Streaming-Media Framework Plug-Ins -- HAL plugin
 Group:  Productivity/Multimedia/Other
 # We might need some plugins from the same package
@@ -139,7 +139,7 @@
 %endif
 
 %package doc
-License:LGPLv2.1+
+License:LGPL-2.1+
 Summary:Documentation for gstreamer-0_10-plugins-good
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
@@ -151,7 +151,7 @@
 This package contains documentation for gstreamer-0_10-plugins-good.
 
 %package extra
-License:LGPLv2.1+
+License:LGPL-2.1+
 Summary:Complementary plugins for gstreamer-0_10-plugins-good
 Group:  Productivity/Multimedia/Other
 Requires:   %{name} = %{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gstreamer-0_10-plugins-good for openSUSE:Factory

2011-09-13 Thread h_root

Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-good for 
openSUSE:Factory
checked in at Tue Sep 13 12:13:36 CEST 2011.




--- GNOME/gstreamer-0_10-plugins-good/gstreamer-0_10-plugins-good.changes   
2011-08-06 22:30:54.0 +0200
+++ 
/mounts/work_src_done/STABLE/gstreamer-0_10-plugins-good/gstreamer-0_10-plugins-good.changes
2011-09-12 09:14:21.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep 11 11:31:28 UTC 2011 - vu...@opensuse.org
+
+- Split esound plugin in a gstreamer-0_10-plugin-esd subpackage: we
+  do not want to have libesd0 installed by default just because of
+  this plugin.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ gstreamer-0_10-plugins-good.spec ++
--- /var/tmp/diff_new_pack.7p2rIx/_old  2011-09-13 12:13:25.0 +0200
+++ /var/tmp/diff_new_pack.7p2rIx/_new  2011-09-13 12:13:25.0 +0200
@@ -24,7 +24,7 @@
 %define ENABLE_AALIB 1
 %define _name gst-plugins-good
 Version:0.10.30
-Release:2
+Release:4
 %define gst_branch 0.10
 %if 0%{?ENABLE_AALIB}
 BuildRequires:  aalib-devel
@@ -105,6 +105,21 @@
 videos. Its plug-in-based architecture means that new data types or
 processing capabilities can be added simply by installing new plug-ins.
 
+%package -n gstreamer-0_10-plugin-esd
+License:LGPLv2.1+
+Summary:GStreamer Streaming-Media Framework Plug-Ins -- EsounD plugin
+Group:  Productivity/Multimedia/Other
+# We might need some plugins from the same package
+Requires:   %{name}
+Supplements:packageand(%{name}:libesd0)
+
+%description -n gstreamer-0_10-plugin-esd
+GStreamer is a streaming media framework based on graphs of filters
+that operate on media data. Applications using this library can do
+anything media-related, from real-time sound processing to playing
+videos. Its plug-in-based architecture means that new data types or
+processing capabilities can be added simply by installing new plug-ins.
+
 %if %{build_hal}
 
 %package -n gstreamer-0_10-plugin-hal
@@ -210,7 +225,6 @@
 %{_libdir}/gstreamer-%{gst_branch}/libgstequalizer.so
 %{_datadir}/gstreamer-%{gst_branch}/presets/GstIirEqualizer10Bands.prs
 %{_datadir}/gstreamer-%{gst_branch}/presets/GstIirEqualizer3Bands.prs
-%{_libdir}/gstreamer-%{gst_branch}/libgstesd.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstflac.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstflv.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstflxdec.so
@@ -258,6 +272,10 @@
 %{_libdir}/gstreamer-%{gst_branch}/libgstximagesrc.so
 %{_libdir}/gstreamer-%{gst_branch}/libgsty4menc.so
 
+%files -n gstreamer-0_10-plugin-esd
+%defattr(-, root, root)
+%{_libdir}/gstreamer-%{gst_branch}/libgstesd.so
+
 %if %{build_hal}
 
 %files -n gstreamer-0_10-plugin-hal

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.7p2rIx/_old  2011-09-13 12:13:25.0 +0200
+++ /var/tmp/diff_new_pack.7p2rIx/_new  2011-09-13 12:13:25.0 +0200
@@ -1,3 +1,4 @@
 gstreamer-0_10-plugins-good
 gstreamer-0_10-plugins-good-extra
+gstreamer-0_10-plugin-esd
 gstreamer-0_10-plugin-hal






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gstreamer-0_10-plugins-good for openSUSE:Factory

2011-08-08 Thread h_root

Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-good for 
openSUSE:Factory
checked in at Mon Aug 8 15:07:01 CEST 2011.




--- GNOME/gstreamer-0_10-plugins-good/gstreamer-0_10-plugins-good.changes   
2011-06-19 00:28:19.0 +0200
+++ 
/mounts/work_src_done/STABLE/gstreamer-0_10-plugins-good/gstreamer-0_10-plugins-good.changes
2011-08-06 22:30:54.0 +0200
@@ -1,0 +2,6 @@
+Sat Aug  6 20:30:21 UTC 2011 - ch...@computersalat.de
+
+- fix deps
+  o gstreamer-0_10-plugins-base-devel = 0.10.33
+
+---

calling whatdependson for head-i586




Other differences:
--
++ gstreamer-0_10-plugins-good.spec ++
--- /var/tmp/diff_new_pack.y6dWyn/_old  2011-08-08 15:06:33.0 +0200
+++ /var/tmp/diff_new_pack.y6dWyn/_new  2011-08-08 15:06:33.0 +0200
@@ -24,7 +24,7 @@
 %define ENABLE_AALIB 1
 %define _name gst-plugins-good
 Version:0.10.30
-Release:1
+Release:2
 %define gst_branch 0.10
 %if 0%{?ENABLE_AALIB}
 BuildRequires:  aalib-devel
@@ -37,7 +37,7 @@
 BuildRequires:  flac-devel
 BuildRequires:  gcc-c++
 BuildRequires:  gconf2-devel
-BuildRequires:  gstreamer-0_10-plugins-base-devel
+BuildRequires:  gstreamer-0_10-plugins-base-devel = 0.10.33
 BuildRequires:  gtk-doc
 BuildRequires:  gtk2-devel
 %if %{build_hal}






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gstreamer-0_10-plugins-good for openSUSE:Factory

2011-06-20 Thread h_root

Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-good for 
openSUSE:Factory
checked in at Mon Jun 20 10:47:31 CEST 2011.




--- GNOME/gstreamer-0_10-plugins-good/gstreamer-0_10-plugins-good.changes   
2011-06-12 00:08:35.0 +0200
+++ 
/mounts/work_src_done/STABLE/gstreamer-0_10-plugins-good/gstreamer-0_10-plugins-good.changes
2011-06-19 00:28:19.0 +0200
@@ -1,0 +2,15 @@
+Sat Jun 18 22:27:12 UTC 2011 - reddw...@opensuse.org
+
+- Update taglib BuildRequire to reflect the package new name. Fixes
+  build in Packman OBS.
+
+---
+Fri Jun 17 12:15:14 CEST 2011 - vu...@opensuse.org
+
+- Update to version 0.10.30:
+  + Work around GLib atomic ops API change
+  + Better handling of malformed buffers in RTP depayloders
+(bgo#650470)
+  + Build fixes (including bgo#652144).
+
+---

calling whatdependson for head-i586


Old:

  gst-plugins-good-0.10.29.tar.bz2

New:

  gst-plugins-good-0.10.30.tar.bz2



Other differences:
--
++ gstreamer-0_10-plugins-good.spec ++
--- /var/tmp/diff_new_pack.DOMwxB/_old  2011-06-20 10:46:54.0 +0200
+++ /var/tmp/diff_new_pack.DOMwxB/_new  2011-06-20 10:46:54.0 +0200
@@ -23,8 +23,8 @@
 # support completely:
 %define ENABLE_AALIB 1
 %define _name gst-plugins-good
-Version:0.10.29
-Release:4
+Version:0.10.30
+Release:1
 %define gst_branch 0.10
 %if 0%{?ENABLE_AALIB}
 BuildRequires:  aalib-devel
@@ -61,7 +61,7 @@
 BuildRequires:  sgml-skel
 BuildRequires:  libsoup-devel
 BuildRequires:  speex-devel
-BuildRequires:  taglib-devel
+BuildRequires:  libtag-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  wavpack-devel
 # TODO find where process.h comes from, not kernel-devel and not wxWidgets so 
far.

++ gst-plugins-good-0.10.29.tar.bz2 - gst-plugins-good-0.10.30.tar.bz2 
++
 13240 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gstreamer-0_10-plugins-good for openSUSE:Factory

2011-05-30 Thread h_root

Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-good for 
openSUSE:Factory
checked in at Mon May 30 09:59:13 CEST 2011.





calling whatdependson for head-i586




Other differences:
--
++ gstreamer-0_10-plugins-good.spec ++
--- /var/tmp/diff_new_pack.PXq8zu/_old  2011-05-30 09:55:30.0 +0200
+++ /var/tmp/diff_new_pack.PXq8zu/_new  2011-05-30 09:55:30.0 +0200
@@ -24,7 +24,7 @@
 %define ENABLE_AALIB 1
 %define _name gst-plugins-good
 Version:0.10.29
-Release:1
+Release:2
 %define gst_branch 0.10
 %if 0%{?ENABLE_AALIB}
 BuildRequires:  aalib-devel
@@ -97,7 +97,7 @@
 that operate on media data. Applications using this library can do
 anything media-related, from real-time sound processing to playing
 videos. Its plug-in-based architecture means that new data types or
-processing capabilities can be added simply by installing newplug-ins.
+processing capabilities can be added simply by installing new plug-ins.
 
 %package -n gstreamer-0_10-plugin-hal
 License:LGPLv2.1+






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org