Hello community,

here is the log from the commit of package gstreamer-plugins-base for 
openSUSE:Factory checked in at 2013-11-04 07:06:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-base (Old)
 and      /work/SRC/openSUSE:Factory/.gstreamer-plugins-base.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gstreamer-plugins-base"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-base/gstreamer-plugins-base.changes
    2013-09-02 16:48:58.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-base.new/gstreamer-plugins-base.changes
       2013-11-04 07:06:17.000000000 +0100
@@ -1,0 +2,46 @@
+Tue Oct 22 20:59:08 UTC 2013 - [email protected]
+
+- Update to version 1.2.0:
+  + A bunch of API changes (new stable branch 1.2).
+  + New tool: gst-play-1.0 in gst-plugins-base for basic playback
+    testing on the command line.
+  + New plugins:
+    - mssdemux for Microsoft Smooth Streaming.
+    - dashdemux for DASH adaptive streaming protocol.
+    - bluez for interaction with Bluetooth devices.
+    - openjpeg for JPEG2000 decoding and encoding.
+    - daala for experimental Daala decoding and encoding.
+    - vpx plugin has experimental VP9 decoding and encoding
+      support.
+    - webp plugin for WebP decoding (encoding to be added later).
+    - Various others: yadif, srtp, sbc, fluidsynth, midiparse,
+      mfc, ivtv, accuraterip and audiofxbad.
+  + Moved plugins: dtmf, vp8rtp, scaletempo and rtpmux plugins are
+    now in gstreamer-plugins-good.
+  + Audio and Video related fixes.
+  + Other changes:
+    - gst-libav now uses libav 9.
+    - Static linking of plugins is supported now.
+    - rtspsrc: add support for NetClientClock.
+    - RTP retransmission / NACK support and big RTP jitterbuffer
+      improvements.
+    - SRTP and DTLS support.
+    - Changes to many elements and core to use the correct sticky
+      event order and also not lose any important sticky events
+      during flushing.
+    - >1000 fixed bug reports, and many other bug fixes and other
+      improvements everywhere that had no bug report.
+  + Notes:
+    - Single header includes for all libraries,
+      e.g. #include <gst/video/video.h>
+    - Stricter (correct) caps subset checking in some cases.
+    - x264enc now outputs data in byte-stream by default if
+      downstream has ANY caps.
+    - The MPEG TS demuxer posts messages contain the PMT, PAT,
+      etc, in a different format now.
+    - The GstContext API has changed between 1.1.4 and 1.1.90.
+- Create new subpackage libgstallocators-1_0-0 and
+  typelib-1_0-GstAllocators-1_0, following the shared library
+  packaging policy (also provide -32bit packages).
+
+-------------------------------------------------------------------

Old:
----
  gst-plugins-base-1.0.10.tar.xz

New:
----
  gst-plugins-base-1.2.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gstreamer-plugins-base.spec ++++++
--- /var/tmp/diff_new_pack.p1cjXa/_old  2013-11-04 07:06:18.000000000 +0100
+++ /var/tmp/diff_new_pack.p1cjXa/_new  2013-11-04 07:06:18.000000000 +0100
@@ -18,7 +18,7 @@
 
 Name:           gstreamer-plugins-base
 %define _name gst-plugins-base
-Version:        1.0.10
+Version:        1.2.0
 Release:        0
 %define gst_branch 1.0
 Url:            http://gstreamer.freedesktop.org/
@@ -26,7 +26,7 @@
 Summary:        GStreamer Streaming-Media Framework Plug-Ins
 License:        LGPL-2.1+ and GPL-2.0+
 Group:          Productivity/Multimedia/Other
-Source:         
http://gstreamer.freedesktop.org/src/gst-plugins-base/%{_name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/gst-plugins-base/1.2/%{_name}-%{version}.tar.xz
 Source2:        baselibs.conf
 BuildRequires:  cdparanoia-devel
 BuildRequires:  glib2-devel >= 2.32
