Сравнение gdk-pixbuf-2.42.12 с gdk-pixbuf-2.44.7

/usr/portage/x11-libs/gdk-pixbuf/gdk-pixbuf-2.44.7.ebuild 2026-09-07 20:03:07.415905040 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
11 11
LICENSE="LGPL-2.1+"
12 12
SLOT="2"
13 13
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris"
14

  
14 15
IUSE="gtk-doc +introspection gif jpeg test tiff"
16
REQUIRED_USE="gtk-doc? ( introspection )"
17

  
15 18
RESTRICT="!test? ( test )"
16 19

  
17 20
# TODO: For windows/darwin support: shared-mime-info conditional, native_windows_loaders option review
......
25 28
"
26 29
RDEPEND="${DEPEND}"
27 30
BDEPEND="
31
	>=dev-build/meson-1.5
28 32
	gtk-doc? ( >=dev-util/gi-docgen-2021.1 )
29 33
	app-text/docbook-xsl-stylesheets
30 34
	app-text/docbook-xml-dtd:4.3
......
49 53
	local emesonargs=(
50 54
		-Dpng=enabled
51 55
		$(meson_feature gif)
56
		-Dglycin=disabled
52 57
		-Dothers=enabled
53 58
		$(meson_feature tiff)
54 59
		$(meson_feature jpeg)
......
58 63
		$(meson_use test tests)
59 64
		-Dinstalled_tests=false
60 65
		-Dgio_sniffing=true
61
		$(meson_native_use_bool gtk-doc gtk_doc)
66
		$(meson_native_use_bool gtk-doc documentation)
62 67
		$(meson_native_use_feature introspection)
63 68
		$(meson_native_true man)
69
		-Dthumbnailer=enabled
64 70
	)
65 71

  
66 72
	meson_src_configure
Спасибо!