Compare commits

...

8 Commits
master ... f17

Author SHA1 Message Date
Fabian Deutsch 6f06a34711 Bump spec release
Signed-off-by: Fabian Deutsch <fabiand@fedoraproject.org>
2012-09-12 17:39:54 +02:00
Fabian Deutsch bd4449d33a Add opus plugin
Signed-off-by: Fabian Deutsch <fabiand@fedoraproject.org>
2012-09-12 17:16:38 +02:00
Hans de Goede 03c610345a Merge remote-tracking branch 'origin/master' into f17 2012-06-19 23:39:28 +02:00
Hans de Goede 0513b9e3aa Merge remote-tracking branch 'origin/master' into f17
Conflicts:
	gstreamer-plugins-bad-free.spec
2012-06-08 18:38:16 +02:00
Benjamin Otte b021d6686d Bump Release for rebuild after specfile changes 2012-03-05 18:20:51 +01:00
Benjamin Otte 2cc0529633 Turn off extras package in RHEL 2012-03-05 18:20:40 +01:00
Benjamin Otte a57b9e368d Allow turning off the extras package 2012-03-05 18:20:27 +01:00
Benjamin Otte e83229d5d7 Move some more plugins into the -extras package
In particular, try to sync with RHEL - plugins that Red Hat decides are
sane go into the normal package, others go into -extras.

The nice thing about this is that we get intsaller savings, too.
2012-03-05 18:20:15 +01:00
1 changed files with 6 additions and 1 deletions

View File

@ -14,7 +14,7 @@
Summary: GStreamer streaming media framework "bad" plug-ins
Name: gstreamer-plugins-bad-free
Version: 0.10.23
Release: 7%{?dist}
Release: 8%{?dist}
# The freeze and nfs plugins are LGPLv2 (only)
License: LGPLv2+ and LGPLv2
Group: Applications/Multimedia
@ -64,6 +64,7 @@ BuildRequires: openssl-devel
BuildRequires: orc-devel
Buildrequires: wavpack-devel
BuildRequires: chrpath
BuildRequires: opus-devel
%if %{with extras}
BuildRequires: celt-devel
@ -298,6 +299,7 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la
%{_libdir}/gstreamer-%{majorminor}/libgstrsvg.so
%{_libdir}/gstreamer-%{majorminor}/libgstsndfile.so
%{_libdir}/gstreamer-%{majorminor}/libgstvp8.so
%{_libdir}/gstreamer-%{majorminor}/libgstopus.so
#debugging plugin
%{_libdir}/gstreamer-%{majorminor}/libgstdebugutilsbad.so
@ -365,6 +367,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la
%changelog
* Wed Sep 12 2012 Fabian Deutsch <fabiand@fedoraproject.org> - 0.10.23-8
- Add opus plugin
* Mon Jun 18 2012 Hans de Goede <hdegoede@redhat.com> - 0.10.23-7
- Cherry pick 2 patches from upstream fixing cheese crashing (rhbz#820959)