@@ -79,6 +79,33 @@
 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 libgstallocators-1_0-0
+Summary:        GStreamer Streaming-Media Framework Plug-Ins
+Group:          System/Libraries
+# We want to have base modules installed:
+Requires:       %{name}
+
+%description -n libgstallocators-1_0-0
+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.
+
+%package -n typelib-1_0-GstAllocators-1_0
+Summary:        GStreamer Streaming-Media Framework Plug-Ins -- Introspection 
bindings
+Group:          System/Libraries
+
+%description -n typelib-1_0-GstAllocators-1_0
+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.
+
+This package provides the GObject Introspection bindings for GStreamer
+plug-ins.
+
 %package -n libgstapp-1_0-0
 Summary:        GStreamer Streaming-Media Framework Plug-Ins
 Group:          System/Libraries
@@ -352,6 +379,7 @@
 %package devel
 Summary:        Include files and libraries mandatory for development with 
gstreamer-plugins-base
 Group:          Development/Libraries/C and C++
+Requires:       libgstallocators-1_0-0 = %{version}
 Requires:       libgstapp-1_0-0 = %{version}
 Requires:       libgstaudio-1_0-0 = %{version}
 Requires:       libgstfft-1_0-0 = %{version}
@@ -362,6 +390,7 @@
 Requires:       libgstsdp-1_0-0 = %{version}
 Requires:       libgsttag-1_0-0 = %{version}
 Requires:       libgstvideo-1_0-0 = %{version}
+Requires:       typelib-1_0-GstAllocators-1_0 = %{version}
 Requires:       typelib-1_0-GstApp-1_0 = %{version}
 Requires:       typelib-1_0-GstAudio-1_0 = %{version}
 Requires:       typelib-1_0-GstFft-1_0 = %{version}
@@ -415,6 +444,10 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post -n libgstallocators-1_0-0 -p /sbin/ldconfig
+
+%postun -n libgstallocators-1_0-0 -p /sbin/ldconfig
+
 %post -n libgstapp-1_0-0 -p /sbin/ldconfig
 
 %postun -n libgstapp-1_0-0 -p /sbin/ldconfig
@@ -459,6 +492,7 @@
 %defattr(-, root, root)
 %doc AUTHORS COPYING COPYING.LIB NEWS README RELEASE REQUIREMENTS
 %{_bindir}/gst-discoverer-%{gst_branch}
+%{_bindir}/gst-play-%{gst_branch}
 %{_libdir}/gstreamer-%{gst_branch}/libgstadder.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstalsa.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstapp.so
@@ -491,9 +525,18 @@
 #%{_libdir}/gstreamer-%{gst_branch}/libgstgdp.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstencodebin.so
 %doc %{_mandir}/man1/gst-discoverer-*
+%doc %{_mandir}/man1/gst-play-*
 
 %files lang -f %{_name}-%{gst_branch}.lang
 
+%files -n libgstallocators-1_0-0
+%defattr(-, root, root)
+%{_libdir}/libgstallocators*.so.*
+
+%files -n typelib-1_0-GstAllocators-1_0
+%defattr(-, root, root)
+%{_libdir}/girepository-1.0/GstAllocators-*.typelib
+
 %files -n libgstapp-1_0-0
 %defattr(-, root, root)
 %{_libdir}/libgstapp*.so.*

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.p1cjXa/_old  2013-11-04 07:06:18.000000000 +0100
+++ /var/tmp/diff_new_pack.p1cjXa/_new  2013-11-04 07:06:18.000000000 +0100
@@ -1,4 +1,5 @@
 gstreamer-plugins-base
+libgstallocators-1_0-0
 libgstapp-1_0-0
 libgstaudio-1_0-0
 libgstfft-1_0-0

++++++ gst-plugins-base-1.0.10.tar.xz -> gst-plugins-base-1.2.0.tar.xz ++++++
++++ 164516 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to