Beta Gimp 2.6.9


sebt3

homebrew player (P. & C.)
Joined
Sep 9, 2008
Messages
4,885
Age
43
Location
France
Website
sebt3.openpandora.org
Hi there,

There have been a lots of request for gimp these days. So here you are.

Still missing :
- Python support
- MNG filetype

[download]

PS : sorry stuckie, I beat you to it ;)
 
This is cool, thanks!

Figures you release it the day I shipped my pandora back. Gives me something to look forward to. :)

How's it run?
 
I'm working on compiling 2.6.11 with Python support at the moment.. taking a while on the poor Pandora though ( and lots of memory.. lol look at that swap space get chewed! )

Compiling PyGTK at the moment as the one in the Angstrom repository is out of date.
But yea, this is much better than my crappy hacky version I did a while ago that somehow sneaked out and on to Craig's archive ;) just hope you caught all those configure options to redirect stuff off the NAND!

I wouldn't expect this version for a while.. I don't have a great deal of time to setup a cross-compiler and test it and everything ( hence the Extend Utils suite and stuff for building on the Pandora.. I can just stuff it in my pocket and check on it at work or wherever, which is very handy. )

No doubt you'll beat me again though ;) you mad, fast porting machine, you! :D
 
mcobit said:
Great work! Now go for Python-Support!
it come it come ;)
Thanks buddy for the fixed PXML file and the previews, much better on the repo

Stuckie said:
just hope you caught all those configure options to redirect stuff off the NAND!
Thanks for the reminder.
That is not enough. As I found out when working on pidgin, g_get_home_dir honors /etc/passwd aand not $HOME. You need to change that to g_getenv("HOME").
file changed :
app/widgets/gimpsettingsbox.c:747:
libgimpbase/gimpenv.c:164:
libgimpbase/gimpenv.c:600:
libgimpthumb/gimp-thumbnail-list.c:77:
libgimpthumb/gimpthumb-utils.c:113:
tools/gimptool.c:540:
tools/gimptool.c:659:


Stuckie said:
I don't have a great deal of time to setup a cross-compiler
Yactfeau is : download, extract, run installer.sh and be done with that ;)

Stuckie said:
No doubt you'll beat me again though ;) you mad, fast porting machine, you! :D
indeed :D

So changes :
- updated to 2.6.11 ( :blush: I just didnt saw that version in the list)
- support for python
- support for mng files
- dont use NAND anymore (thanks again stuckie)
- use PXML and previews from the awesome mcobit
 
Last edited by a moderator:
Back
Top