diff --git a/gstreamer-plugins-good.spec b/gstreamer-plugins-good.spec index 2c2b51a..789f559 100644 --- a/gstreamer-plugins-good.spec +++ b/gstreamer-plugins-good.spec @@ -6,7 +6,7 @@ Name: %{gstreamer}-plugins-good Version: 0.10.6 -Release: 5%{?dist} +Release: 6%{?dist} Summary: GStreamer plug-ins with good code and licensing Group: Applications/Multimedia @@ -35,7 +35,6 @@ BuildRequires: gcc-c++ BuildRequires: cairo-devel # cairo pulls in Xrender, but -devel has a missing dep on libX11-devel BuildRequires: libX11-devel -BuildRequires: esound-devel >= 0.2.8 BuildRequires: flac-devel >= 1.1.3 BuildRequires: GConf2-devel BuildRequires: libjpeg-devel @@ -184,7 +183,6 @@ rm -rf $RPM_BUILD_ROOT # gstreamer-plugins with external dependencies but in the main package #%{_libdir}/gstreamer-%{majorminor}/libgstcacasink.so %{_libdir}/gstreamer-%{majorminor}/libgstcairo.so -%{_libdir}/gstreamer-%{majorminor}/libgstesd.so %{_libdir}/gstreamer-%{majorminor}/libgstflac.so %{_libdir}/gstreamer-%{majorminor}/libgstgdkpixbuf.so %{_libdir}/gstreamer-%{majorminor}/libgsthalelements.so @@ -236,6 +234,10 @@ export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gstreamer-%{majorminor}.schemas > /dev/null || : %changelog +* Mon Oct 08 2007 - Bastien Nocera - 0.10.6-6 +- Kill esound output, as we don't have esound installed anymore, just + Pulseaudio (#323061) + * Sun Sep 02 2007 - Bastien Nocera - 0.10.6-5 - Add a patch to fix id3demux, so that MP3s can be played back (#273561)