It is currently Mon Sep 21, 2026 5:34 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 11 posts ] 
Author Message
 Post subject: The disappearing dev build
PostPosted: Sun Oct 21, 2012 12:14 pm  (#1) 
Offline
New Member

Joined: Oct 21, 2012
Posts: 2
GIMP Version: 2.7
Operating System: Linux
OS Version: Debian/SolusOS
GIMP Experience: Advanced Level

List any relevant plug-ins or scripts:
-

List any ERROR messages you received:
-



I am posting here, as it would seem to be the appropriate forum for this discussion. Seeing as I take great interest in photography and graphic design, gimp-2.9 has piqued my interest due to its support for high-bit depth images. Whilst it is a development build, I am interested in building and exploring it. This task would be easily accomplished if it were not for the fact that any source code has apparently disappeared off the face of the face of the earth. All references to 2.9 have been in threads where people are having trouble building binaries. The link to the 2.9 source code on the gimp website is broken, and the v2.9 folder has disappeared from what would seem to be all the software mirrors. This is incredibly odd, to say the least, and I would greatly appreciate the most up-to-date tarball any of you have.


Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: The disappearing dev build
PostPosted: Sun Oct 21, 2012 1:52 pm  (#2) 
Offline
Script Coder
User avatar

Joined: Apr 23, 2010
Posts: 1553
Location: not from Guildford after all
The source tree is available as the "high-bit-depths-REBASED" branch in the GIMP's git repository.

_________________
Any sufficiently primitive technology is indistinguishable from a rock.


Top
 Post subject: Re: The disappearing dev build
PostPosted: Sun Oct 21, 2012 2:57 pm  (#3) 
Offline
GimpChat Member

Joined: Feb 22, 2012
Posts: 295
Location: Germany
Oh no.
gimp 2.9 is in the "master" branch in http://git.gnome.org/browse/gimp/
The "high-bits-depths-REBASED" branch last update is a year ago.


Top
 Post subject: Re: The disappearing dev build
PostPosted: Sun Oct 21, 2012 4:37 pm  (#4) 
Offline
GimpChat Member
User avatar

Joined: Oct 29, 2010
Posts: 711
Location: Netherlands
I wrote a howto quite some time ago:
viewtopic.php?f=24&t=1261
The only difference will be that now you'll get version 2.9.x
Good luck.
Gerard.

_________________
Gentoo Linux always up-to-date.
Kernel-3.17.4 Python-2.7.8/3.3.5
Gimp-2.8.14

I use Linux only.
And Virtualbox with Win 7


Top
 Post subject: Re: The disappearing dev build
PostPosted: Mon Oct 22, 2012 9:04 am  (#5) 
Offline
New Member

Joined: Oct 21, 2012
Posts: 2
gerard82 wrote:
I wrote a howto quite some time ago:
http://www.gimpchat.com/viewtopic.php?f=24&t=1261
The only difference will be that now you'll get version 2.9.x
Good luck.
Gerard.


No. I assure you that I know how to build it. If I were able to download it.
I checked the git repo. Can't find a trace of it.


Top
 Post subject: Re: The disappearing dev build
PostPosted: Mon Oct 22, 2012 9:15 am  (#6) 
Offline
Script Coder
User avatar

Joined: Jun 22, 2010
Posts: 1171
Location: Here and there
roby718 wrote:
gerard82 wrote:
I wrote a howto quite some time ago:
http://www.gimpchat.com/viewtopic.php?f=24&t=1261
The only difference will be that now you'll get version 2.9.x
Good luck.
Gerard.


No. I assure you that I know how to build it. If I were able to download it.
I checked the git repo. Can't find a trace of it.


I think gerard82's point was that you have to git clone the branch, not download a tarball.
Which appears to be confirmed by the source code page on the GIMP web-site:http://www.gimp.org/downloads/#mirrors
Quote:
Sorry, there are no releases of the 2.9 development version yet.

I would guess they will only make a tarball when a release is made i.e. when it goes from 2.9.1(?) -> 2.9.???


Top
 Post subject: Re: The disappearing dev build
PostPosted: Mon Oct 22, 2012 10:19 am  (#7) 
Offline
GimpChat Member
User avatar

Joined: Oct 29, 2010
Posts: 711
Location: Netherlands
Well have it your way roby718.
I install 2.9 from time to time to see what the progress is.
But apparently neither OnkelHatti's nor my replies satisfy you.
Good luck.
Gerard.

_________________
Gentoo Linux always up-to-date.
Kernel-3.17.4 Python-2.7.8/3.3.5
Gimp-2.8.14

I use Linux only.
And Virtualbox with Win 7


Top
 Post subject: Re: The disappearing dev build
PostPosted: Mon Oct 22, 2012 5:37 pm  (#8) 
Offline
GimpChat Member

Joined: Mar 14, 2011
Posts: 998
roby718 wrote:
gerard82 wrote:
I wrote a howto quite some time ago:
viewtopic.php?f=24&t=1261
The only difference will be that now you'll get version 2.9.x
Good luck.
Gerard.


No. I assure you that I know how to build it. If I were able to download it.
I checked the git repo. Can't find a trace of it.

This is really weird. Can you provide the terminal output when you do:
git clone git://git.gnome.org/gimp

?

Thanks,
Partha


Top
 Post subject: Re: The disappearing dev build
PostPosted: Tue Oct 23, 2012 5:08 am  (#9) 
Offline
GimpChat Member
User avatar

Joined: Oct 29, 2010
Posts: 711
Location: Netherlands
@parta,
I assume this question is directed at roby718.
Gerard.

_________________
Gentoo Linux always up-to-date.
Kernel-3.17.4 Python-2.7.8/3.3.5
Gimp-2.8.14

I use Linux only.
And Virtualbox with Win 7


Top
 Post subject: Re: The disappearing dev build
PostPosted: Tue Oct 23, 2012 5:32 am  (#10) 
Offline
GimpChat Member

Joined: Mar 14, 2011
Posts: 998
gerard82 wrote:
@parta,
I assume this question is directed at roby718.
Gerard.

Of course Gerard. :)

The quote indentations may not have shown properly on your screen.


Top
 Post subject: Re: The disappearing dev build
PostPosted: Sat Oct 27, 2012 7:07 pm  (#11) 
Offline
GimpChat Member

Joined: Oct 10, 2012
Posts: 6
If you are on Windows 32-bit, and are willing to use the MinGW compiler, then everything you need to know is on my web page. Everything, from scratch. All instructions. All links. Successful builds. Verified by others. Last successful build of 2.9 was five days ago, right after bug fix 685445 in Git code.

http://robertallgeyer.com/content/speci ... p-2.9.html

As for Linux (the original question in this thread): I have successfully built 2.9 on Ubuntu and openSUSE. The last build for those was in early October (I'll try again in the near future). With Ubuntu, the then-dev 12.10 release was needed, as 12.04 didn't have enough support without grabbing lots of backports. For openSUSE, 12.2 with rolling updates did the job. Complicated hacks were not necessary.

Edit: Git code from October 27, 2012 builds and launches on Windows32/MinGW and on openSUSE. Didn't try Ubuntu yet.


Top
Post new topic Reply to topic  [ 11 posts ] 

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group