[mingw-nsiswrapper: 14/20] Patched for new location of libgdk-pixbuf loaders (RHBZ#706219).

Kalev Lember kalev at fedoraproject.org
Wed Mar 7 16:09:13 UTC 2012


commit e574d357a324ab6ab155667036ba3b58a6afde3b
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Thu May 19 20:40:32 2011 +0100

    Patched for new location of libgdk-pixbuf loaders (RHBZ#706219).

 mingw32-nsiswrapper.spec |    7 +++++--
 nsiswrapper.pl           |    9 +++++++++
 2 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/mingw32-nsiswrapper.spec b/mingw32-nsiswrapper.spec
index a0ee2b0..d9a813d 100644
--- a/mingw32-nsiswrapper.spec
+++ b/mingw32-nsiswrapper.spec
@@ -1,6 +1,6 @@
 Name:           mingw32-nsiswrapper
-Version:        5
-Release:        2%{?dist}
+Version:        6
+Release:        1%{?dist}
 Summary:        Helper program for making NSIS Windows installers
 
 License:        GPLv2+
@@ -66,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu May 19 2011 Richard W.M. Jones <rjones at redhat.com> - 6-1
+- Patched for new location of libgdk-pixbuf loaders (RHBZ#706219).
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 5-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/nsiswrapper.pl b/nsiswrapper.pl
index 2e179e3..3a637db 100755
--- a/nsiswrapper.pl
+++ b/nsiswrapper.pl
@@ -524,6 +524,15 @@ sub do_gtk
 	);
 
     add_file_unless_exists (
+	"$mingw32_libdir/gdk-pixbuf-2.0",
+	root => 0,
+	dir => 1,
+	exec => 0,
+	install_dir => "lib",
+	install_name => "gdk-pixbuf-2.0"
+	);
+
+    add_file_unless_exists (
 	"$mingw32_libdir/pango",
 	root => 0,
 	dir => 1,


More information about the scm-commits mailing list