Mailinglist Archive: opensuse-commit (1426 mails)
| < Previous | Next > |
commit gstreamer010-plugins-good
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Thu, 29 Mar 2007 00:41:08 +0200
- Message-id: <20070328224108.4A2C567817D@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package gstreamer010-plugins-good
checked in at Thu Mar 29 00:41:08 CEST 2007.
--------
--- GNOME/gstreamer010-plugins-good/gstreamer010-plugins-good.changes 2006-12-29 15:49:53.000000000 +0100
+++ /mounts/work_src_done/STABLE/gstreamer010-plugins-good/gstreamer010-plugins-good.changes 2007-03-27 18:40:27.000000000 +0200
@@ -1,0 +2,19 @@
+Tue Mar 27 17:14:12 CEST 2007 - sbrabec@xxxxxxx
+
+- Updated to version 0.10.5:
+ * Parallel installability with 0.8.x series
+ * Threadsafe design and API
+ * RTP/RTSP improvements
+ * Fixes in OSS support
+ * Addition of the audiopanorama element
+ * Improvements in AVI playback
+ * Annodex playback fixes
+ * Support FLAC in OGG and Matroska
+ * Fixes in the Speex decoder
+ * V4L2 source moved from Bad Plugins
+ * SMPTE element ported to 0.10
+ * GStreamer Data Protocol (GDP) Payloader and Depayloader
+ elements added
+ * Many other bug-fixes
+
+-------------------------------------------------------------------
Old:
----
gst-plugins-good-0.10.4.tar.bz2
gst-plugins-good-schemas-install.patch
New:
----
gst-plugins-good-0.10.5.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer010-plugins-good.spec ++++++
--- /var/tmp/diff_new_pack.d12187/_old 2007-03-29 00:40:31.000000000 +0200
+++ /var/tmp/diff_new_pack.d12187/_new 2007-03-29 00:40:31.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package gstreamer010-plugins-good (Version 0.10.4)
+# spec file for package gstreamer010-plugins-good (Version 0.10.5)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -12,7 +12,7 @@
Name: gstreamer010-plugins-good
%define _name gst-plugins-good
-BuildRequires: aalib-devel cairo-devel esound-devel flac-devel gcc-c++ gconf2-devel gstreamer010-plugins-base-devel gtk-doc gtk2-devel hal-devel ladspa libcaca-devel libcdio-devel libdv-devel libjpeg-devel liboil-devel libshout-devel libtheora-devel libvorbis-devel pyxml sgml-skel speex-devel taglib-devel
+BuildRequires: aalib-devel cairo-devel check-devel esound-devel flac-devel gcc-c++ gconf2-devel gstreamer010-plugins-base-devel gtk-doc gtk2-devel hal-devel ladspa libcaca-devel libcdio-devel libdv-devel libjpeg-devel liboil-devel libshout-devel libtheora-devel libvorbis-devel linux-kernel-headers pyxml sgml-skel speex-devel taglib-devel
%ifarch %ix86 ppc x86_64
BuildRequires: valgrind
%endif
@@ -21,11 +21,10 @@
%endif
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
Group: System/GUI/GNOME
-Version: 0.10.4
-Release: 18
+Version: 0.10.5
+Release: 1
%define gst_branch 0.10
Source: %{_name}-%{version}.tar.bz2
-Patch: gst-plugins-good-schemas-install.patch
URL: http://gstreamer.freedesktop.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: GStreamer Streaming-Media Framework Plug-Ins
@@ -154,13 +153,18 @@
%prep
%setup -q -n %{_name}-%{version}
-%patch
%build
+# FIXME:
+# warning: failed to load external entity "xml/element-v4l2src-details.xml"
+# warning: failed to load external entity "xml/plugin-video4linux2.xml"
NOCONFIGURE=1 ./autogen.sh
+# FIXME: Several plugins are force-disabled, even if they are enabled.
%configure\
--disable-schemas-install\
- --enable-gtk-doc
+ --enable-gtk-doc\
+ --enable-experimental\
+ --enable-ladspa
make %{?jobs:-j%jobs}
%install
@@ -188,6 +192,7 @@
%{_libdir}/gstreamer-%{gst_branch}/libgstalpha.so
%{_libdir}/gstreamer-%{gst_branch}/libgstalphacolor.so
%{_libdir}/gstreamer-%{gst_branch}/libgstapetag.so
+%{_libdir}/gstreamer-%{gst_branch}/libgstaudiofx.so
%{_libdir}/gstreamer-%{gst_branch}/libgstauparse.so
%{_libdir}/gstreamer-%{gst_branch}/libgstautodetect.so
%{_libdir}/gstreamer-%{gst_branch}/libgstavi.so
@@ -239,9 +244,26 @@
%{_libdir}/gstreamer-%{gst_branch}/libgstshout2.so
%{_libdir}/gstreamer-%{gst_branch}/libgstsmpte.so
%{_libdir}/gstreamer-%{gst_branch}/libgstspeex.so
+%{_libdir}/gstreamer-%{gst_branch}/libgstvideo4linux2.so
%{_libdir}/gstreamer-%{gst_branch}/libgstvideobox.so
-%changelog -n gstreamer010-plugins-good
+%changelog
+* Tue Mar 27 2007 - sbrabec@xxxxxxx
+- Updated to version 0.10.5:
+ * Parallel installability with 0.8.x series
+ * Threadsafe design and API
+ * RTP/RTSP improvements
+ * Fixes in OSS support
+ * Addition of the audiopanorama element
+ * Improvements in AVI playback
+ * Annodex playback fixes
+ * Support FLAC in OGG and Matroska
+ * Fixes in the Speex decoder
+ * V4L2 source moved from Bad Plugins
+ * SMPTE element ported to 0.10
+ * GStreamer Data Protocol (GDP) Payloader and Depayloader
+ elements added
+ * Many other bug-fixes
* Fri Dec 29 2006 - sbrabec@xxxxxxx
- Fixed schemas installation.
* Mon Dec 18 2006 - sbrabec@xxxxxxx
++++++ gst-plugins-good-0.10.4.tar.bz2 -> gst-plugins-good-0.10.5.tar.bz2 ++++++
++++ 107464 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |