summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Torokhov <torokhov-s-a@yandex.ru>2020-08-22 03:08:57 +0300
committerMichał Górny <mgorny@gentoo.org>2020-08-22 08:16:42 +0200
commit3087daa00dedaf6dbc07e35d1efdd668fc22e5ca (patch)
tree53ca126bd46dd1089be82c90c88c54682c54f05b /media-gfx
parentmedia-gfx/gimp: fix build and run with media-gfx/mypaint-brushes:2.0 (diff)
downloadgentoo-3087daa00dedaf6dbc07e35d1efdd668fc22e5ca.tar.gz
gentoo-3087daa00dedaf6dbc07e35d1efdd668fc22e5ca.tar.bz2
gentoo-3087daa00dedaf6dbc07e35d1efdd668fc22e5ca.zip
media-gfx/gimp: update live-ebuild
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/17207 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/gimp/gimp-9999.ebuild10
1 files changed, 7 insertions, 3 deletions
diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild
index 1ba63b659607..4bab1cc4f0bf 100644
--- a/media-gfx/gimp/gimp-9999.ebuild
+++ b/media-gfx/gimp/gimp-9999.ebuild
@@ -36,11 +36,11 @@ COMMON_DEPEND="
dev-libs/libxml2
dev-libs/libxslt
>=gnome-base/librsvg-2.40.6:2
- >=media-gfx/mypaint-brushes-1.3.0
- >=media-libs/babl-0.1.78[introspection,lcms,vala]
+ >=media-gfx/mypaint-brushes-1.3.0:=
+ >=media-libs/babl-0.1.80[introspection,lcms,vala]
>=media-libs/fontconfig-2.12.4
>=media-libs/freetype-2.1.7
- >=media-libs/gegl-0.4.24:0.4[cairo,introspection,lcms,vala]
+ >=media-libs/gegl-0.4.26:0.4[cairo,introspection,lcms,vala]
>=media-libs/gexiv2-0.10.6
>=media-libs/harfbuzz-0.9.19
>=media-libs/lcms-2.8:2
@@ -118,6 +118,10 @@ pkg_setup() {
}
src_prepare() {
+ if has_version "media-gfx/mypaint-brushes:2.0" ; then
+ sed -i -e 's/mypaint-brushes-1.0/mypaint-brushes-2.0/' configure.ac || die #737794
+ fi
+
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