Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Gimp 1.3.21 ebuild?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
ufechner
Tux's lil' helper
Tux's lil' helper


Joined: 03 Oct 2003
Posts: 102

PostPosted: Sat Oct 25, 2003 7:43 pm    Post subject: Gimp 1.3.21 ebuild? Reply with quote

Hello,

I want to install the developer version of gimp.
I know, there is an ebuild, but I can't find it.

I tried:

ACCEPT_KEYWORDS="~x86" emerge search gimp

but can' find anything newer than gimp 1.2.5.

How can I install gimp 1.3.21?

Regards:

Uwe Fechner
Back to top
View user's profile Send private message
Peach
Advocate
Advocate


Joined: 08 Mar 2003
Posts: 3686
Location: London, UK

PostPosted: Sat Oct 25, 2003 8:08 pm    Post subject: Reply with quote

try with an
Code:
# emerge /usr/portage/media-gfx/gimp/gimp-1.3.21.ebuild

_________________
Gentoo user since 2004.
"It's all fun and games, until someone loses an eye" - mom
Back to top
View user's profile Send private message
The Mountain Man
l33t
l33t


Joined: 03 Sep 2003
Posts: 643

PostPosted: Sun Oct 26, 2003 1:48 pm    Post subject: Reply with quote

The problem I have now, if I run just "gimp" I get the old version of Gimp 1.2.5. In order to get Gimp 1.3, I have to type "gimp-1.3". When I type "merge unmerge gimp" it wants to remove both 1.2.5 and 1.3.21. How do I unmerge just 1.2.5?
Back to top
View user's profile Send private message
ufechner
Tux's lil' helper
Tux's lil' helper


Joined: 03 Oct 2003
Posts: 102

PostPosted: Sun Oct 26, 2003 2:25 pm    Post subject: Reply with quote

Quote:
How do I unmerge just 1.2.5?


Well, I did this (unemerged both and than emerged gimp-1.3 again.
Then I had problems (xsane did not start any longer), so I reemerged
gimp 1.24 again.

Another topic:

Well, gimp 1.3.21 is much better than gimp 1.2.4. But I have two
questions:

- the docking of windows doesn't work on kde. Is there a way to make
it work?

- how can I get the german version of gimp 1.3.21?

Regards:

Uwe Fechner
Back to top
View user's profile Send private message
ronmon
Veteran
Veteran


Joined: 15 Apr 2002
Posts: 1043
Location: Key West, FL

PostPosted: Sun Oct 26, 2003 3:20 pm    Post subject: Reply with quote

Code:

emerge -pC gimp-1.2.5


That should work in getting rid of the old version (without the 'p' if it looks okay).

Like ufechner, I have both versions installed because xsane is still broken in the 1.3 branch. I have gotten xscanimage to run, but it sucks compared to xsane. Otherwise, there are some nifty new features in 1.3.x.

Oh yeah, and if you really want gimp-1.3 to start with 'gimp' instead of 'gimp-1.3' just unmerge 1.2 and make a symlink.
Back to top
View user's profile Send private message
Zoltan
Guru
Guru


Joined: 27 Aug 2003
Posts: 394
Location: Moscow, Russia

PostPosted: Sun Oct 26, 2003 3:51 pm    Post subject: Re: Gimp 1.3.21 ebuild? Reply with quote

ufechner wrote:
I tried:

ACCEPT_KEYWORDS="~x86" emerge search gimp

but can' find anything newer than gimp 1.2.5.

That's because gimp 1.3.x is masked in /usr/portage/profiles/package.mask file. You either need to unmask it or use direct ebuild as Peach suggested.
_________________
Light travels faster than sound. That's why some people appear bright before you hear them speak.
Back to top
View user's profile Send private message
The Mountain Man
l33t
l33t


Joined: 03 Sep 2003
Posts: 643

PostPosted: Sun Oct 26, 2003 8:23 pm    Post subject: Reply with quote

Since this is a direct ebuild, will Portage catch any updates for it if you run "emerge -u world"? Or do we have to wait until Gimp 1.3.x is added to the stable tree?
Back to top
View user's profile Send private message
asimon
l33t
l33t


Joined: 27 Jun 2002
Posts: 979
Location: Germany, Old Europe

PostPosted: Sun Oct 26, 2003 10:51 pm    Post subject: Reply with quote

The Mountain Man wrote:
Since this is a direct ebuild, will Portage catch any updates for it if you run "emerge -u world"? Or do we have to wait until Gimp 1.3.x is added to the stable tree?


Just add "media-gfx/gimp" to your /etc/portage/package.unmask file and gimp-1.3 is unmasked and will show up in emerge -u world.

Code:

mkdir  /etc/portage
echo media-gfx/gimp >> /etc/portage/package.unmask
Back to top
View user's profile Send private message
dafa
n00b
n00b


Joined: 19 Nov 2003
Posts: 4

PostPosted: Wed Nov 19, 2003 11:10 am    Post subject: Reply with quote

ufechner wrote:
Quote:
How do I unmerge just 1.2.5?


Well, I did this (unemerged both and than emerged gimp-1.3 again.
Then I had problems (xsane did not start any longer), so I reemerged
gimp 1.24 again.


I did umerge gimp-1.2 and installed 1.3, but when I emerge -puv world, it wants to install 1-2 again. How do I prevent this?
Back to top
View user's profile Send private message
ikaro
Advocate
Advocate


Joined: 14 Jul 2003
Posts: 2527
Location: Denmark

PostPosted: Wed Nov 19, 2003 1:23 pm    Post subject: Reply with quote

emerge inject gimp-1.2.5
or you can mask it, edit /usr/portage/profile/package.mask
and add =media-gfx/gimp-1.2.5
_________________
linux: #232767
Back to top
View user's profile Send private message
neenee
Veteran
Veteran


Joined: 20 Jul 2003
Posts: 1786

PostPosted: Wed Nov 19, 2003 1:37 pm    Post subject: Reply with quote

if you like you even emerge 1.3.22, by editing
the ebuild and changing '1.3.21' to '1.3.22' and
then digesting the ebuild and emerging it.

be sure to delete your old ~/.gimp-1.3 before
running the new version though (this goes for
every 1.3 update).
Back to top
View user's profile Send private message
boris64
Veteran
Veteran


Joined: 04 Oct 2003
Posts: 1770
Location: Vechelde/Peine

PostPosted: Tue Dec 09, 2003 4:52 pm    Post subject: Reply with quote

Quote:

The Mountain Man hat folgendes geschrieben::
Since this is a direct ebuild, will Portage catch any updates for it if you run "emerge -u world"? Or do we have to wait until Gimp 1.3.x is added to the stable tree?


Just add "media-gfx/gimp" to your /etc/portage/package.unmask file and gimp-1.3 is unmasked and will show up in emerge -u world.

Code:

mkdir /etc/portage
echo media-gfx/gimp >> /etc/portage/package.unmask


well, doesnt seem to work for me ;(
gimp is not recognized by an emerge -uD world
_________________
boris64.net 200x / visit my desktop / try these tiny kernel patches ;)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
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