]> git.pld-linux.org Git - packages/cheese.git/commitdiff
- patch for incorrect reference to libcanberra-gtk auto/th/cheese-3_0_0-2
authorŁukasz Kieś <kiesiu@pld-linux.org>
Tue, 5 Apr 2011 22:20:03 +0000 (22:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cheese-libcanberra-gtk3.patch -> 1.1
    cheese.spec -> 1.42

cheese-libcanberra-gtk3.patch [new file with mode: 0644]
cheese.spec

diff --git a/cheese-libcanberra-gtk3.patch b/cheese-libcanberra-gtk3.patch
new file mode 100644 (file)
index 0000000..8ed4aca
--- /dev/null
@@ -0,0 +1,12 @@
+diff -ur cheese-3.0.0.bak/data/cheese-gtk.pc.in cheese-3.0.0/data/cheese-gtk.pc.in
+--- cheese-3.0.0.bak/data/cheese-gtk.pc.in     2011-03-09 20:42:17.000000000 +0100
++++ cheese-3.0.0/data/cheese-gtk.pc.in 2011-04-05 23:57:30.755573925 +0200
+@@ -7,7 +7,7 @@
+ Name: cheese
+ Description: Cheese Webcam widgets
+ Version: @VERSION@
+-Requires.private: gtk+-x11-2.0 gstreamer-0.10 gstreamer-plugins-base-0.10 libcanberra-gtk
++Requires.private: gtk+-x11-2.0 gstreamer-0.10 gstreamer-plugins-base-0.10 libcanberra-gtk3
+ Libs: -L${libdir} -lcheese-gtk
+ Cflags: -I${includedir}/cheese
index cbb81815d69e91d5400e634a29d9f5419ba07044..d6aa39f02e9da092de4873bee09517a8f7f5c511 100644 (file)
@@ -2,11 +2,12 @@ Summary:      A cheesy program to take pictures and videos from your web cam
 Summary(pl.UTF-8):     Program do pobierania zdjęć i filmów z kamery internetowej
 Name:          cheese
 Version:       3.0.0
-Release:       1
+Release:       2
 License:       GPL
 Group:         X11/Applications
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/cheese/3.0/%{name}-%{version}.tar.bz2
 # Source0-md5: cadae7bd46cb88e6911f5389e1c88e45
+Patch0:                %{name}-libcanberra-gtk3.patch
 URL:           http://projects.gnome.org/cheese/
 BuildRequires: autoconf >= 2.64
 BuildRequires: automake >= 1:1.11
@@ -100,6 +101,7 @@ Dokumentacja API Cheese.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__intltoolize}
This page took 0.122123 seconds and 4 git commands to generate.