gnome-media.spec
changeset 6631 b4e9e8f6ca89
parent 6628 013528515881
child 6689 ccad859aecd3
--- a/gnome-media.spec	Fri Jan 20 17:38:28 2006 +0000
+++ b/gnome-media.spec	Sat Jan 21 01:46:48 2006 +0000
@@ -24,6 +24,7 @@
 Patch1:       gnome-media-01-window-title.diff
 Patch2:       gnome-media-02-cddb-display.diff
 Patch3:       gnome-media-03-cdda.diff
+Patch4:       gnome-media-04-fixfunc.diff
 
 URL:          http://www.gnome.org
 BuildRoot:    %{_tmppath}/%{name}-%{version}-build
@@ -54,18 +55,10 @@
 
 %prep
 %setup -q
-
-# This step is needed to convert gnome-media to use GStreamer 0.10.
-# This step will go away after GStreamer 0.10 becomes the default.
-# This does the same thing as the transmogrify-into-gstreamer-0.10
-# script but on Solaris we use gpatch instead of patch.  Calling this
-# before applying the other patches.
-#
-gpatch -p0 < ./gstreamer-0.10.patch
-
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 %ifos linux
@@ -83,6 +76,7 @@
 glib-gettextize -f
 %endif
 libtoolize --force
+intltoolize --force --copy
 aclocal $ACLOCAL_FLAGS -I ./m4
 automake -a -c -f
 autoconf
@@ -167,6 +161,9 @@
 %{_mandir}/man5/*
 
 %changelog
+* Fri Jan 20 2006 - [email protected]
+- Add patch 4 so that 2.13.7 compiles.
+
 * Fri Jan 20 2006 - [email protected]
 - Bump to 2.13.7.