]> git.pld-linux.org Git - packages/crossmingw32-gdk-pixbuf2.git/commitdiff
- updated to 2.24.1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 18 Dec 2011 12:38:21 +0000 (12:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added gdip patch to fix undefined symbol in io-gdip-animation.c

Changed files:
    crossmingw32-gdk-pixbuf2.spec -> 1.4
    gdk-pixbuf2-gdip.patch -> 1.1

crossmingw32-gdk-pixbuf2.spec
gdk-pixbuf2-gdip.patch [new file with mode: 0644]

index f343d8f5c2964edd7f8af38134c708c214a9ffec..bd1304b24fb08a5fe457e07896e6d07075349763 100644 (file)
@@ -5,12 +5,13 @@
 Summary:       An image loading and scaling library - cross MinGW32 version
 Summary(pl.UTF-8):     Biblioteka ładująca i skalująca obrazki - wersja skrośna MinGW32
 Name:          crossmingw32-gdk-pixbuf2
-Version:       2.24.0
+Version:       2.24.1
 Release:       1
 License:       LGPL v2+
 Group:         Development/Libraries
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/2.24/gdk-pixbuf-%{version}.tar.xz
-# Source0-md5: bd7c2a9d23b573db467e39833f12103d
+# Source0-md5: 72f39b34b20f68148c1609bd27415412
+Patch0:                gdk-pixbuf2-gdip.patch
 URL:           http://developer.gnome.org/gdk-pixbuf/
 BuildRequires: crossmingw32-gcc
 BuildRequires: crossmingw32-glib2 >= 2.28.0
@@ -81,6 +82,7 @@ Biblioteki DLL gdk-pixbuf dla Windows.
 
 %prep
 %setup -q -n gdk-pixbuf-%{version}
+%patch0 -p1
 
 %build
 export PKG_CONFIG_LIBDIR=%{_prefix}/lib/pkgconfig
diff --git a/gdk-pixbuf2-gdip.patch b/gdk-pixbuf2-gdip.patch
new file mode 100644 (file)
index 0000000..9009d79
--- /dev/null
@@ -0,0 +1,14 @@
+--- gdk-pixbuf-2.24.1/gdk-pixbuf/io-gdip-animation.c.orig      2011-12-16 22:43:53.000000000 +0100
++++ gdk-pixbuf-2.24.1/gdk-pixbuf/io-gdip-animation.c   2011-12-18 13:37:04.929030474 +0100
+@@ -165,6 +165,11 @@
+ G_DEFINE_TYPE (GdkPixbufGdipAnimIter, gdk_pixbuf_gdip_anim_iter, GDK_TYPE_PIXBUF_ANIMATION_ITER);
+ static void
++gdk_pixbuf_gdip_anim_iter_init (GdkPixbufGdipAnimIter *anim)
++{
++}
++
++static void
+ gdk_pixbuf_gdip_anim_iter_class_init (GdkPixbufGdipAnimIterClass *klass)
+ {
+         GObjectClass *object_class = G_OBJECT_CLASS (klass);
This page took 0.111055 seconds and 4 git commands to generate.