Author: qboosh Date: Sun Dec 18 12:38:27 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 2.24.1 - added gdip patch to fix undefined symbol in io-gdip-animation.c
---- Files affected: packages/crossmingw32-gdk-pixbuf2: crossmingw32-gdk-pixbuf2.spec (1.3 -> 1.4) , gdk-pixbuf2-gdip.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/crossmingw32-gdk-pixbuf2/crossmingw32-gdk-pixbuf2.spec diff -u packages/crossmingw32-gdk-pixbuf2/crossmingw32-gdk-pixbuf2.spec:1.3 packages/crossmingw32-gdk-pixbuf2/crossmingw32-gdk-pixbuf2.spec:1.4 --- packages/crossmingw32-gdk-pixbuf2/crossmingw32-gdk-pixbuf2.spec:1.3 Wed Sep 7 21:21:13 2011 +++ packages/crossmingw32-gdk-pixbuf2/crossmingw32-gdk-pixbuf2.spec Sun Dec 18 13:38:21 2011 @@ -6,12 +6,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 @@ -82,6 +83,7 @@ %prep %setup -q -n gdk-pixbuf-%{version} +%patch0 -p1 %build export PKG_CONFIG_LIBDIR=%{_prefix}/lib/pkgconfig @@ -139,6 +141,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2011/12/18 12:38:21 qboosh +- updated to 2.24.1 +- added gdip patch to fix undefined symbol in io-gdip-animation.c + Revision 1.3 2011/09/07 19:21:13 qboosh - updated to 2.24.0 - back to gdiplus by default (following upstream) ================================================================ Index: packages/crossmingw32-gdk-pixbuf2/gdk-pixbuf2-gdip.patch diff -u /dev/null packages/crossmingw32-gdk-pixbuf2/gdk-pixbuf2-gdip.patch:1.1 --- /dev/null Sun Dec 18 13:38:27 2011 +++ packages/crossmingw32-gdk-pixbuf2/gdk-pixbuf2-gdip.patch Sun Dec 18 13:38:21 2011 @@ -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); ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/crossmingw32-gdk-pixbuf2/crossmingw32-gdk-pixbuf2.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
