Mailinglist Archive: opensuse-commit (1117 mails)

< Previous Next >
commit gstreamer-0_10-plugins-good for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Mon, 23 Feb 2009 12:51:10 +0100
  • Message-id: <20090223115110.CF1CA678171@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-good for
openSUSE:Factory
checked in at Mon Feb 23 12:51:10 CET 2009.


--------
--- GNOME/gstreamer-0_10-plugins-good/gstreamer-0_10-plugins-good.changes
2009-02-05 13:50:09.000000000 +0100
+++
/mounts/work_src_done/STABLE/gstreamer-0_10-plugins-good/gstreamer-0_10-plugins-good.changes
2009-02-22 16:23:57.000000000 +0100
@@ -1,0 +2,43 @@
+Sat Feb 21 22:10:36 CET 2009 - vuntz@xxxxxxxxxx
+
+- Update to version 0.10.14:
+ + Add autodetect source elements
+ + Improvements in RTP payload/depayload and RTSP
+ + Support float input in wav, and require depth == width
+ + Support inverted RGB video in avi
+ + Compilation fixes and smarter format selection in V4L2 support
+ + Use libv4l when available
+ + Don't install static plugin libraries any more
+ + Matroska muxing: Add Dirac, fix AAC
+ + Improve qtdemux segment handling
+ + Add presets to equalizer
+ + OS/X video and audio output improvements
+ + Rework Pulseaudio audio output
+ + Support basic and digest auth in souphttpsrc
+ + Use libsoup-gnome instead of libsoup when available
+ + DV demuxer fixes
+ + New IIR and FIR base classes and echo filter in audiofx plugin
+ + Improved spectrum analysis plugin
+ + 8 bit greyscale support in v4l2src and videocrop
+ + New aspectratiocrop element
+ + Many other bug fixes and improvements
+ + Bugs fixed: bgo#561502, bgo#522183, bgo#523813, bgo#557709,
+ bgo#560155, bgo#527951, bgo#529379, bgo#532409, bgo#537539,
+ bgo#537540, bgo#537543, bgo#545033, bgo#552140, bgo#556019,
+ bgo#556484, bgo#556641, bgo#556802, bgo#556955, bgo#556986,
+ bgo#557260, bgo#557293, bgo#557294, bgo#557710, bgo#558427,
+ bgo#558638, bgo#558711, bgo#559288, bgo#559545, bgo#559547,
+ bgo#560641, bgo#560756, bgo#561625, bgo#561775, bgo#561802,
+ bgo#561990, bgo#562434, bgo#562572, bgo#563414, bgo#563504,
+ bgo#563509, bgo#563510, bgo#564437, bgo#564948, bgo#565850,
+ bgo#566616, bgo#566843, bgo#567577, bgo#567642, bgo#567746,
+ bgo#567794, bgo#567800, bgo#567853, bgo#567874, bgo#567955,
+ bgo#567992, bgo#568395, bgo#568780, bgo#568809, bgo#569820,
+ bgo#570343, bgo#570435, bgo#571038, bgo#571150, bgo#571153,
+ bgo#571204, bgo#570581, bgo#341752, bgo#420658, bgo#558554,
+ bgo#561580, bgo#563056, bgo#565441, bgo#567952
++ We now have a /usr/share/gstreamer-0.10 directory. We don't
+ package blindly all files, though, since we can't know for sure
+ to which package the files belong.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
gst-plugins-good-0.10.13.tar.bz2

New:
----
gst-plugins-good-0.10.14.tar.bz2

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

