commit 73a54567f209e2d278a3e8b43551a07e150f07d8
Author: Adam Jackson <ajax(a)fedoraproject.org>
Date: Tue Mar 4 21:32:04 2008 +0000
- gstpb-0.10.15-cd-speed.patch: Set default CD read speed to something
sensible. (#431178)
- s/Fedora Core/Fedora/
- Don't even bother building static libs.
gstpb-0.10.15-cd-speed.patch | 11 +++++++++++
gstreamer-plugins-base.spec | 16 +++++++++++++---
2 files changed, 24 insertions(+), 3 deletions(-)
---
diff --git a/gstpb-0.10.15-cd-speed.patch b/gstpb-0.10.15-cd-speed.patch
new file mode 100644
index 0000000..2bc4170
--- /dev/null
+++ b/gstpb-0.10.15-cd-speed.patch
@@ -0,0 +1,11 @@
+--- gst-plugins-base-0.10.15/ext/cdparanoia/gstcdparanoiasrc.c_orig 2008-02-02
21:22:47.000000000 +0100
++++ gst-plugins-base-0.10.15/ext/cdparanoia/gstcdparanoiasrc.c 2008-02-02
21:23:23.000000000 +0100
+@@ -46,7 +46,7 @@
+ PROP_GENERIC_DEVICE
+ };
+
+-#define DEFAULT_READ_SPEED -1
++#define DEFAULT_READ_SPEED 4 /* avoid mad spinning ad noise */
+ #define DEFAULT_SEARCH_OVERLAP -1
+ #define DEFAULT_PARANOIA_MODE PARANOIA_MODE_FRAGMENT
+ #define DEFAULT_GENERIC_DEVICE NULL
diff --git a/gstreamer-plugins-base.spec b/gstreamer-plugins-base.spec
index 93bb572..9898605 100644
--- a/gstreamer-plugins-base.spec
+++ b/gstreamer-plugins-base.spec
@@ -5,7 +5,7 @@
Name: %{gstreamer}-plugins-base
Version: 0.10.17.2
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: GStreamer streaming media framework base plug-ins
Group: Applications/Multimedia
@@ -14,6 +14,8 @@ URL:
http://gstreamer.freedesktop.org/
Source:
http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-%{...
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Patch0: gstpb-0.10.15-cd-speed.patch
+
Requires: %{gstreamer} >= %{_gst}
Requires: liboil >= 0.3.12-9
BuildRequires: %{gstreamer}-devel >= %{_gst}
@@ -49,13 +51,15 @@ This package contains a set of well-maintained base plug-ins.
%prep
%setup -q -n gst-plugins-base-%{version}
+%patch0 -p1 -b .cd-speed
%build
%configure \
- --with-package-name='Fedora Core gstreamer-plugins-base package' \
+ --with-package-name='Fedora gstreamer-plugins-base package' \
--with-package-origin='http://download.fedora.redhat.com/fedora' \
--disable-gtk-doc \
- --enable-experimental
+ --enable-experimental \
+ --disable-static
make %{?_smp_mflags} ERROR_CFLAGS=""
@@ -242,6 +246,12 @@ GStreamer Base Plugins library development and header files.
%doc %{_datadir}/gtk-doc/html/gst-plugins-base-plugins-%{majorminor}
%changelog
+* Tue Mar 04 2008 Adam Jackson <ajax(a)redhat.com> 0.10.17.2-3
+- gstpb-0.10.15-cd-speed.patch: Set default CD read speed to something
+ sensible. (#431178)
+- s/Fedora Core/Fedora/
+- Don't even bother building static libs.
+
* Tue Mar 04 2008 - Bastien Nocera <bnocera(a)redhat.com> - 0.10.17.2-2
- Enable the GIO plugin