]> git.pld-linux.org Git - packages/gdk-pixbuf2.git/commitdiff
- updated to 2.42.11 master auto/th/gdk-pixbuf2-2.42.11-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 20 Apr 2024 18:11:10 +0000 (20:11 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 20 Apr 2024 18:11:10 +0000 (20:11 +0200)
gdk-pixbuf-typo.patch [new file with mode: 0644]
gdk-pixbuf2.spec

diff --git a/gdk-pixbuf-typo.patch b/gdk-pixbuf-typo.patch
new file mode 100644 (file)
index 0000000..c4c6040
--- /dev/null
@@ -0,0 +1,11 @@
+--- gdk-pixbuf-2.42.11/tests/meson.build.orig  2024-04-19 19:07:44.000000000 +0200
++++ gdk-pixbuf-2.42.11/tests/meson.build       2024-04-20 20:03:08.172380242 +0200
+@@ -71,7 +71,7 @@ installed_tests = {
+   'pixbuf-construction': { 'suites': ['conform'], },
+   'animation': {
+     'suites': ['format'],
+-    'skip': not (enabled_loaders.contains('ani') and enabled_loaders_contains('gif')),
++    'skip': not (enabled_loaders.contains('ani') and enabled_loaders.contains('gif')),
+   },
+   'cve-2015-4491': {
+     'suites': ['security'],
index 89acdefb4dd8c69fdab6f657f23670f9625d3fc1..51f655e92c7a9bfc91d6f769f46877da338c135e 100644 (file)
@@ -6,12 +6,13 @@
 Summary:       GdkPixbuf - an image loading and scaling library
 Summary(pl.UTF-8):     GdkPixbuf - biblioteka ładująca i skalująca obrazki
 Name:          gdk-pixbuf2
-Version:       2.42.10
+Version:       2.42.11
 Release:       1
 License:       LGPL v2+
 Group:         Libraries
 Source0:       https://download.gnome.org/sources/gdk-pixbuf/2.42/gdk-pixbuf-%{version}.tar.xz
-# Source0-md5: 4a62f339cb1424693fba9bb7ffef8150
+# Source0-md5: b2ba2f594122001ac7f89e7d02560497
+Patch0:                gdk-pixbuf-typo.patch
 URL:           https://developer.gnome.org/gdk-pixbuf/
 BuildRequires: docutils
 BuildRequires: gettext-tools >= 0.19
@@ -97,11 +98,13 @@ Dokumentacja API biblioteki gdk-pixbuf.
 
 %prep
 %setup -q -n gdk-pixbuf-%{version}
+%patch0 -p1
 
 %build
 %meson build \
        %{?with_apidocs:-Dgtk_doc=true} \
-       -Dinstalled_tests=false
+       -Dinstalled_tests=false \
+       -Dothers=enabled
 
 %ninja_build -C build
 
This page took 0.156751 seconds and 4 git commands to generate.