Diff gdk-pixbuf-2.42.10-r1 with a gdk-pixbuf-2.42.12
/usr/portage/x11-libs/gdk-pixbuf/gdk-pixbuf-2.42.12.ebuild 2025-07-29 16:22:17.964470355 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2024 Gentoo Authors |
|
1 |
# Copyright 1999-2025 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 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" |
14 |
IUSE="gtk-doc +introspection jpeg test tiff" |
|
14 |
IUSE="gtk-doc +introspection gif jpeg test tiff" |
|
15 | 15 |
RESTRICT="!test? ( test )" |
16 | 16 | |
17 | 17 |
# TODO: For windows/darwin support: shared-mime-info conditional, native_windows_loaders option review |
... | ... | |
48 | 48 |
multilib_src_configure() { |
49 | 49 |
local emesonargs=( |
50 | 50 |
-Dpng=enabled |
51 |
$(meson_feature gif) |
|
52 |
-Dothers=enabled |
|
51 | 53 |
$(meson_feature tiff) |
52 | 54 |
$(meson_feature jpeg) |
53 | 55 |
-Dbuiltin_loaders=png,jpeg |