b01942e
%define         gstreamer       gstreamer
42890ec
%define         majorminor      0.10
b01942e
42890ec
%define         _gst            0.10.36
5124e0b
%define         _gstpb          %{_gst}
b01942e
258aab4
# Turn of extras package on RHEL.
258aab4
%if ! 0%{?rhel}
258aab4
%bcond_without extras
258aab4
%else
258aab4
%bcond_with extras
258aab4
%endif
258aab4
75eb0e4
Name:           %{gstreamer}-plugins-good
42890ec
Version:        0.10.31
f71a059
Release:        17%{?dist}
75eb0e4
Summary:        GStreamer plug-ins with good code and licensing
b01942e
75eb0e4
Group:          Applications/Multimedia
75eb0e4
License:        LGPLv2+
75eb0e4
URL:            http://gstreamer.freedesktop.org/
42890ec
#Source:         http://gstreamer.freedesktop.org/src/gst-plugins-good/pre/gst-plugins-good-%{version}.tar.xz
fe0a975
Source:         http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-%{version}.tar.xz
2c4d54f
# Cherry picks from upstream git which hopefully fix rhbz#815581
42890ec
Patch1:         0001-fix-v4l2_munmap.patch
42890ec
Patch2:         0002-clear_DISCONT_flag.patch
7bd0f0f
# https://bugzilla.gnome.org/show_bug.cgi?id=677516
42890ec
Patch3:         0003-v4l2src-fix.patch
2c4d54f
# https://bugzilla.gnome.org/show_bug.cgi?id=677722
42890ec
Patch4:         0004-v4l2object-Don-t-probe-UVC-devices-for-being-interla.patch
Colin Walters 661f253
Patch5:         0001-sys-v4l2-Some-blind-compilation-fixes.patch
c07b242
# https://bugzilla.gnome.org/show_bug.cgi?id=724085
c07b242
Patch6:         gnome-724085.patch
2c48c2f
Patch7:         put-api-version-in-html-book-name.patch
b01942e
75eb0e4
Requires:       %{gstreamer} >= %{_gst}
c8f0f4f
Requires(pre): GConf2 
c8f0f4f
Requires(preun): GConf2
c8f0f4f
Requires(post): GConf2
bnocera a5027dd
Requires:       gstreamer-plugins-base
f0690fa
# superceded by the package above and ourselves
f0690fa
Obsoletes:      gstreamer-plugins
b01942e
75eb0e4
BuildRequires:  %{gstreamer}-devel >= %{_gst}
75eb0e4
BuildRequires:  %{gstreamer}-plugins-base-devel >= %{_gstpb}
b01942e
75eb0e4
BuildRequires:  liboil-devel >= 0.3.6
b01942e
BuildRequires:  gettext
b01942e
BuildRequires:  gcc-c++
b01942e
b01942e
BuildRequires:  cairo-devel
42890ec
BuildRequires:  flac-devel >= 1.1.3
c8f0f4f
BuildRequires:  GConf2-devel
fdc605f
BuildRequires:  glibc-devel
fdc605f
BuildRequires:  gtk2-devel
fdc605f
BuildRequires:  kernel-headers
b01942e
BuildRequires:  libjpeg-devel
b01942e
BuildRequires:  libpng-devel >= 1.2.0
fdc605f
BuildRequires:  libshout-devel
fdc605f
BuildRequires:  libsoup-devel
fdc605f
BuildRequires:  libX11-devel
11911a3
%if !0%{?rhel}
b01942e
BuildRequires:  mikmod
11911a3
%endif
fdc605f
BuildRequires:  orc-devel
fdc605f
BuildRequires:  pulseaudio-libs-devel
75eb0e4
BuildRequires:  speex-devel
7e13dcf
BuildRequires:  taglib-devel
75eb0e4
BuildRequires:  wavpack-devel
5b4241d
BuildRequires:  libv4l-devel
9ca6538
9ca6538
%ifnarch s390 s390x
b01942e
BuildRequires:  libavc1394-devel
fdc605f
BuildRequires:  libdv-devel
0e33510
BuildRequires:  libiec61883-devel
fdc605f
BuildRequires:  libraw1394-devel
9ca6538
%endif
b01942e
b01942e
# documentation
b01942e
BuildRequires:  gtk-doc
Colin Walters 3f13e55
BuildRequires:  python-devel
b01942e
258aab4
# extras
258aab4
%if %{with extras}
258aab4
BuildRequires:  jack-audio-connection-kit-devel
258aab4
%endif
258aab4
866d648
Provides: gstreamer-plugins-pulse = 0.9.8-1
866d648
Obsoletes: gstreamer-plugins-pulse < 0.9.8
866d648
b01942e
%description
b01942e
GStreamer is a streaming media framework, based on graphs of filters which
b01942e
operate on media data. Applications using this library can do anything
b01942e
from real-time sound processing to playing videos, and just about anything
b01942e
else media-related.  Its plugin-based architecture means that new data
b01942e
types or processing capabilities can be added simply by installing new
b01942e
plug-ins.
b01942e
b01942e
GStreamer Good Plug-ins is a collection of well-supported plug-ins of
b01942e
good quality and under the LGPL license.
b01942e
a772608
%package devel-docs
a772608
Summary:        Documentation for gstreamer-plugins-good
b01942e
Group:          Development/Libraries
b01942e
b01942e
Requires:       %{name} = %{version}-%{release}
a772608
# for /usr/share/gtk-doc/html
a772608
Requires:       gtk-doc
a772608
BuildArch:      noarch
5fa6720
# Providing the devel package here as its the docs package's old name.
49b481d
# Remove this line once we get a real -devel package again.
5fa6720
Provides:       %{name}-devel = %{version}-%{release}
5fa6720
Obsoletes:       %{name}-devel < %{version}-%{release}
b01942e
a772608
%description devel-docs
b01942e
GStreamer is a streaming media framework, based on graphs of filters which
b01942e
operate on media data. Applications using this library can do anything
b01942e
from real-time sound processing to playing videos, and just about anything
b01942e
else media-related.  Its plugin-based architecture means that new data
b01942e
types or processing capabilities can be added simply by installing new
b01942e
plug-ins.
b01942e
b01942e
GStreamer Good Plug-ins is a collection of well-supported plug-ins of
b01942e
good quality and under the LGPL license.
b01942e
a772608
This package contains documentation for the provided plugins.
b01942e
258aab4
%if %{with extras}
258aab4
%package extras
258aab4
Summary:        Extra GStreamer plug-ins with good code and licensing
258aab4
Group:          Applications/Multimedia
258aab4
Requires:       %{name}%{?_isa} = %{version}-%{release}
258aab4
258aab4
%description extras
258aab4
GStreamer is a streaming media framework, based on graphs of filters which
258aab4
operate on media data.
258aab4
258aab4
GStreamer Good Plug-ins is a collection of well-supported plug-ins of
258aab4
good quality and under the LGPL license.
258aab4
258aab4
This package (gstreamer-plugins-good-extras) contains extra "good" plugins
258aab4
which are not used very much and require additional libraries to be installed.
258aab4
%endif
258aab4
b01942e
%prep
b01942e
%setup -q -n gst-plugins-good-%{version}
42890ec
%patch1 -p1
42890ec
%patch2 -p1
42890ec
%patch3 -p1
42890ec
%patch4 -p1
Colin Walters 661f253
%patch5 -p1
c07b242
%patch6 -p1
2c48c2f
%patch7 -p1
f1d135a
b01942e
%build
2c4d54f
b01942e
%configure \
bd458e0
  --with-package-name='Fedora gstreamer-plugins-good package' \
