rpms/totem/OLPC-3 totem-no-gsttag-pc.patch, NONE, 1.1 totem.spec, 1.194, 1.195

Daniel Drake dsd at fedoraproject.org
Thu Aug 28 14:26:44 UTC 2008


Author: dsd

Update of /cvs/pkgs/rpms/totem/OLPC-3
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23385

Modified Files:
	totem.spec 
Added Files:
	totem-no-gsttag-pc.patch 
Log Message:
relax dependency on gstramer versions

totem-no-gsttag-pc.patch:

--- NEW FILE totem-no-gsttag-pc.patch ---

From: Daniel Drake <dsd at laptop.org>

Old gstreamer-plugins-base doesn't supply gstreamer-tag pkgconfig file
(but does include gsttag library and functionality)

Index: totem-2.23.4/configure
===================================================================
--- totem-2.23.4/configure
+++ totem-2.23.4/configure
@@ -22438,7 +22438,7 @@ _ACEOF
 fi
 	fi
 
-	MM="gstreamer-0.10 >= $GST_REQS gstreamer-base-0.10 >= $GST_REQS gstreamer-plugins-base-0.10 >= $GSTPLUG_REQS gstreamer-tag-0.10 >= $GSTPLUG_REQS gconf-2.0"
+	MM="gstreamer-0.10 >= $GST_REQS gstreamer-base-0.10 >= $GST_REQS gstreamer-plugins-base-0.10 >= $GSTPLUG_REQS gconf-2.0"
 
 pkg_failed=no
 { echo "$as_me:$LINENO: checking for GST" >&5
 


Index: totem.spec
===================================================================
RCS file: /cvs/pkgs/rpms/totem/OLPC-3/totem.spec,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -r1.194 -r1.195
--- totem.spec	27 Aug 2008 17:38:16 -0000	1.194
+++ totem.spec	28 Aug 2008 14:26:14 -0000	1.195
@@ -2,7 +2,7 @@
 %define minimal_build 1
 
 %define gstreamer_version 0.10.1
-%define gstreamer_plugins_base_version 0.10.17.2-4
+%define gstreamer_plugins_base_version 0.10.12
 %define gstreamer_plugins_good_version 0.10.0
 %define gstreamer_plugins_flumpegdemux_version 0.10.15
 %define gtk2_version 2.12.1
@@ -11,13 +11,14 @@
 Summary: Movie player for GNOME
 Name: totem
 Version: 2.23.4
-Release: 1%{?dist}.5
+Release: 1%{?dist}.6
 License: GPLv2 with exception
 Group: Applications/Multimedia
 URL: http://www.gnome.org/projects/totem/
 Source0: http://ftp.gnome.org/pub/GNOME/sources/totem/2.23/totem-%{version}.tar.bz2
 Source1: totem-bin-backend-ondemand.sh
 Patch0: totem-2.23.4-plugin-disablevisuals.patch
+Patch1: totem-no-gsttag-pc.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
 
 Requires(pre): GConf2 >= 2.14
@@ -180,6 +181,7 @@
 %prep
 %setup -q -c
 %patch0 -p0
+%patch1 -p0
 # Whatever needs to be changed in both copies do here
 ## remember to update me when changing %doc
 for i in AUTHORS COPYING NEWS README TODO;do
@@ -448,6 +450,9 @@
 %endif
 
 %changelog
+* Thu Aug 28 2008 - Daniel Drake <dsd at laptop.org> - 2.23.4-1.6
+- relax dependency on gstreamer versions
+
 * Fri Aug 22 2008 - Daniel Drake <dsd at laptop.org> - 2.23.4-1.5
 - remove unnecessary dependency on scrollkeeper/rarian
 - remove help files




More information about the fedora-extras-commits mailing list