rpms/hornsey/F-13 hornsey-fixcluttergst.patch, NONE, 1.1 hornsey.spec, 1.5, 1.6

Peter Robinson pbrobinson at fedoraproject.org
Sun Apr 18 11:57:58 UTC 2010


Author: pbrobinson

Update of /cvs/pkgs/rpms/hornsey/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv27559

Modified Files:
	hornsey.spec 
Added Files:
	hornsey-fixcluttergst.patch 
Log Message:
- Add patch for clutter

hornsey-fixcluttergst.patch:
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE hornsey-fixcluttergst.patch ---
--- hornsey-1.5.2/configure.ac.orig	2010-04-18 12:14:06.189694773 +0100
+++ hornsey-1.5.2/configure.ac	2010-04-18 12:14:20.855272146 +0100
@@ -39,7 +39,7 @@
   DEPS_PACKAGES="${DEPS_PACKAGES} clutter-helix-1.0"
   AC_DEFINE(USE_HELIX,1,[Define if we want to use Helix])
 else
-  DEPS_PACKAGES="${DEPS_PACKAGES} clutter-gst-0.10"
+  DEPS_PACKAGES="${DEPS_PACKAGES} clutter-gst-1.0"
 fi
 
  PKG_CHECK_MODULES(DEPS, "$DEPS_PACKAGES")


Index: hornsey.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hornsey/F-13/hornsey.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- hornsey.spec	5 Jan 2010 18:39:54 -0000	1.5
+++ hornsey.spec	18 Apr 2010 11:57:58 -0000	1.6
@@ -7,7 +7,7 @@
 
 Name:           hornsey
 Version:        1.5.2
-Release:        0.1%{?dist}
+Release:        0.2%{?dist}
 Summary:        The moblin media player
 
 Group:          Applications/Multimedia
@@ -15,6 +15,7 @@ License:        LGPLv2
 URL:            http://www.moblin.org/
 # Source0:       http://git.moblin.org/cgit.cgi/%{name}/snapshot/%{name}-%{version}.tar.bz2
 Source0:       %{tarfile}
+Patch0:         hornsey-fixcluttergst.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: bickley-devel
@@ -42,6 +43,7 @@ Hornsey is a Image, Audio and Video medi
 
 %prep
 %setup -q
+%patch0 -p1 -b fixcluttergst
 
 # Remove execute bit from the source files
 chmod -x src/hrn-texture-cache.*
@@ -88,7 +90,10 @@ gtk-update-icon-cache %{_datadir}/icons/
 %{_datadir}/dbus-1/services/org.moblin.Hornsey.service
 
 %changelog
-* Tue Jan  5 2010 Peter Robinson <pbrobinson at gmail.com> 1.5.2-0.1
+* Sun Apr 18 2010 Peter Robinson <pbrobinson at gmail.com> 1.5.2-0.2
+- Add patch for clutter
+
+* Sun Apr 18 2010 Peter Robinson <pbrobinson at gmail.com> 1.5.2-0.1
 - Move to a git snapshot of 1.5.2
 
 * Fri Nov 13 2009 Peter Robinson <pbrobinson at gmail.com> 1.5.1-1



More information about the scm-commits mailing list