Other differences:
------------------
++++++ gstreamer-0_10-plugins-good.spec ++++++
--- /var/tmp/diff_new_pack.Yk8502/_old 2009-02-23 12:50:50.000000000 +0100
+++ /var/tmp/diff_new_pack.Yk8502/_new 2009-02-23 12:50:50.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package gstreamer-0_10-plugins-good (Version 0.10.13)
+# spec file for package gstreamer-0_10-plugins-good (Version 0.10.14)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -23,7 +23,7 @@
# support completely:
%define ENABLE_AALIB 1
%define _name gst-plugins-good
-Version: 0.10.13
+Version: 0.10.14
Release: 1
%define gst_branch 0.10
%if 0%{?ENABLE_AALIB}
@@ -297,6 +297,11 @@
%{_libdir}/gstreamer-%{gst_branch}/libgstwavparse.so
%{_libdir}/gstreamer-%{gst_branch}/libgstximagesrc.so
%{_libdir}/gstreamer-%{gst_branch}/libgsthalelements.so
+# We don't blindly package all files from this directory since some files might
+# be for the extra package.
+%dir %{_datadir}/gstreamer-%{gst_branch}
+# Contains presets for the equalizer plugin
+%{_datadir}/gstreamer-%{gst_branch}/presets

%files lang -f %{_name}-%{gst_branch}.lang

@@ -321,6 +326,46 @@
%{_libdir}/gstreamer-%{gst_branch}/libgstvideobox.so

%changelog
+* Sat Feb 21 2009 vuntz@xxxxxxxxxx
+- Update to version 0.10.14:
+ + Add autodetect source elements
+ + Improvements in RTP payload/depayload and RTSP
+ + Support float input in wav, and require depth == width
+ + Support inverted RGB video in avi
+ + Compilation fixes and smarter format selection in V4L2 support
+ + Use libv4l when available
+ + Don't install static plugin libraries any more
+ + Matroska muxing: Add Dirac, fix AAC
+ + Improve qtdemux segment handling
+ + Add presets to equalizer
+ + OS/X video and audio output improvements
+ + Rework Pulseaudio audio output
+ + Support basic and digest auth in souphttpsrc
+ + Use libsoup-gnome instead of libsoup when available
+ + DV demuxer fixes
+ + New IIR and FIR base classes and echo filter in audiofx plugin
+ + Improved spectrum analysis plugin
+ + 8 bit greyscale support in v4l2src and videocrop
+ + New aspectratiocrop element
+ + Many other bug fixes and improvements
+ + Bugs fixed: bgo#561502, bgo#522183, bgo#523813, bgo#557709,
+ bgo#560155, bgo#527951, bgo#529379, bgo#532409, bgo#537539,
+ bgo#537540, bgo#537543, bgo#545033, bgo#552140, bgo#556019,
+ bgo#556484, bgo#556641, bgo#556802, bgo#556955, bgo#556986,
+ bgo#557260, bgo#557293, bgo#557294, bgo#557710, bgo#558427,
+ bgo#558638, bgo#558711, bgo#559288, bgo#559545, bgo#559547,
+ bgo#560641, bgo#560756, bgo#561625, bgo#561775, bgo#561802,
+ bgo#561990, bgo#562434, bgo#562572, bgo#563414, bgo#563504,
+ bgo#563509, bgo#563510, bgo#564437, bgo#564948, bgo#565850,
+ bgo#566616, bgo#566843, bgo#567577, bgo#567642, bgo#567746,
+ bgo#567794, bgo#567800, bgo#567853, bgo#567874, bgo#567955,
+ bgo#567992, bgo#568395, bgo#568780, bgo#568809, bgo#569820,
+ bgo#570343, bgo#570435, bgo#571038, bgo#571150, bgo#571153,
+ bgo#571204, bgo#570581, bgo#341752, bgo#420658, bgo#558554,
+ bgo#561580, bgo#563056, bgo#565441, bgo#567952
+ + We now have a /usr/share/gstreamer-0.10 directory. We don't
+ package blindly all files, though, since we can't know for sure
+ to which package the files belong.
* Thu Feb 05 2009 vuntz@xxxxxxxxxx
- Update to version 0.10.13:
+ Fix bad autopoint substitution in the po subdir

++++++ gst-plugins-good-0.10.13.tar.bz2 -> gst-plugins-good-0.10.14.tar.bz2
++++++
++++ 132712 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 >
This Thread