diff options
author | 2022-08-30 02:01:10 +0300 | |
---|---|---|
committer | 2022-08-31 23:26:33 +0100 | |
commit | 1bcaafc79ff6b55d1b3c1e9f290cf6d309e91045 (patch) | |
tree | e170c737a90553a8bed870090dc20bf8efdf223e /media-gfx/gimp/Manifest | |
parent | media-libs/gegl: 0.4.38 version bump (diff) | |
download | gentoo-1bcaafc79ff6b55d1b3c1e9f290cf6d309e91045.tar.gz gentoo-1bcaafc79ff6b55d1b3c1e9f290cf6d309e91045.tar.bz2 gentoo-1bcaafc79ff6b55d1b3c1e9f290cf6d309e91045.zip |
media-gfx/gimp: 2.99.12 version bump
In this release of Gimp dev-preview 2.99.12 the porting
from Autotools to Meson build system take place.
The Meson now is preferred by upstream.
Due to diferences of configuration options withon configure.ac
and meson_options.txt the some src_configuration options dropped
1. related to flags:
USE="aqua cpu_flags_ppc_altivec cpu_flags_ppc_mmx cpu_flags_ppc_sse"
2. autotools configure options:
GEGL="${EPREFIX}"/usr/bin/gegl-0.4
GDBUS_CODEGEN="${EPREFIX}"/usr/bin/gdbus-codegen
--with-pdbgen
Also some patches are dropped in src_prepare() phase:
sed -i -e 's/== "xquartz"/= "xquartz"/' configure.ac || die #494864
sed 's:-DGIMP_DISABLE_DEPRECATED:-DGIMP_protect_DISABLE_DEPRECATED:g' -i configure.ac || die #615144
sed 's:-DGIMP_protect_DISABLE_DEPRECATED:-DGIMP_DISABLE_DEPRECATED:g' -i configure || die #615144
grep -F -q GIMP_DISABLE_DEPRECATED configure || die #615144, self-test
The USE="X" adds conditional support of x11-libs/libXcursor.
The FEATURES="test" now use x11-misc/xvfb-run instead virtualx.eclass to run tests.
In addition USE="doc" now build related to gobject-introspection (g-ir-doc)
plugin documentations. Early it's built was broken for autotools.
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/gimp/Manifest')
-rw-r--r-- | media-gfx/gimp/Manifest | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media-gfx/gimp/Manifest b/media-gfx/gimp/Manifest index 1e53ece76a38..5ff7fc538a25 100644 --- a/media-gfx/gimp/Manifest +++ b/media-gfx/gimp/Manifest @@ -1,2 +1,3 @@ DIST gimp-2.10.32.tar.bz2 31397425 BLAKE2B 3887e2e29ebfd5dcfa671a9d1549180d11bd5e3656c6854ff4130c6c6e6ca9479df075981e09b9b6b97e47dd1fcd939fea726ca09c08c040ebd1998d80e61771 SHA512 aa999c1ec388154965f84d995a9b5517e9c38608d03a0d0bb6ec9fa55de946f9da106e7d6f7c02052b61d2b6806e7a378e786539f0de5b5ffaa2fcd1bbd9c7f1 DIST gimp-2.99.10.tar.bz2 26782056 BLAKE2B 103e7fa2d04b1989e59fb03964a122891831d122cdc6dd3b7637f06cff28310e12d9a79678ac477b56728f4ceb53292001c53f026e94be417db76dd7e14740ab SHA512 898c1e1ffd2270ccc965db9a8263e04d95455535361b47f92256b4028808e1e91eb1924cf6cef7ff9e988194ebbc67535bd9cfbf0243159824e58551a2b91ba3 +DIST gimp-2.99.12.tar.xz 24282140 BLAKE2B 2174e1d50941071ea6e96f0e3f315484867aa90ae06cbcdc7b30914f959c1a15a7e7ea34ba22ce09a973b29acf1277e3a4519d744140c3fcabc59f31dc3ebf43 SHA512 4b87dd40eccc39c560e69a90b4042b1b19506e9ae52e5079ace442325b54bf7c47477662197da8f7655c12aad16e08bae60d11cf269684b8aa291e978d246917 |