rpms/cheese/devel 0001-Require-gstreamer-plugins-base-0.10.patch, NONE, 1.1 cheese.spec, 1.73, 1.74

Bastien Nocera hadess at fedoraproject.org
Tue Feb 9 18:23:41 UTC 2010


Author: hadess

Update of /cvs/pkgs/rpms/cheese/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv738

Modified Files:
	cheese.spec 
Added Files:
	0001-Require-gstreamer-plugins-base-0.10.patch 
Log Message:
* Tue Feb 09 2010 Bastien Nocera <bnocera at redhat.com> 2.29.90-2
- Fix include path, and missing requires for the pkg-config file


0001-Require-gstreamer-plugins-base-0.10.patch:
 cheese-gtk.pc.in |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

--- NEW FILE 0001-Require-gstreamer-plugins-base-0.10.patch ---
>From 3143a81476f8653eff34759d01e2c4de1458ee40 Mon Sep 17 00:00:00 2001
From: Bastien Nocera <hadess at hadess.net>
Date: Tue, 9 Feb 2010 18:21:29 +0000
Subject: [PATCH] Require gstreamer-plugins-base-0.10

So that the xoverlay interface is available
---
 cheese-gtk.pc.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cheese-gtk.pc.in b/cheese-gtk.pc.in
index a2a4966..954c9bf 100644
--- a/cheese-gtk.pc.in
+++ b/cheese-gtk.pc.in
@@ -7,7 +7,7 @@ includedir=@includedir@
 Name: cheese
 Description: Cheese Webcam widgets
 Version: @VERSION@
-Requires.private: gtk+-x11-2.0 gstreamer-0.10 libcanberra-gtk
+Requires.private: gtk+-x11-2.0 gstreamer-0.10 gstreamer-plugins-base-0.10 libcanberra-gtk
 Libs: -L${libdir} -lcheese-gtk
 Cflags: -I${includedir}/cheese
 
-- 
1.6.6



Index: cheese.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cheese/devel/cheese.spec,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -p -r1.73 -r1.74
--- cheese.spec	9 Feb 2010 16:01:20 -0000	1.73
+++ cheese.spec	9 Feb 2010 18:23:41 -0000	1.74
@@ -1,6 +1,6 @@
 Name:           cheese
 Version:        2.29.90
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Application for taking pictures and movies from a webcam
 
 Group:          Amusements/Graphics
@@ -37,6 +37,7 @@ Requires(preun): GConf2
 
 # http://bugzilla.gnome.org/show_bug.cgi?id=592663
 Patch1: trash-menu.patch
+Patch2: 0001-Require-gstreamer-plugins-base-0.10.patch
 
 %description
 Cheese is a Photobooth-inspired GNOME application for taking pictures and
@@ -65,6 +66,7 @@ for writing applications that require a 
 %prep
 %setup -q
 %patch1 -p1 -b .trash-menu
+%patch2 -p1 -b .reqs
 
 %build
 %configure --disable-static
@@ -168,6 +170,9 @@ fi
 %{_libdir}/pkgconfig/cheese-gtk.pc
 
 %changelog
+* Tue Feb 09 2010 Bastien Nocera <bnocera at redhat.com> 2.29.90-2
+- Fix include path, and missing requires for the pkg-config file
+
 * Tue Feb 09 2010 Bastien Nocera <bnocera at redhat.com> 2.29.90-1
 - Update to 2.29.90
 



More information about the scm-commits mailing list