- Fix include path, and missing requires for the pkg-config file

This commit is contained in:
Bastien Nocera 2010-02-09 18:23:41 +00:00
parent 9cdfad3a57
commit 62d8feed58
2 changed files with 32 additions and 1 deletions

View File

@ -0,0 +1,26 @@
From 3143a81476f8653eff34759d01e2c4de1458ee40 Mon Sep 17 00:00:00 2001
From: Bastien Nocera <hadess@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

View File

@ -1,6 +1,6 @@
Name: cheese Name: cheese
Version: 2.29.90 Version: 2.29.90
Release: 1%{?dist} Release: 2%{?dist}
Summary: Application for taking pictures and movies from a webcam Summary: Application for taking pictures and movies from a webcam
Group: Amusements/Graphics Group: Amusements/Graphics
@ -37,6 +37,7 @@ Requires(preun): GConf2
# http://bugzilla.gnome.org/show_bug.cgi?id=592663 # http://bugzilla.gnome.org/show_bug.cgi?id=592663
Patch1: trash-menu.patch Patch1: trash-menu.patch
Patch2: 0001-Require-gstreamer-plugins-base-0.10.patch
%description %description
Cheese is a Photobooth-inspired GNOME application for taking pictures and 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 %prep
%setup -q %setup -q
%patch1 -p1 -b .trash-menu %patch1 -p1 -b .trash-menu
%patch2 -p1 -b .reqs
%build %build
%configure --disable-static %configure --disable-static
@ -168,6 +170,9 @@ fi
%{_libdir}/pkgconfig/cheese-gtk.pc %{_libdir}/pkgconfig/cheese-gtk.pc
%changelog %changelog
* Tue Feb 09 2010 Bastien Nocera <bnocera@redhat.com> 2.29.90-2
- Fix include path, and missing requires for the pkg-config file
* Tue Feb 09 2010 Bastien Nocera <bnocera@redhat.com> 2.29.90-1 * Tue Feb 09 2010 Bastien Nocera <bnocera@redhat.com> 2.29.90-1
- Update to 2.29.90 - Update to 2.29.90