Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
GIMP 2.2.0 released!
View unanswered posts
View posts from last 24 hours

Goto page 1, 2, 3  Next  
Reply to topic    Gentoo Forums Forum Index Gentoo Chat
View previous topic :: View next topic  
Author Message
placeholder
Advocate
Advocate


Joined: 07 Feb 2004
Posts: 2500

PostPosted: Sun Dec 19, 2004 10:21 pm    Post subject: GIMP 2.2.0 released! Reply with quote

The GIMP developers have released a never version of the GIMP yet again with some new promising features like using the GTK 2.4 style file selection box. For those who are waiting for it to hit portage, I have hacked an ebuild for it.

http://pstudios.ath.cx/downloads/gimp-2.2.0.ebuild

Discuss. :)
Back to top
View user's profile Send private message
codergeek42
Bodhisattva
Bodhisattva


Joined: 05 Apr 2004
Posts: 5142
Location: Anaheim, CA (USA)

PostPosted: Sun Dec 19, 2004 10:26 pm    Post subject: Reply with quote

/me is downloading source tarball
_________________
~~ Peter: Programmer, Mathematician, STEM & Free Software Advocate, Enlightened Agent, Transhumanist, Fedora contributor
Who am I? :: EFF & FSF
Back to top
View user's profile Send private message
InfinityX
Guru
Guru


Joined: 31 Jan 2004
Posts: 385

PostPosted: Sun Dec 19, 2004 11:37 pm    Post subject: Reply with quote

Been using the pre2 version for quite a while, it's excellent, a huge leap forward from 2.0. Only trouble is that file selector :?
Back to top
View user's profile Send private message
placeholder
Advocate
Advocate


Joined: 07 Feb 2004
Posts: 2500

PostPosted: Sun Dec 19, 2004 11:45 pm    Post subject: Reply with quote

I personally like the new file selector. Does 2.2pre1 use a different one than 2.2.0 or something?
Back to top
View user's profile Send private message
InfinityX
Guru
Guru


Joined: 31 Jan 2004
Posts: 385

PostPosted: Sun Dec 19, 2004 11:52 pm    Post subject: Reply with quote

No it's just that you can no longer tab through directories, that and it just doesn't "guess" where you wish to open/save files from/to anywhere near as well as the old one. But then I haven't gotten 2.2 to start properly yet, so maybe it was just a bug they've already dealt with :)
Back to top
View user's profile Send private message
Sir Alaran
Apprentice
Apprentice


Joined: 11 Dec 2003
Posts: 182
Location: KSJC

PostPosted: Mon Dec 20, 2004 12:32 am    Post subject: Reply with quote

InfinityX wrote:
No it's just that you can no longer tab through directories, that and it just doesn't "guess" where you wish to open/save files from/to anywhere near as well as the old one. But then I haven't gotten 2.2 to start properly yet, so maybe it was just a bug they've already dealt with :)


I REALLY miss the old "find as you type" feature from the older GTK versions. What were they thinking? It takes me about 4-5 times as long to find a file with the new one.
_________________
D is awesome.
Textadept is my friend.
Back to top
View user's profile Send private message
Lokheed
Veteran
Veteran


Joined: 12 Jul 2004
Posts: 1295
Location: /usr/src/linux

PostPosted: Mon Dec 20, 2004 2:20 am    Post subject: Reply with quote

The download link in your ebuild points to the wrong directory. Remove "testing".

It also faults out on the following error, doesnt install.
Code:

