On 04/27/2018 07:18:53 PM, Carmelo DrRaw wrote:
Dear all,
I am currently stuck with what seems to be a version dependency
conflict between GIMP and libmypaint-1.3.0.
GIMP requires GEGL >= v0.4.0, however libmypaint still requires GEGL
v0.3.x:
checking for GEGL... no
configure: error: Package requirements (gegl-0.3 >= 0.3) were not met:
No package 'gegl-0.3' found
This happens because GEGL v0.4.x only provides gegl-0.4.pc
I am using the latest official release of libmypaint:
https://github.com/mypaint/libmypaint/releases/download/v1.3.0/libmypaint-1.3.0.tar.xz
<https://github.com/mypaint/libmypaint/releases/download/v1.3.0/libmypaint-1.3.0.tar.xz>
I have applied the following "patches"
With these libmypaint compiles fine.
Helmut
sed -i -e'/gegl_required_version/ s/0.3/0.4/' configure.ac
sed -i -e's/gegl-0.3/gegl-0.4/g' gegl/Makefile.in
sed -i -e's/gegl-0.3/gegl-0.4/g' gegl/Makefile.am
sed -i -e's/gegl-0.3/gegl-0.4/g' gegl/libmypaint-gegl.pc.in
sed -i -e's/Gegl-0.3/Gegl-0.4/g' gegl/Makefile.am
sed -i -e's/Gegl-0.3/Gegl-0.4/g' gegl/Makefile.in
sed -i -e's/gegl-0.3 >= 0.3/gegl-0.4 >= 0.4/g' configure
_______________________________________________
gimp-developer-list mailing list
List address: gimp-developer-list@xxxxxxxxx
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives: https://mail.gnome.org/archives/gimp-developer-list