RSS/Atom feed Twitter
Site is read-only, email is disabled

For GIMP-2.8 I need Fedora 17 .. which isn't released yet

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

Johan Vromans
2012-05-04 12:47:26 UTC (almost 12 years ago)

For GIMP-2.8 I need Fedora 17 .. which isn't released yet

Bummer...

Anyone managed to build Gimp 2.8 on Fedora 16, 15, 14, ...?

Johan Vromans
2012-05-04 14:16:04 UTC (almost 12 years ago)

For GIMP-2.8 I need Fedora 17 .. which isn't released yet

wonderer writes:

for more infos on that please take a look at http://fedoraproject.org/wiki/Features/GIMP_2.8

What information does that provide w.r.t. the question I raised?

-- Johan

Kevin Cozens
2012-05-05 16:33:40 UTC (almost 12 years ago)

For GIMP-2.8 I need Fedora 17 .. which isn't released yet

On 12-05-04 08:47 AM, Johan Vromans wrote:

Anyone managed to build Gimp 2.8 on Fedora 16, 15, 14, ...?

As long as you have the required dependencies (or build them for your machine), you should have no trouble building GIMP under any version of Fedora.

If you have a specific problem with trying to build GIMP for Fedora 17 then state it so someone on this list might be able to give you more specific help.

Kevin Cozens
2012-05-07 02:10:57 UTC (almost 12 years ago)

For GIMP-2.8 I need Fedora 17 .. which isn't released yet

On 12-05-05 04:14 PM, Andrea Verdi wrote:

other requirements...python headers and something that i can't remember now for script-fu.

Install the python developer package that has the header files. Script-Fu doesn't need anything special other than what would already be installed to allow GIMP to be compiled.

2012-05-16 10:21:48 UTC (almost 12 years ago)
postings
8

For GIMP-2.8 I need Fedora 17 .. which isn't released yet

Bummer...
Anyone managed to build Gimp 2.8 on Fedora 16, 15, 14, ...?

Yes, I'm currently using Gimp 2.8 on Fedora 16, compiled it from source. There is a guide in this site at http://www.gimpusers.com/tutorials/compiling-gimp-for-ubuntu; it talks about Ubuntu, but pretty much everything applies to Fedora, or is easy to adapt.

Feel free to ask if you need help.

Johan Vromans
2012-05-16 12:03:16 UTC (almost 12 years ago)

For GIMP-2.8 I need Fedora 17 .. which isn't released yet

eduperez writes:

Yes, I'm currently using Gimp 2.8 on Fedora 16, compiled it from source. There is a guide in this site at http://www.gimpusers.com/tutorials/compiling-gimp-for-ubuntu; it talks about Ubuntu, but pretty much everything applies to Fedora, or is easy to adapt.

Thanks for the hints.
Historically, I always needed to upgrade babl and gegl, but 2.8 required an new version of some other libs (gtk2?) that I couldn't work out.

I finally managed to get 2.8 running on Fedora 14 (!) but it made the system instable. Can't wait for F17 to come out...

-- Johan

2012-05-16 12:14:45 UTC (almost 12 years ago)
postings
8

For GIMP-2.8 I need Fedora 17 .. which isn't released yet

Thanks for the hints.
Historically, I always needed to upgrade babl and gegl, but 2.8 required an new version of some other libs (gtk2?) that I couldn't work out.

I finally managed to get 2.8 running on Fedora 14 (!) but it made the system instable. Can't wait for F17 to come out...

-- Johan

Yes, there are dependencies within the dependencies, but all of them can be installed using the same procedure; and, if you put everything under a separate directory (I used /opt/gimp-2.8, for example), dependencies included, then you should not experience any instability.

Johan Vromans
2012-05-16 21:33:40 UTC (almost 12 years ago)

For GIMP-2.8 I need Fedora 17 .. which isn't released yet

eduperez writes:

Yes, there are dependencies within the dependencies, but all of them can be installed using the same procedure; and, if you put everything under a separate directory (I used /opt/gimp-2.8, for example), dependencies included, then you should not experience any instability.

Most libs need to be built on the target system, and require other libs (and include files, and so on). This makes it very difficult to 'put everything' somewhere else. Yet, it can be done, though... I just blew it :(

-- Johan

2012-05-18 07:19:47 UTC (almost 12 years ago)
postings
8

For GIMP-2.8 I need Fedora 17 .. which isn't released yet

Most libs need to be built on the target system, and require other libs (and include files, and so on). This makes it very difficult to 'put everything' somewhere else. Yet, it can be done, though... I just blew it :(

-- Johan

Have a look at the link I provided above: there is an easy method to put everything "somewhere else"; you just have to do it step by step, so each component looks for its dependencies "somewhere else" first and then in the standard places.

When I compiled the first 2.7 versions on Fedora 15, I had to compile GTK+, GLib, and lots of dependencies more; everything went smoothly to /opt/gimp-2.7.