Re: [Gimp-developer] libmypaint version for building GIMP-2.10.0
- From: Helmut Jarausch <jarausch skynet be>
- To: gimp-developer <gimp-developer-list gnome org>
- Subject: Re: [Gimp-developer] libmypaint version for building GIMP-2.10.0
- Date: Sat, 28 Apr 2018 12:53:10 +0200
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]