cbrowser.c  -fPIC -DPIC -o .libs/procbrowser.o
make[4]: Leaving directory `/var/tmp/portage/gimp-2.2.0/work/gimp-2.2.0/plug-ins/pygimp'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/gimp-2.2.0/work/gimp-2.2.0/plug-ins/pygimp'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/gimp-2.2.0/work/gimp-2.2.0/plug-ins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gimp-2.2.0/work/gimp-2.2.0'
make: *** [all] Error 2

!!! ERROR: media-gfx/gimp-2.2.0 failed.
!!! Function src_compile, Line 77, Exitcode 2
Back to top
View user's profile Send private message
wdreinhart
Guru
Guru


Joined: 11 Jun 2003
Posts: 569
Location: 4QFJ12345678

PostPosted: Mon Dec 20, 2004 4:03 am    Post subject: Reply with quote

Sir Alaran wrote:
I REALLY miss the old "find as you type" feature from the older GTK versions. What were they thinking? It takes me about 4-5 times as long to find a file with the new one.


It's back in GTK 2.6. In fact, everything that uses gtktreeview widgets now supports find-as-you-type, so it works in your gaim buddy list as well as filechoosers.
Back to top
View user's profile Send private message
placeholder
Advocate
Advocate


Joined: 07 Feb 2004
Posts: 2500

PostPosted: Mon Dec 20, 2004 4:29 am    Post subject: Reply with quote

Lokheed wrote:
The download link in your ebuild points to the wrong directory. Remove "testing".

It also faults out on the following error, doesnt install.
Code:

cbrowser.c  -fPIC -DPIC -o .libs/procbrowser.o
make[4]: Leaving directory `/var/tmp/portage/gimp-2.2.0/work/gimp-2.2.0/plug-ins/pygimp'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/gimp-2.2.0/work/gimp-2.2.0/plug-ins/pygimp'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/gimp-2.2.0/work/gimp-2.2.0/plug-ins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gimp-2.2.0/work/gimp-2.2.0'
make: *** [all] Error 2

!!! ERROR: media-gfx/gimp-2.2.0 failed.
!!! Function src_compile, Line 77, Exitcode 2

Yeah, I forgot to mention that it did not work. Anyway....

Gimp 2.2 is a really nice, and the "find as you type" is indeed back.
Back to top
View user's profile Send private message
Lokheed
Veteran
Veteran


Joined: 12 Jul 2004
Posts: 1295
Location: /usr/src/linux

PostPosted: Mon Dec 20, 2004 5:42 am    Post subject: Reply with quote

Pwnz3r wrote:
Lokheed wrote:
The download link in your ebuild points to the wrong directory. Remove "testing".

It also faults out on the following error, doesnt install.
Code:

