From 62d8feed5869b599d60d6ff2090620e5267e4412 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 9 Feb 2010 18:23:41 +0000 Subject: [PATCH] - Fix include path, and missing requires for the pkg-config file --- ...-Require-gstreamer-plugins-base-0.10.patch | 26 +++++++++++++++++++ cheese.spec | 7 ++++- 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 0001-Require-gstreamer-plugins-base-0.10.patch diff --git a/0001-Require-gstreamer-plugins-base-0.10.patch b/0001-Require-gstreamer-plugins-base-0.10.patch new file mode 100644 index 0000000..8520003 --- /dev/null +++ b/0001-Require-gstreamer-plugins-base-0.10.patch @@ -0,0 +1,26 @@ +From 3143a81476f8653eff34759d01e2c4de1458ee40 Mon Sep 17 00:00:00 2001 +From: Bastien Nocera +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 + diff --git a/cheese.spec b/cheese.spec index 9937e36..fb79dfd 100644 --- a/cheese.spec +++ b/cheese.spec @@ -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 webcam display widget. %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 2.29.90-2 +- Fix include path, and missing requires for the pkg-config file + * Tue Feb 09 2010 Bastien Nocera 2.29.90-1 - Update to 2.29.90