]> git.pld-linux.org Git - packages/crossmingw32-gdk-pixbuf2.git/commitdiff
- updated to 2.42.8 auto/th/crossmingw32-gdk-pixbuf2-2.42.8-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 19 Mar 2022 07:50:42 +0000 (08:50 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 19 Mar 2022 07:50:42 +0000 (08:50 +0100)
- removed obsolete meson patch

crossmingw32-gdk-pixbuf2.spec
gdk-pixbuf2-meson.patch [deleted file]

index 5a8564e6f409b223384872253ca5b53f579054ea..02d77fa68fd3fe54189359b4044e6a0af30f82ac 100644 (file)
@@ -5,13 +5,12 @@
 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.42.6
+Version:       2.42.8
 Release:       1
 License:       LGPL v2+
 Group:         Development/Libraries
 Source0:       https://download.gnome.org/sources/gdk-pixbuf/2.42/gdk-pixbuf-%{version}.tar.xz
-# Source0-md5: 7cd2fdaa3c55e2302316fe36968f7425
-Patch0:                gdk-pixbuf2-meson.patch
+# Source0-md5: 5f90cf1f1b2b03b047c870da774a2aca
 URL:           https://developer.gnome.org/gdk-pixbuf/
 BuildRequires: crossmingw32-gcc
 BuildRequires: crossmingw32-glib2 >= 2.56.0
@@ -100,7 +99,6 @@ Biblioteki DLL gdk-pixbuf dla Windows.
 
 %prep
 %setup -q -n gdk-pixbuf-%{version}
-%patch0 -p1
 
 # disable loaders.cache generation
 %{__sed} -i -e "/^loaders_cache/,/^loaders_dep/ d" gdk-pixbuf/meson.build
diff --git a/gdk-pixbuf2-meson.patch b/gdk-pixbuf2-meson.patch
deleted file mode 100644 (file)
index ed41479..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- gdk-pixbuf-2.42.6/gdk-pixbuf/meson.build.orig      2021-04-09 21:49:47.648567160 +0200
-+++ gdk-pixbuf-2.42.6/gdk-pixbuf/meson.build   2021-04-09 21:58:40.479013903 +0200
-@@ -309,8 +309,8 @@
- # Build the loaders using native Windows components as dynamic modules, if requested
- if native_windows_loaders
-   if not (builtin_loaders.contains('windows') or builtin_all_loaders)
--    foreach name, loader: windows_native_loader_formats
--      loader_sources = windows_base_loader_sources + [ 'io-gdip-@0@.c'.format(name) ]
-+    foreach loader: windows_native_loader_formats
-+      loader_sources = windows_base_loader_sources + [ 'io-gdip-@0@.c'.format(loader) ]
-       mod = shared_module('pixbufloader-gdip-@0@'.format(loader),
-                           loader_sources,
This page took 0.112651 seconds and 4 git commands to generate.