]> git.pld-linux.org Git - packages/f-spot.git/commitdiff
- GdkImageLoader fix from upstream
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 28 Oct 2010 20:55:40 +0000 (20:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    f-spot-PixbufLoader.patch -> 1.1
    f-spot.spec -> 1.105

f-spot-PixbufLoader.patch [new file with mode: 0644]
f-spot.spec

diff --git a/f-spot-PixbufLoader.patch b/f-spot-PixbufLoader.patch
new file mode 100644 (file)
index 0000000..80e5636
--- /dev/null
@@ -0,0 +1,22 @@
+From 9d6e8052b188c2b1cb310ef05842da74a730a39f Mon Sep 17 00:00:00 2001
+From: Marek Habersack <grendel@twistedcode.net>
+Date: Wed, 15 Sep 2010 21:21:52 +0000
+Subject: PixbufLoader from gtk-sharp/master does not have a Close () overload which takes a boolean parameter
+
+https://bugzilla.gnome.org/show_bug.cgi?id=629224
+---
+diff --git a/src/Clients/MainApp/FSpot.Loaders/GdkImageLoader.cs b/src/Clients/MainApp/FSpot.Loaders/GdkImageLoader.cs
+index 2eea50e..9c9c07a 100644
+--- a/src/Clients/MainApp/FSpot.Loaders/GdkImageLoader.cs
++++ b/src/Clients/MainApp/FSpot.Loaders/GdkImageLoader.cs
+@@ -132,7 +132,7 @@ namespace FSpot.Loaders {
+               public new bool Close ()
+               {
+                       lock (sync_handle) {
+-                              return base.Close (true);
++                              return base.Close ();
+                       }
+               }
+ #endregion
+--
+cgit v0.8.3.1
index 71cf86cb2fe6f424a53bf66366eb41f940dd72c0..9b0085465d14f4aa55b9e6b1bd1545d1ccb4ef46 100644 (file)
@@ -12,6 +12,7 @@ Group:                X11/Applications/Graphics
 Source0:       http://ftp.gnome.org/Public/GNOME/sources/f-spot/0.8/%{name}-%{version}.tar.bz2
 # Source0-md5: f7d52adbf280c972adccd66338e49f3d
 Patch0:                %{name}-taglib.patch
+Patch1:                %{name}-PixbufLoader.patch
 URL:           http://www.gnome.org/projects/f-spot/
 BuildRequires: GConf2-devel >= 2.14.0
 BuildRequires: autoconf
@@ -71,6 +72,7 @@ Moduł F-Spot dla gnome-screensavera.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__intltoolize}
This page took 0.06668 seconds and 4 git commands to generate.