Re: [Gimp-developer] Compiling GIMP-2.9 with the new mypaint requirements

2018-01-03 Thread Thorsten Stettin
Am 03.01.2018 um 14:14 schrieb Jehan Pagès: Hi! Sorry for my silly question: How I can your brushes with Gimp? On Tue, Jan 2, 2018 at 9:54 PM, Kevin Cozens wrote: On 2018-01-02 11:51 AM, Alexandre Prokoudine wrote: OK, so I'm being Mr. Silly, switched to the 1.3 branch, it worked. Switchi

Re: [Gimp-developer] Compiling GIMP-2.9 with the new mypaint requirements

2018-01-03 Thread Thorsten Stettin
Sorry, what's wrong? https://pastebin.com/g3xkvXEh Am 03.01.2018 um 14:19 schrieb Jehan Pagès: Hi! On Tue, Jan 2, 2018 at 7:00 PM, Akkana Peck wrote: On 01/02/2018 07:38 AM, Elle Stone wrote: When configuring GIMP-2.9, it doesn't find the mypaint brushes. Tobias Ellinghaus writes: You pro

Re: [Gimp-developer] Compiling GIMP-2.9 with the new mypaint requirements

2018-01-03 Thread Jehan Pagès
Hi! On Tue, Jan 2, 2018 at 7:00 PM, Akkana Peck wrote: >> > On 01/02/2018 07:38 AM, Elle Stone wrote: >> > > When configuring GIMP-2.9, it doesn't find the mypaint brushes. > > Tobias Ellinghaus writes: >> You probably have to add >> >> /home/elle/code-install/gimpdefault/install/share/pkgconfig/

Re: [Gimp-developer] Compiling GIMP-2.9 with the new mypaint requirements

2018-01-03 Thread Jehan Pagès
Hi! On Tue, Jan 2, 2018 at 9:54 PM, Kevin Cozens wrote: > On 2018-01-02 11:51 AM, Alexandre Prokoudine wrote: >> >> OK, so I'm being Mr. Silly, switched to the 1.3 branch, it worked. > > > Switching to the 1.3 branch, and the previous tip about adding > share/pkconfig to the paths used by pkgconf

Re: [Gimp-developer] Compiling GIMP-2.9 with the new mypaint requirements

2018-01-02 Thread Kevin Cozens
On 2018-01-02 11:51 AM, Alexandre Prokoudine wrote: OK, so I'm being Mr. Silly, switched to the 1.3 branch, it worked. Switching to the 1.3 branch, and the previous tip about adding share/pkconfig to the paths used by pkgconfig allowed GIMP to find the mypaint-brushes files that I installed f

Re: [Gimp-developer] Compiling GIMP-2.9 with the new mypaint requirements

2018-01-02 Thread Akkana Peck
> > On 01/02/2018 07:38 AM, Elle Stone wrote: > > > When configuring GIMP-2.9, it doesn't find the mypaint brushes. Tobias Ellinghaus writes: > You probably have to add > > /home/elle/code-install/gimpdefault/install/share/pkgconfig/ I hit a bunch of snags trying to follow this, getting the righ

Re: [Gimp-developer] Compiling GIMP-2.9 with the new mypaint requirements

2018-01-02 Thread Alexandre Prokoudine
On Tue, Jan 2, 2018 at 7:42 PM, Alexandre Prokoudine wrote: > On Tue, Jan 2, 2018 at 4:48 PM, Jehan Pagès wrote: > >> Why it worked inside /usr is because this is already in the defaults >> path of pkg-config for the /usr/ or /usr/local/ prefixes but you have >> to take care of it for any custom pr

Re: [Gimp-developer] Compiling GIMP-2.9 with the new mypaint requirements

2018-01-02 Thread Alexandre Prokoudine
On Tue, Jan 2, 2018 at 4:48 PM, Jehan Pagès wrote: > Why it worked inside /usr is because this is already in the defaults > path of pkg-config for the /usr/ or /usr/local/ prefixes but you have > to take care of it for any custom prefix. Um, I built with --prefix=/usr and GIMP still fails to find

Re: [Gimp-developer] Compiling GIMP-2.9 with the new mypaint requirements

2018-01-02 Thread Elle Stone
On 01/02/2018 08:25 AM, Tobias Ellinghaus wrote: You probably have to add /home/elle/code-install/gimpdefault/install/share/pkgconfig/ to your PKG_CONFIG_PATH. libmypaint installs to lib/pkgconfig and the brushes are in share/pkgconfig. Both are valid locations, but this adds one new path you h

Re: [Gimp-developer] Compiling GIMP-2.9 with the new mypaint requirements

2018-01-02 Thread Jehan Pagès
Hi! On Tue, Jan 2, 2018 at 2:25 PM, Tobias Ellinghaus wrote: > Am Dienstag, 2. Januar 2018, 14:05:58 CET schrieb Elle Stone: >> On 01/02/2018 07:38 AM, Elle Stone wrote: >> > When configuring GIMP-2.9, it doesn't find the mypaint brushes. >> > >> > 6. So I tried also install the mypaint brushes i

Re: [Gimp-developer] Compiling GIMP-2.9 with the new mypaint requirements

2018-01-02 Thread Tobias Ellinghaus
Am Dienstag, 2. Januar 2018, 14:05:58 CET schrieb Elle Stone: > On 01/02/2018 07:38 AM, Elle Stone wrote: > > When configuring GIMP-2.9, it doesn't find the mypaint brushes. > > > > 6. So I tried also install the mypaint brushes in /usr/local, but GIMP > > still can't find the brushes. > > > > 7.

Re: [Gimp-developer] Compiling GIMP-2.9 with the new mypaint requirements

2018-01-02 Thread Elle Stone
On 01/02/2018 07:38 AM, Elle Stone wrote: When configuring GIMP-2.9, it doesn't find the mypaint brushes. 6. So I tried also install the mypaint brushes in /usr/local, but GIMP still can't find the brushes. 7. In case it's relevant.  I have libmypaint-1.3.0 installed from Gentoo portage: e

[Gimp-developer] Compiling GIMP-2.9 with the new mypaint requirements

2018-01-02 Thread Elle Stone
When configuring GIMP-2.9, it doesn't find the mypaint brushes. Following this page: https://git.gnome.org/browse/gimp/plain/INSTALL.in 1. I cloned this: git clone https://github.com/Jehan/mypaint-brushes.git 2. I switched to this branch: git branch --list master * v1.3.x 3. I ran these comm