be6e866
  --with-package-origin='http://download.fedora.redhat.com/fedora' \
6ea60d4
  --enable-experimental \
fdc605f
  --enable-gtk-doc \
fdc605f
  --enable-orc \
a772608
  --disable-monoscope \
fdc605f
  --disable-aalib \
42890ec
  --disable-esd \
fdc605f
  --disable-libcaca \
f71a059
  --disable-flx \
258aab4
%if %{with extras}
258aab4
  --enable-jack \
258aab4
%else
7bd0f0f
  --disable-jack \
258aab4
%endif
9445b14
  --with-default-visualizer=autoaudiosink
b01942e
b01942e
make %{?_smp_mflags}
f056223
b01942e
%install
b01942e
rm -rf $RPM_BUILD_ROOT
5ddbb26
5ddbb26
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
b01942e
%makeinstall
5ddbb26
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
b01942e
b01942e
# Clean out files that should not be part of the rpm.
b01942e
rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/*.la
b01942e
rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/*.a
b01942e
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
b01942e
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
b01942e
b01942e
%find_lang gst-plugins-good-%{majorminor}
b01942e
b01942e
%files -f gst-plugins-good-%{majorminor}.lang
e264d2b
%defattr(-, root, root)
b01942e
%doc AUTHORS COPYING README REQUIREMENTS
b01942e
e8bd859
# Equaliser presets
c1af9a2
%{_datadir}/gstreamer-%{majorminor}/
e8bd859
b01942e
# non-core plugins without external dependencies
b01942e
%{_libdir}/gstreamer-%{majorminor}/libgstalaw.so
b01942e
%{_libdir}/gstreamer-%{majorminor}/libgstalphacolor.so
397b2ee
%{_libdir}/gstreamer-%{majorminor}/libgstalpha.so
42890ec
%{_libdir}/gstreamer-%{majorminor}/libgstannodex.so
397b2ee
%{_libdir}/gstreamer-%{majorminor}/libgstapetag.so
449385a
%{_libdir}/gstreamer-%{majorminor}/libgstaudiofx.so
bf31f54
%{_libdir}/gstreamer-%{majorminor}/libgstaudioparsers.so
b01942e
%{_libdir}/gstreamer-%{majorminor}/libgstauparse.so
b01942e
%{_libdir}/gstreamer-%{majorminor}/libgstautodetect.so
b01942e
%{_libdir}/gstreamer-%{majorminor}/libgstavi.so
b01942e
%{_libdir}/gstreamer-%{majorminor}/libgstcutter.so
b01942e
%{_libdir}/gstreamer-%{majorminor}/libgstdebug.so
42890ec
%{_libdir}/gstreamer-%{majorminor}/libgstdeinterlace.so
42890ec
%{_libdir}/gstreamer-%{majorminor}/libgstefence.so
b01942e
%{_libdir}/gstreamer-%{majorminor}/libgsteffectv.so
397b2ee
%{_libdir}/gstreamer-%{majorminor}/libgstequalizer.so
397b2ee
%{_libdir}/gstreamer-%{majorminor}/libgstflv.so
d555e95
%{_libdir}/gstreamer-%{majorminor}/libgstgoom2k1.so
397b2ee
%{_libdir}/gstreamer-%{majorminor}/libgstgoom.so
397b2ee
%{_libdir}/gstreamer-%{majorminor}/libgsticydemux.so
397b2ee
%{_libdir}/gstreamer-%{majorminor}/libgstid3demux.so
7902dcb
%{_libdir}/gstreamer-%{majorminor}/libgstimagefreeze.so
9c14094
%{_libdir}/gstreamer-%{majorminor}/libgstinterleave.so
f7db96b
%{_libdir}/gstreamer-%{majorminor}/libgstisomp4.so
b01942e
%{_libdir}/gstreamer-%{majorminor}/libgstlevel.so
b01942e
%{_libdir}/gstreamer-%{majorminor}/libgstmatroska.so
b01942e
%{_libdir}/gstreamer-%{majorminor}/libgstmulaw.so
397b2ee
%{_libdir}/gstreamer-%{majorminor}/libgstmultifile.so
b01942e
%{_libdir}/gstreamer-%{majorminor}/libgstmultipart.so
b01942e
%{_libdir}/gstreamer-%{majorminor}/libgstnavigationtest.so
7902dcb
%{_libdir}/gstreamer-%{majorminor}/libgstoss4audio.so
9c14094
%{_libdir}/gstreamer-%{majorminor}/libgstreplaygain.so
b01942e
%{_libdir}/gstreamer-%{majorminor}/libgstrtp.so
b01942e
%{_libdir}/gstreamer-%{majorminor}/libgstrtsp.so
397b2ee
%{_libdir}/gstreamer-%{majorminor}/libgstshapewipe.so
b01942e
%{_libdir}/gstreamer-%{majorminor}/libgstsmpte.so
397b2ee
%{_libdir}/gstreamer-%{majorminor}/libgstspectrum.so
b01942e
%{_libdir}/gstreamer-%{majorminor}/libgstudp.so
b01942e
%{_libdir}/gstreamer-%{majorminor}/libgstvideobox.so
397b2ee
%{_libdir}/gstreamer-%{majorminor}/libgstvideocrop.so
7902dcb
%{_libdir}/gstreamer-%{majorminor}/libgstvideofilter.so
b01942e
%{_libdir}/gstreamer-%{majorminor}/libgstvideomixer.so
b01942e
%{_libdir}/gstreamer-%{majorminor}/libgstwavenc.so
b01942e
%{_libdir}/gstreamer-%{majorminor}/libgstwavparse.so
0797c9d
%{_libdir}/gstreamer-%{majorminor}/libgstximagesrc.so
23a12a8
%{_libdir}/gstreamer-%{majorminor}/libgsty4menc.so
b01942e
b01942e
# gstreamer-plugins with external dependencies but in the main package
42890ec
%{_libdir}/gstreamer-%{majorminor}/libgstcairo.so
b01942e
%{_libdir}/gstreamer-%{majorminor}/libgstflac.so
42890ec
%{_libdir}/gstreamer-%{majorminor}/libgstgconfelements.so
42890ec
%{_libdir}/gstreamer-%{majorminor}/libgstgdkpixbuf.so
b01942e
%{_libdir}/gstreamer-%{majorminor}/libgstjpeg.so
b01942e
%{_libdir}/gstreamer-%{majorminor}/libgstossaudio.so
397b2ee
%{_libdir}/gstreamer-%{majorminor}/libgstpng.so
397b2ee
%{_libdir}/gstreamer-%{majorminor}/libgstpulse.so
397b2ee
%{_libdir}/gstreamer-%{majorminor}/libgstrtpmanager.so
397b2ee
%{_libdir}/gstreamer-%{majorminor}/libgstshout2.so
397b2ee
%{_libdir}/gstreamer-%{majorminor}/libgstsouphttpsrc.so
b01942e
%{_libdir}/gstreamer-%{majorminor}/libgstspeex.so
397b2ee
%{_libdir}/gstreamer-%{majorminor}/libgsttaglib.so
bd9a595
%{_libdir}/gstreamer-%{majorminor}/libgstvideo4linux2.so
a214d77
%{_libdir}/gstreamer-%{majorminor}/libgstwavpack.so
7d52aed
9ca6538
%ifnarch s390 s390x
b01942e
%{_libdir}/gstreamer-%{majorminor}/libgstdv.so
9ca6538
%{_libdir}/gstreamer-%{majorminor}/libgst1394.so
9ca6538
%endif
b01942e
42890ec
## Libraries
42890ec
42890ec
# schema files
42890ec
%{_sysconfdir}/gconf/schemas/gstreamer-%{majorminor}.schemas
42890ec
a772608
%files devel-docs
e264d2b
%defattr(-, root, root)
e264d2b
a1ca0f7
# gtk-doc documentation
a1ca0f7
%doc %{_datadir}/gtk-doc/html/gst-plugins-good-plugins-%{majorminor}
a1ca0f7
258aab4
%if %{with extras}
258aab4
%files extras
e264d2b
%defattr(-, root, root)
258aab4
# Plugins with external dependencies
258aab4
%{_libdir}/gstreamer-%{majorminor}/libgstjack.so
258aab4
%endif
258aab4
42890ec
%pre
42890ec
if [ "$1" -gt 1 ]; then
42890ec
  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
42890ec
  gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/gstreamer-%{majorminor}.schemas > /dev/null || :
42890ec
fi
b01942e
42890ec
%preun
42890ec
if [ "$1" -eq 0 ]; then
42890ec
  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
42890ec
  gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/gstreamer-%{majorminor}.schemas > /dev/null || :
42890ec
fi
e141f79
42890ec
%post
42890ec
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
42890ec
gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gstreamer-%{majorminor}.schemas > /dev/null || :
42890ec
42890ec
%changelog
f71a059
* Tue Dec 06 2016 Wim Taymans <wtaymans@redhat.com> - 0.10.31-17
f71a059
- Disable insecure FLX plugin (rhbz#1397441)
2c48c2f
- fix doc build
f71a059
e48788b
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.31-16
e48788b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
e48788b
1a2192a
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.31-15
1a2192a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
1a2192a
1db38f7
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 0.10.31-14
1db38f7
- Rebuilt for GCC 5 C++11 ABI change
1db38f7
2998727
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.31-13
2998727
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
2998727
57be4f5
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.31-12
57be4f5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
57be4f5
c07b242
* Wed Mar 12 2014 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 0.10.31-11
c07b242
- Apply fix from GNOME #724085 to fix building docs
c07b242
c03b058
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.31-10
c03b058
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
c03b058
Colin Walters 3f13e55
* Thu May 02 2013 Colin Walters <walters@verbum.org>
Colin Walters 661f253
- Blindly stab at the v4l2 code until it emits binaries
Colin Walters 661f253
Colin Walters 661f253
* Thu May 02 2013 Colin Walters <walters@verbum.org>
Colin Walters 3f13e55
- Drop PyXML dependency (rhbz#914060)
Colin Walters 3f13e55
11911a3
* Wed Mar 27 2013 Adam Jackson <ajax@redhat.com>
11911a3
- Tweak BRs for RHEL
11911a3
2a794d6
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.31-7
2a794d6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
2a794d6
b45af4f
* Fri Dec 21 2012 Adam Tkac <atkac redhat com> - 0.10.31-6
b45af4f
- rebuild against new libjpeg
b45af4f
adbfd97
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.31-5
adbfd97
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
adbfd97
11d939f
* Mon Jun 11 2012 Nils Philippsen <nils@redhat.com> - 0.10.31-4
258aab4
- add extras subpackage with jack source/sink (#714481)
258aab4
63930d1
* Fri Jun 10 2012 Hans de Goede <hdegoede@redhat.com> - 0.10.31-3
63930d1
- v4l2: Don't probe UVC devices for being interlaced, this saves seconds when
63930d1
  starting a pipeline with a v4l2 element (rhbz#797188, gnome#677722)
63930d1
7bd0f0f
* Wed Jun  6 2012 Hans de Goede <hdegoede@redhat.com> 0.10.31-2
7bd0f0f
- v4l2src: Cherry pick some patches from upstream hopefully fixing #815581
7bd0f0f
- v4l2src: Deal with uvc cams which report duplicate framerates, such as
7bd0f0f
  on the Thinkpad x121e (rhbz#815134, gnome#677516)
7bd0f0f
fbfe0bc
* Tue Feb 28 2012 Benjamin Otte <otte@redhat.com> 0.10.31-1
fbfe0bc
- Update to 0.10.31
fbfe0bc
012ace1
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.30-7
012ace1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
012ace1
25976a7
* Mon Dec 05 2011 Adam Jackson <ajax@redhat.com> 0.10.30-6
25976a7
- Rebuild for new libpng
25976a7
35a6198
* Sun Nov 27 2011 Brian Pepple <bpepple@fedoraproject.org> - 0.10.30-5
35a6198
- Backport patch to correct flacdec sample number rounding. (#722667)
35a6198
- Drop clean section. No longer needed.
35a6198
- Drop buildroot. No longer needed.
35a6198
4b0fa35
* Fri Nov  4 2011 Adam Williamson <awilliam@redhat.com> - 0.10.30-4
4b0fa35
- backport more upstream flacparse fixes to complete #650785 fix
4b0fa35
4b0fa35
* Fri Oct 14 2011 Adam Williamson <awilliam@redhat.com> - 0.10.30-3
4b0fa35
- backport a couple of patches to fix GNOME #650785
4b0fa35
c1af9a2
* Sun Jul  3 2011 Ville Skyttä <ville.skytta@iki.fi> - 0.10.30-2
c1af9a2
- Own the /usr/share/gstreamer-0.10 dir (#681625).
c1af9a2
fe0a975
* Fri Jun 17 2011 Tomas Bzatek <tbzatek@redhat.com> 0.10.30-1
fe0a975
- Update to 0.10.30
fe0a975
3dce202
* Tue May 10 2011 Benjamin Otte <otte@redhat.com> 0.10.29-1
3dce202
- Update to 0.10.29
3dce202
12c00d7
* Sun May 01 2011 Benjamin Otte <otte@redhat.com> 0.10.28.4-1
12c00d7
- Update prerelease
12c00d7
d09425f
* Wed Apr 27 2011 Benjamin Otte <otte@redhat.com> 0.10.28.3-1
d09425f
- Update prerelease
d09425f
1b85793
* Mon Apr 16 2011 Benjamin Otte <otte@redhat.com> 0.10.28.2-1
1b85793
- Update to prerelease
1b85793
f2e56ed
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.27-3
f2e56ed
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
f2e56ed
5b4241d
* Thu Feb 03 2011 Dan HorĂ¡k <dan[at]danny.cz> 0.10.27-2
5b4241d
- we have libv4l on s390(x), otherwise the build fails with "linux/videodev.h"
5b4241d
    not found in v4l2_calls.h
5b4241d
66e80fd
* Wed Jan 26 2011 Benjamin Otte <otte@redhat.com> 0.10.27-1
66e80fd
- Update to 0.10.27
66e80fd
5124e0b
* Wed Jan 12 2011 Benjamin Otte <otte@redhat.com> 0.10.26.3-1
5124e0b
- Update to prerelease
5124e0b
8cdbd93
* Thu Dec 02 2010 Benjamin Otte <otte@redhat.com> 0.10.26-1
8cdbd93
- Update to 0.10.26
8cdbd93
0a19112
* Mon Sep 06 2010 Benjamin Otte <otte@redhat.com> 0.10.25-1
0a19112
- Update to 0.10.25
0a19112
533c692
* Fri Jul 16 2010 Benjamin Otte <otte@redhat.com> 0.10.24-1
533c692
- Update to 0.10.24
533c692
8ec8a8d
* Wed Jul 07 2010 Benjamin Otte <otte@redhat.com> 0.10.23.4-1
8ec8a8d
- Update prerelease
8ec8a8d
95ee631
* Wed Jun 30 2010 Benjamin Otte <otte@redhat.com> 0.10.23.3-1
95ee631
- Update prerelease
95ee631
fdc605f
* Sun Jun 27 2010 Benjamin Otte <otte@redhat.com> 0.10.23.2-1
fdc605f
- Update to prerelease
fdc605f
984bd7f
* Mon May 31 2010 Benjamin Otte <otte@redhat.com> 0.10.23-1
984bd7f
- Update to 0.10.23
984bd7f
c4dc213
* Wed May 26 2010 Benjamin Otte <otte@redhat.com> 0.10.22.3-1
c4dc213
- Update pre-release
c4dc213
d394e1b
* Fri May 14 2010 Benjamin Otte <otte@redhat.com> 0.10.22.2-1
d394e1b
- Update to pre-release
d394e1b
5fa6720
* Tue May 04 2010 Benjamin Otte <otte@redhat.com> 0.10.22-3
5fa6720
- Provide -devel in -devel-docs
5fa6720
49b481d
* Tue May 04 2010 Benjamin Otte <otte@redhat.com> 0.10.22-2
49b481d
- Obsolete -devel in -devel-docs
49b481d
a772608
* Wed Apr 28 2010 Benjamin Otte <otte@redhat.com> 0.10.22-1
a772608
- Update to 0.10.22
a772608
- Replace devel package by noarch devel-docs package
a772608
a772608
* Mon Apr 26 2010 Benjamin Otte <otte@redhat.com> 0.10.21.3-1
254b815
- Update pre-release
254b815
c732d45
* Thu Apr 15 2010 Benjamin Otte <otte@redhat.com> 0.10.21.2-1
c732d45
- Update pre-release
c732d45
729f132
* Wed Apr 07 2010 Benjamin Otte <otte@redhat.com> 0.10.21-2
a1ca0f7
- Enable gtk-doc
a1ca0f7
f121c54
* Tue Mar 09 2010 Benjamin Otte <otte@redhat.com> 0.10.21-1
f121c54
- Update to 0.10.21
f121c54
7ae937d
* Mon Mar 08 2010 Benjamin Otte <otte@redhat.com> 0.10.19-1
7ae937d
- Update to 0.10.19
7ae937d
2721cac
* Thu Mar 06 2010 Benjamin Otte <otte@redhat.com> 0.10.18.4-1
2721cac
- Update pre-release
2721cac
ff09b0e
* Thu Feb 25 2010 Benjamin Otte <otte@redhat.com> 0.10.18.3-1
eee8c88
- Update to pre-release
eee8c88
7cee543
* Fri Feb 19 2010 Benjamin Otte <otte@redhat.com> 0.10.18.2-2
7cee543
- Use correct dependency requirements
7cee543
7cee543
* Fri Feb 19 2010 Benjamin Otte <otte@redhat.com> 0.10.18.2-1
7cee543
- Update to prerelease
7cee543
2cfc3c0
* Fri Feb 11 2010 Benjamin Otte <otte@redhat.com> 0.10.18-1
2cfc3c0
- Update to 0.10.18
2cfc3c0
d067790
* Fri Feb 05 2010 Benjamin Otte <otte@redhat.com> 0.10.17.3-1
d067790
- Update pre-release
d067790
d08bd12
* Mon Feb 01 2010 Bastien Nocera <bnocera@redhat.com> 0.10.17.2-2
d08bd12
- Remove farsight plugins, now in gstreamer-plugins-bad-free
d08bd12
113d592
* Wed Jan 27 2010 Bastien Nocera <bnocera@redhat.com> 0.10.17.2-1
113d592
- Update to pre-release
113d592
4061b37
* Fri Jan 08 2010 Bastien Nocera <bnocera@redhat.com> 0.10.17-5
4061b37
- Update Farsight plugins from -bad 0.10.17
4061b37
e0568f3
* Mon Dec 07 2009 Bastien Nocera <bnocera@redhat.com> 0.10.17-4
e0568f3
- Remove HAL elements, they're unused and obsolete
e0568f3
7bdb370
* Fri Dec 04 2009 Bastien Nocera <bnocera@redhat.com> 0.10.17-3
7bdb370
- Disable LADSPA plugins, they should be in -bad (#540198)
7bdb370
35b9279
* Mon Nov 30 2009 Bastien Nocera <bnocera@redhat.com> 0.10.17-2
35b9279
- Add support for authenticating RTSP sources
35b9279
0200236
* Tue Nov 17 2009 Bastien Nocera <bnocera@redhat.com> 0.10.17-1
0200236
- Update to 0.10.17
0200236
f29b9e3
* Fri Nov 13 2009 Bastien Nocera <bnocera@redhat.com> 0.10.16.3-1
f29b9e3
- Update to 0.10.16.3 pre-release
f29b9e3
ff5c18a
* Tue Nov 10 2009 Bastien Nocera <bnocera@redhat.com> 0.10.16.2-1
ff5c18a
- Update to 0.10.16.2 pre-release
ff5c18a
5d5101c
* Tue Nov 03 2009 Bastien Nocera <bnocera@redhat.com> 0.10.16-7
5d5101c
- Add patch from upstream to avoid volume lowering in PA < 0.9.20
5d5101c
756e22b
* Thu Oct 22 2009 Bastien Nocera <bnocera@redhat.com> 0.10.16-5
756e22b
- Update farsight plugins from -bad
756e22b
- Drop copy/pasted rtpmanager plugin, it's now in -good
756e22b
6e1797b
* Mon Oct 19 2009 Bastien Nocera <bnocera@redhat.com> 0.10.16-4
6e1797b
- Fix pulsesink not advertising the StreamVolume interface
6e1797b
11f29ea
* Sat Oct 17 2009 Bastien Nocera <bnocera@redhat.com> 0.10.16-3
11f29ea
- Finally fix pulsesink volume lowering problems (#488532)
11f29ea
082b964
* Fri Oct 16 2009 Bastien Nocera <bnocera@redhat.com> 0.10.16-2
082b964
- Fix autoconvert caps negotiation
082b964
a700762
* Tue Sep 01 2009 Bastien Nocera <bnocera@redhat.com> 0.10.16-1
a700762
- Update to 0.10.16
a700762
3119341
* Fri Aug 14 2009 Bastien Nocera <bnocera@redhat.com> 0.10.15.3-1
3119341
- Update to 0.10.15.3
3119341
ea71bcf
* Tue Aug 11 2009 Hans de Goede <hdegoede@redhat.com> 0.10.15-6
ea71bcf
- Fix usage of webcamdrivers which do not implement VIDIOC_G_PARM (#467961)
ea71bcf
- Include "Fix FLAC seeking" patch from F-11 package (#515886)
ea71bcf
1437bdf
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.15-5
1437bdf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
1437bdf
a3aa13f
* Tue Jul 21 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.10.15-4
a3aa13f
- Add missing provides on gst-plugins-farsight.
a3aa13f
5dcb031
* Mon Jun 22 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.10.15-3
5dcb031
- Add obsolete for gst-plugins-farsight.
5dcb031
28cd8b0
* Mon Jun 22 2009 Bastien Nocera <bnocera@redhat.com> 0.10.15-2
28cd8b0
- Add the farsight plugins from gst-plugins-bad 0.10.13 (#507009)
28cd8b0
cccf5e6
* Thu May 21 2009 Bastien Nocera <bnocera@redhat.com> 0.10.15-1
cccf5e6
- Update to 0.10.15
cccf5e6
1307352
* Sat May 16 2009 Bastien Nocera <bnocera@redhat.com> 0.10.14.3-1
1307352
- Update to 0.10.14.3
1307352
ba2809d
* Tue May 12 2009 Bastien Nocera <bnocera@redhat.com> 0.10.14.2-1
ba2809d
- Update to 0.10.14.2
ba2809d
52eb922
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.14-2
52eb922
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
52eb922
6a548ab
* Thu Feb 19 2009 - Bastien Nocera <bnocera@redhat.com> - 0.10.14-1
6a548ab
- Update to 0.10.14
6a548ab
c009c32
* Mon Feb 16 2009 - Bastien Nocera <bnocera@redhat.com> - 0.10.13.3-1
c009c32
- Updat eto 0.10.13.3 pre-release
c009c32
d6cb68a
* Tue Feb 10 2009 - Bastien Nocera <bnocera@redhat.com> - 0.10.13.2-2
55f585b
- Add patches to fix compilation
d6cb68a
fa258d9
* Sun Feb 08 2009 - Bastien Nocera <bnocera@redhat.com> - 0.10.13.2-1
fa258d9
- Update to 0.10.13.2 pre-release
fa258d9
921c79c
* Mon Feb 02 2009 - Bastien Nocera <bnocera@redhat.com> - 0.10.13-3
921c79c
- Remove (unapplied) patch, it's not needed on this version
921c79c
4d5c4a4
* Mon Feb 02 2009 - Bastien Nocera <bnocera@redhat.com> - 0.10.13-2
4d5c4a4
- Patch for overflows in the QT demuxer (#481267)
4d5c4a4
63fdaca
* Mon Jan 26 2009 - Bastien Nocera <bnocera@redhat.com> - 0.10.13-1
63fdaca
- Update to 0.10.13
63fdaca
- Update libv4l patch
63fdaca
fe4abca
* Wed Jan 21 2009 - Bastien Nocera <bnocera@redhat.com> - 0.10.11-5
fe4abca
- Rebuild for new gstreamer base library
fe4abca
187381c
* Wed Jan 14 2009 Warren Togami <wtogami@redhat.com> 0.10.11-4
187381c
- Bug #477877 Fix multilib conflict in -devel
187381c
- Bug #478449 Fix ladspa on lib64 
187381c
187381c
* Wed Jan 14 2009 Lennart Poettering <lpoetter@redhat.com> 0.10.11-3
187381c
- Bug #470000 Fix thread/memleak due to ref-loop
df3be3c
187381c
* Tue Jan 13 2009 Bastien Nocera <bnocera@redhat.com> - 0.10.11-2
afe1df3
- Avoid pulsesink hang when PulseAudio disappears
afe1df3
187381c
* Sat Oct 25 2008 Bastien Nocera <bnocera@redhat.com> - 0.10.11-1
c639cd4
- Update to 0.10.11
c639cd4
- Update libv4l patch
c639cd4
866d648
* Thu Oct 23 2008 Lennart Poettering <lpoetter@redhat.com> 0.10.10-6
866d648
- Enable the PulseAudio element and make it replace the old
866d648
  pulseaudio-plugins-pulse package
866d648
66b6b1c
* Sun Oct  5 2008 Hans de Goede <hdegoede@redhat.com> 0.10.10-5
66b6b1c
- Fix gst-plugins-good-0.10.9-libv4l.patch to also patch config.in and
66b6b1c
  Makefile.in so that the libv4l code actually gets enabled for real this time
66b6b1c
  and remove plenty of egg from face for not fixing this properly in 0.10.10-2
66b6b1c
  (rh465599)
66b6b1c
- Explicitly disable pulse plugin so the spec builds even if you
66b6b1c
  have the pulse devel packages installed.
66b6b1c
7854758
* Fri Sep 12 2008 - Bastien Nocera <bnocera@redhat.com> 0.10.10-4
7854758
- Another rebuild
7854758
7083d9c
* Thu Sep 11 2008 - Bastien Nocera <bnocera@redhat.com> 0.10.10-3
7083d9c
- Rebuild for GStreamer RPM provides
7083d9c
186d3ec
* Sun Aug 31 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 0.10.10-2
186d3ec
- Fix gst-plugins-good-0.10.9-libv4l.patch to not only patch configure.ac
186d3ec
  but also configure so that the libv4l code actually gets enabled
186d3ec
8a5cd4c
* Wed Aug 27 2008 - Bastien Nocera <bnocera@redhat.com> 0.10.10-1
8a5cd4c
- Update to 0.10.10
8a5cd4c
- Remove cdio plugin, as it was moved to -ugly upstream
8a5cd4c
eb4bfbe
* Sun Aug 10 2008 Adam Jackson <ajax@redhat.com> 0.10.9-2
eb4bfbe
- gst-plugins-good-0.10.9-libv4l.patch: Use libv4l. (#456825)
eb4bfbe
- Explicitly disable esd/caca/aalib plugins so the spec builds even if you
eb4bfbe
  have their devel packages installed.
eb4bfbe
575d50f
* Mon Aug 04 2008 Adam Jackson <ajax@redhat.com> 0.10.9-1
575d50f
- Update to 0.10.9
575d50f
530b50d
* Wed Jul 30 2008 - Bastien Nocera <bnocera@redhat.com> 0.10.8-10
530b50d
- Build the docs ourselves
530b50d
8658237
* Tue Jul 22 2008 Jarod Wilson <jwilson@redhat.com> 0.10.8-9
8658237
- Bump and rebuild for libraw1394 v2.0.0
8658237
8a76385
* Mon Jul 21 2008 Adam Jackson <ajax@redhat.com> 0.10.8-8
8a76385
- gst-plugins-good-0.10.8-v4l2-progressive-fix.patch: Backport v4l2
8a76385
  interlace/progressive fixes. (#454534)
8a76385
61a8fc0
* Thu Jun 19 2008 Adam Jackson <ajax@redhat.com> 0.10.8-7
61a8fc0
- gst-plugins-good-0.10.8-speex-nego.patch: Backport speex channel and
61a8fc0
  rate negotiation from 0.10.9. (#451391)
61a8fc0
9445b14
* Tue Jun 17 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.8-6
9445b14
- Really fix the default audio output not being correct
9445b14
46fd9e8
* Tue Jun 03 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.8-5
46fd9e8
- Fix compilation of the v4l2 plugin with newer kernels
46fd9e8
ae673bc
* Mon Jun 02 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.8-4
ae673bc
- Work-around bug that would set the default audio output to "GOOM!"
ae673bc
  See http://bugzilla.gnome.org/show_bug.cgi?id=532295
ae673bc
519691f
* Wed May 21 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.10.8-3
519691f
- fix license tag
519691f
bd458e0
* Wed May 21 2008 Adam Jackson <ajax@redhat.com> 0.10.8-2
bd458e0
- BR: libsoup-devel and package the soup http src plugin. (#447604)
bd458e0
- s/Fedora Core/Fedora/
bd458e0
d555e95
* Thu Apr 24 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.8-1
d555e95
- Update to 0.10.8
d555e95
95c80f9
* Thu Apr 10 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.7-2
95c80f9
- Add patch to unbreak the QuickTime demuxer plugin
95c80f9
c338b98
* Thu Feb 21 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.7-1
c338b98
- Update to 0.10.7
c338b98
8cf9b63
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.10.6-8
8cf9b63
- Autorebuild for GCC 4.3
8cf9b63
78171c5
* Fri Jan 11 2008 Adam Jackson <ajax@redhat.com> 0.10.6-7
78171c5
- gst-plugins-good-0.10.6-v4l2-min-buffers.patch: Be sure to get at least
78171c5
  GST_V4L2_MIN_BUFFERS from the source. (#316931)
5e9e45f
- gst-plugins-good-0.10.6-artist-sortname.patch: Avoid using a deprecated
5e9e45f
  #define.
78171c5
a437e9c
* Mon Oct 08 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.6-6
a437e9c
- Kill esound output, as we don't have esound installed anymore, just
a437e9c
  Pulseaudio (#323061)
a437e9c
e97c08f
* Sun Sep 02 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.6-5
e97c08f
- Add a patch to fix id3demux, so that MP3s can be played back
e97c08f
  (#273561)
e97c08f
98d7585
* Tue Aug 28 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.6-4
e97c08f
- Add the ladspa plugins (#253375)
98d7585
015ac8d
* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 0.10.6-3
015ac8d
- Rebuild for build id
015ac8d
a214d77
* Sun Aug 12 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.6-2
a214d77
- Enable experimental plugins, the wavepack and v4l2src plugins (#250886)
a214d77
96557c4
* Tue Jun 19 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.6-1
96557c4
- Update to 0.10.6
84560c7
- Remove outdated FLAC patch
be6e866
- Add new plugins
96557c4
7e13dcf
* Sat May  5 2007  Matthias Clasen  <mclasen@redhat.com> - 0.10.5-6
7e13dcf
- Add libshout-devel, taglib-devel, libcdio-devel as BRs (#136268)
7e13dcf
bnocera 9fbbd44
* Tue Feb 13 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.5-5
bnocera 9fbbd44
- Don't forget to run autoreconf when modifiying the configure.ac
bnocera 9fbbd44
bnocera a5027dd
* Tue Feb 13 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.5-4
bnocera a5027dd
- Move cyclic dependency with -plugins-good and -plugins-base from
bnocera a5027dd
  gstreamer to here
bnocera a5027dd
bnocera 064c11c
* Tue Feb 13 2007 - Bastien Nocera <bnocera@redhat.com> - 0.10.5-3
bnocera 064c11c
- Patch from Matthias Clasen <mclasen@redhat.com> for the libFLAC
bnocera 064c11c
  1.1.3 update (#222946)
bnocera 064c11c
9f3e861
* Wed Jan 24 2007 Adam Jackson <ajax@redhat.com> - 0.10.5-2
9f3e861
- Re-add the gdkpixbuf loader.  (#222837)
9f3e861
b181ca5
* Wed Jan 17 2007 Matthias Clasen <mclasen@redhat.com> - 0.10.5-1
b181ca5
- Update to 0.10.5
b181ca5
232646f
* Wed Oct 18 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.4-2
232646f
- Fix scripts according to the packaging guidelines
232646f
a0054b6
* Sat Aug 26 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.4-1
a0054b6
- Update to 0.10.4
a0054b6
2a17692
* Thu Jul 27 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.3-5
2a17692
- Disable gtk-doc to fix multilib conflicts
2a17692
92283b6
* Wed Jul 19 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.3-4
92283b6
- Rebuild 
92283b6
5ce8267
* Tue Jul 18 2006 John (J5) Palmieri <johnp@redhat.com> - 0.10.3-3
5ce8267
- rebuild
5ce8267
92283b6
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.10.3-2.1
874575c
- rebuild
874575c
1b7e352
* Wed May 31 2006 Dan Williams  <dcbw@redhat.com> - 0.10.3-2
1b7e352
- Package gsthalelements plugin so this can be pushed out
1b7e352
b633d76
* Mon May 22 2006 Matthias Clasen  <mclasen@redhat.com> - 0.10.3-1
b633d76
- Update to 0.10.3
b633d76
6d6863c
* Fri Feb 10 2006 Christopher Aillon <caillon@redhat.com> - 0.10.2-1
6d6863c
- Update to 0.10.2
6d6863c
8f41b85
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.10.1-1.1
8f41b85
- rebuilt for new gcc4.1 snapshot and glibc changes
8f41b85
fd0cd78
* Wed Jan 18 2006 John (J5) Palmieri <johnp@redhat.com>  0.10.1-1
fd0cd78
- Upgrade to 0.10.1
2baae98
- Add libgstid3demux.so to the files section
fd0cd78
9ca6538
* Wed Jan 04 2006 Warren Togami <wtogami@redhat.com>  0.10.0-2
9ca6538
- exclude 1394 stuff from s390 and s390x
9ca6538
b01942e
* Sat Dec 17 2005 Thomas Vander Stichele <thomas at apestaart dot org>
b01942e
- 0.10.0-1
b01942e
- rebuilt for FC devel
b01942e
b01942e
* Wed Dec 14 2005 Thomas Vander Stichele <thomas at apestaart dot org>
b01942e
- 0.10.0-0.gst.2
b01942e
- glib 2.8
b01942e
- added cairo
b01942e
b01942e
* Mon Dec 05 2005 Thomas Vander Stichele <thomas at apestaart dot org>
b01942e
- 0.10.0-0.gst.1
b01942e
- new release
b01942e
b01942e
* Thu Dec 01 2005 Thomas Vander Stichele <thomas at apestaart dot org>
b01942e
- 0.9.7-0.gst.1
b01942e
- new release for major/minor 0.10
b01942e
- removed pango
b01942e
- removed videofilter
b01942e
- added cutter, multipart
b01942e
b01942e
* Sat Nov 12 2005 Thomas Vander Stichele <thomas at apestaart dot org>
b01942e
- 0.9.5-0.gst.1
b01942e
- new release
b01942e
b01942e
* Mon Oct 24 2005 Thomas Vander Stichele <thomas at apestaart dot org>
b01942e
- 0.9.4-0.gst.1
b01942e
- new release
b01942e
- added alphacolor, debug, flxdec, matroska, navigationtest, videomixer
b01942e
  plug-ins
b01942e
b01942e
* Mon Oct 03 2005 Thomas Vander Stichele <thomas at apestaart dot org>
b01942e
- 0.9.3-0.gst.1
b01942e
- new release
b01942e
- fdsrc moved back to core
b01942e
- added auparse and efence plugins
b01942e
- added gtk-doc
b01942e
b01942e
* Fri Sep 09 2005 Thomas Vander Stichele <thomas at apestaart dot org>
b01942e
- Initial package
b01942e
b01942e
* Fri Sep 02 2005 Thomas Vander Stichele <thomas at apestaart dot org>
b01942e
- clean up for splitup