cbrowser.c  -fPIC -DPIC -o .libs/procbrowser.o
make[4]: Leaving directory `/var/tmp/portage/gimp-2.2.0/work/gimp-2.2.0/plug-ins/pygimp'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/gimp-2.2.0/work/gimp-2.2.0/plug-ins/pygimp'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/gimp-2.2.0/work/gimp-2.2.0/plug-ins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gimp-2.2.0/work/gimp-2.2.0'
make: *** [all] Error 2

!!! ERROR: media-gfx/gimp-2.2.0 failed.
!!! Function src_compile, Line 77, Exitcode 2

Yeah, I forgot to mention that it did not work. Anyway....

Gimp 2.2 is a really nice, and the "find as you type" is indeed back.


Dont see much a point posting it then...
Back to top
View user's profile Send private message
psyqil
Advocate
Advocate


Joined: 26 May 2003
Posts: 2767

PostPosted: Mon Dec 20, 2004 5:47 am    Post subject: Reply with quote

Pwnz3r wrote:
Yeah, I forgot to mention that it did not work.
8O
https://bugs.gentoo.org/show_bug.cgi?id=74991
Back to top
View user's profile Send private message
psm1984
l33t
l33t


Joined: 14 Oct 2003
Posts: 919

PostPosted: Mon Dec 20, 2004 12:07 pm    Post subject: Reply with quote

Add the file http://cvs.gnome.org/viewcvs/*checkout*/gimp/plug-ins/pygimp/pygimp-logo.png to gimp-2.2.0.tar.bz2 (gimp-2.2.0/plug-ins/pygimps/).
Back to top
View user's profile Send private message
ares
Apprentice
Apprentice


Joined: 13 Oct 2003
Posts: 280
Location: Savigliano (CN)

PostPosted: Mon Dec 20, 2004 12:16 pm    Post subject: Reply with quote

Download my ebuild
http://www.genbuild.org/portage/gimp-2.2.0-ebuild.tar.bz2
Fix error plug-ins/pygimp
_________________
My portage and homepage
Back to top
View user's profile Send private message
placeholder
Advocate
Advocate


Joined: 07 Feb 2004
Posts: 2500

PostPosted: Mon Dec 20, 2004 1:26 pm    Post subject: Reply with quote

Yeah, those ebuilds are probably much better than my two second hack. I just downloaded it and compiled it from the source since it failed. XD
Back to top
View user's profile Send private message
landon
Apprentice
Apprentice


Joined: 09 Mar 2004
Posts: 159

PostPosted: Mon Dec 20, 2004 2:55 pm    Post subject: Reply with quote

Running gimp-2.2 tells me that freetype (currently 2.1.5-r1) is too old. It tells me that I need >=2.1.7

I can't seem to unmask freetype-2.1.7, though. I added media-libs/freetype ~x86 >> /etc/portage/package.keywords, but emerge -upv freetype doesn't show the newer freetype.

I'd probably need to modify the ebuild to point to >=freetype-2.1.7, and unmask it in package.unmask, but I was wondering if that was neccessary.
Back to top
View user's profile Send private message
ares
Apprentice
Apprentice


Joined: 13 Oct 2003
Posts: 280
Location: Savigliano (CN)

PostPosted: Mon Dec 20, 2004 3:04 pm    Post subject: Reply with quote

Yes, gimp-2..2.0 and gimp-2--2pre2 is not work with freetype 2.1.5
_________________
My portage and homepage
Back to top
View user's profile Send private message
Lokheed
Veteran
Veteran


Joined: 12 Jul 2004
Posts: 1295
Location: /usr/src/linux

PostPosted: Mon Dec 20, 2004 6:09 pm    Post subject: Reply with quote

ares wrote:
Download my ebuild
http://www.genbuild.org/portage/gimp-2.2.0-ebuild.tar.bz2
Fix error plug-ins/pygimp


Thanks Ares. Will give it a try :)
Back to top
View user's profile Send private message
Lokheed
Veteran
Veteran


Joined: 12 Jul 2004
Posts: 1295
Location: /usr/src/linux

PostPosted: Mon Dec 20, 2004 7:44 pm    Post subject: Reply with quote

landon wrote:
Running gimp-2.2 tells me that freetype (currently 2.1.5-r1) is too old. It tells me that I need >=2.1.7

I can't seem to unmask freetype-2.1.7, though. I added media-libs/freetype ~x86 >> /etc/portage/package.keywords, but emerge -upv freetype doesn't show the newer freetype.

I'd probably need to modify the ebuild to point to >=freetype-2.1.7, and unmask it in package.unmask, but I was wondering if that was neccessary.


No you need to add it to your package.unmask. Its hard masked, thats why it doesnt get unmasked by adding to keywords.

Add:

Code:

>=media-libs/freetype=2.1.7


To package.unmask

To unmask verion 217 and 219. If you just want to unmask 217, then remove the ">"

The ebuild works beautfilly Ares. GIMP v2.2 is incredible. The changes are awesome and the engine is really stable and responsive. The drawing and painting has really been shaped up. I love the new open and save windows...so much better. The new preview functions are amazing too. I cant stop marvelling at how good this release is. Finally it is a contender with PSD now. Who knows, I may actually grow to be able to use it just as well and then can get rid of Wine and PSD and my last remaining Windows program once and for all ;)
Back to top
View user's profile Send private message
Sir Alaran
Apprentice
Apprentice


Joined: 11 Dec 2003
Posts: 182
Location: KSJC

PostPosted: Mon Dec 20, 2004 10:53 pm    Post subject: Reply with quote

I just installed gimp2.2 and gtk2.6. They're awesome. The file selector dialog is better than it was in any previous version. And they weren't kidding when they said that windows resize faster. It's amazing.

The GIMP itself is greatly improved too. Lockheed speaks the truth.

If you do decided to go install them yourselves, add these lines to /etc/portage/profile/package.provided to keep portage from whining.
Code:

dev-libs/glib-2.4.0
dev-libs/atk-1.8.0
x11-libs/gtk+-2.4.13-r1
x11-libs/pango-1.6.0

_________________
D is awesome.
Textadept is my friend.
Back to top
View user's profile Send private message
Lokheed
Veteran
Veteran


Joined: 12 Jul 2004
Posts: 1295
Location: /usr/src/linux

PostPosted: Tue Dec 21, 2004 7:14 am    Post subject: Reply with quote

For those unmasking Freetype, dont use v2.1.9. It can really mess up your fonts. Stick to v2.1.7 as it works just fine...
Back to top
View user's profile Send private message
foosh
Apprentice
Apprentice


Joined: 11 Jan 2004
Posts: 231
Location: STL

PostPosted: Tue Dec 21, 2004 7:24 am    Post subject: Reply with quote

^^ What exactly does 2.1.9 do to 'mess up your fonts' ??
_________________
http://wustlog.blogspot.com
Back to top
View user's profile Send private message
Lokheed
Veteran
Veteran


Joined: 12 Jul 2004
Posts: 1295
Location: /usr/src/linux

PostPosted: Tue Dec 21, 2004 7:41 am    Post subject: Reply with quote

foosh wrote:
^^ What exactly does 2.1.9 do to 'mess up your fonts' ??


The fonts get garbled. Still legable, but things like the "a" dont display normally, the circle gets filled in part way. The "d" has the same, spaces inbetween the letters are uneven...just garbled ;)
Back to top
View user's profile Send private message
Sir Alaran
Apprentice
Apprentice


Joined: 11 Dec 2003
Posts: 182
Location: KSJC

PostPosted: Tue Dec 21, 2004 7:50 am    Post subject: Reply with quote

Lokheed wrote:

The fonts get garbled. Still legable, but things like the "a" dont display normally, the circle gets filled in part way. The "d" has the same, spaces inbetween the letters are uneven...just garbled ;)

That and there's this:
Code:

Calculating dependencies ...done!
[blocks B     ] <net-www/mozilla-1.7.3-r3 (from pkg media-libs/freetype-2.1.9)
[blocks B     ] <net-www/mozilla-firefox-1.0-r3 (from pkg media-libs/freetype-2.1.9)

_________________
D is awesome.
Textadept is my friend.
Back to top
View user's profile Send private message
nin_freak_
Tux's lil' helper
Tux's lil' helper


Joined: 03 Aug 2003
Posts: 110

PostPosted: Tue Dec 21, 2004 7:16 pm    Post subject: Reply with quote

any word on when this will be in portage? i keep checking, but so far no luck. i may go ahead and download your ebuild... same for the new OOo
Back to top
View user's profile Send private message
Lokheed
Veteran
Veteran


Joined: 12 Jul 2004
Posts: 1295
Location: /usr/src/linux

PostPosted: Tue Dec 21, 2004 10:09 pm    Post subject: Reply with quote

nin_freak_ wrote:
any word on when this will be in portage? i keep checking, but so far no luck. i may go ahead and download your ebuild... same for the new OOo


It shouldnt be to long. Though GTK 2.6 has yet to make it into portage as well. I figure within the next few days they should be available. I would just get the ebuild yourself though...this one works beautifully...

PS: I didnt know someone made a new OoO ebuild. I had heard great things about the new OoO coming next year. It doesnt seem quite ready to use but I hear they made some really great leaps forward on speed and look...ugh, so many programs, so little time.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo Chat All times are GMT
Goto page 1, 2, 3  Next
Page 1 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum