[packages/gdk-pixbuf2] - updated to 2.42.11
qboosh
qboosh at pld-linux.org
Sat Apr 20 20:27:20 CEST 2024
commit d74352195f06afad97bc00c0973ba3a55e7756b9
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Apr 20 20:11:10 2024 +0200
- updated to 2.42.11
gdk-pixbuf-typo.patch | 11 +++++++++++
gdk-pixbuf2.spec | 9 ++++++---
2 files changed, 17 insertions(+), 3 deletions(-)
---
diff --git a/gdk-pixbuf2.spec b/gdk-pixbuf2.spec
index 89acdef..51f655e 100644
--- a/gdk-pixbuf2.spec
+++ b/gdk-pixbuf2.spec
@@ -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
diff --git a/gdk-pixbuf-typo.patch b/gdk-pixbuf-typo.patch
new file mode 100644
index 0000000..c4c6040
--- /dev/null
+++ b/gdk-pixbuf-typo.patch
@@ -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'],
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gdk-pixbuf2.git/commitdiff/d74352195f06afad97bc00c0973ba3a55e7756b9
More information about the pld-cvs-commit
mailing list