rpms/gnome-media/devel 0001-Complete-the-GTK-3-port-by-using-unique-3.0.patch, NONE, 1.1 gnome-media.spec, 1.204, 1.205

Bastien Nocera hadess at fedoraproject.org
Thu Jul 22 14:35:21 UTC 2010


Author: hadess

Update of /cvs/pkgs/rpms/gnome-media/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv31106

Modified Files:
	gnome-media.spec 
Added Files:
	0001-Complete-the-GTK-3-port-by-using-unique-3.0.patch 
Log Message:
Add missing patch

0001-Complete-the-GTK-3-port-by-using-unique-3.0.patch:
 configure.ac |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

--- NEW FILE 0001-Complete-the-GTK-3-port-by-using-unique-3.0.patch ---
>From faadc51fb554b90cfd07d108262383e1772f279b Mon Sep 17 00:00:00 2001
From: Matthias Clasen <mclasen at redhat.com>
Date: Tue, 13 Jul 2010 20:47:18 -0400
Subject: [PATCH] Complete the GTK+ 3 port by using unique-3.0

---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 7622885..637c4d4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -115,7 +115,7 @@ if test "x$enable_pulseaudio" != "xno"; then
             gio-2.0
             gconf-2.0 >= $GCONF_REQUIRED_VERSION
             libcanberra-gtk3 >= $CANBERRA_REQUIRED_VERSION
-            unique-1.0
+            unique-3.0
             libxml-2.0
     )
     AC_SUBST(VOLUME_CONTROL_CFLAGS)
-- 
1.7.0.1



Index: gnome-media.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-media/devel/gnome-media.spec,v
retrieving revision 1.204
retrieving revision 1.205
diff -u -p -r1.204 -r1.205
--- gnome-media.spec	22 Jul 2010 14:27:38 -0000	1.204
+++ gnome-media.spec	22 Jul 2010 14:35:21 -0000	1.205
@@ -40,11 +40,12 @@ BuildRequires:  intltool
 BuildRequires:  control-center-devel
 BuildRequires:  scrollkeeper
 
-Patch0:         0001-Remove-libunique-3.0-dependency.patch
+Patch0:         0001-Complete-the-GTK-3-port-by-using-unique-3.0.patch
+Patch1:         0001-Remove-libunique-3.0-dependency.patch
 BuildRequires:  automake autoconf libtool gnome-common intltool
 
-Patch1:         0001-Use-correct-command-for-sound-preferences.patch
-Patch2:         0001-Fix-GConf-handling-in-sound-theme.patch
+Patch2:         0001-Use-correct-command-for-sound-preferences.patch
+Patch3:         0001-Fix-GConf-handling-in-sound-theme.patch
 
 %description
 This package contains a few media utilities for the GNOME desktop,
@@ -82,9 +83,10 @@ framework.
 
 %prep
 %setup -q
-%patch0 -p1 -b .unique
-%patch1 -p1 -b .panel
-%patch2 -p1 -b .gconf
+%patch0 -p1 -b .unique3
+%patch1 -p1 -b .remove-unique
+%patch2 -p1 -b .panel
+%patch3 -p1 -b .gconf
 autoreconf -f
 
 # force regeneration



More information about the scm-commits mailing list