Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
GimpShop
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
Marx
n00b
n00b


Joined: 07 Dec 2004
Posts: 19
Location: Sweden

PostPosted: Sun Apr 10, 2005 11:23 am    Post subject: Reply with quote

Oh yes that is so very true.
Indeed for a totally free software The GIMP is good. And this rather unsupported modification might be useful for someone somewhere.
Back to top
View user's profile Send private message
e2k
n00b
n00b


Joined: 30 Jul 2004
Posts: 44

PostPosted: Sun Apr 10, 2005 11:46 am    Post subject: Reply with quote

Worked perfectly, I have to say it's easier for me to use, since I've used photoshop for as long as I can remember..
But emerge -uDp world wants to downgrade it?
Code:
# emerge -uDp world

These are the packages that I would merge, in order:

Calculating world dependencies ...done!
[ebuild     UD] media-video/ati-drivers-8.10.19 [8.12.10]
[ebuild     UD] media-gfx/gimp-2.2.3 [2.2.4]
Back to top
View user's profile Send private message
R!tman
Veteran
Veteran


Joined: 18 Dec 2003
Posts: 1303
Location: Zurich, Switzerland

PostPosted: Sun Apr 10, 2005 3:51 pm    Post subject: Reply with quote

e2k wrote:
Worked perfectly, I have to say it's easier for me to use, since I've used photoshop for as long as I can remember..
But emerge -uDp world wants to downgrade it?
Code:
# emerge -uDp world

These are the packages that I would merge, in order:

Calculating world dependencies ...done!
[ebuild     UD] media-video/ati-drivers-8.10.19 [8.12.10]
[ebuild     UD] media-gfx/gimp-2.2.3 [2.2.4]

How did you install 2.2.4?
Back to top
View user's profile Send private message
e2k
n00b
n00b


Joined: 30 Jul 2004
Posts: 44

PostPosted: Sun Apr 10, 2005 4:25 pm    Post subject: Reply with quote

According to these:
R!tman wrote:
Code:
mkdir /etc/portage
echo media-gfx/gimp ~x86 >> /etc/portage/package.keywords
echo media-gfx/gimp gimpshop >> /etc/portage/package.use
mkdir -p /usr/local/portage/media-gfx/gimp
cd /usr/local/portage/media-gfx/gimp
wget http://n.ethz.ch/student/homartin/download/gimp-2.2.4.ebuild
ebuild gimp-2.2.4.ebuild digest
cd files
wget http://n.ethz.ch/student/homartin/download/gimpshop.patch
wget http://n.ethz.ch/student/homartin/download/ltmain_sh-1.5.0-fix-relink.patch
emerge gimp

Your instructions were awesome (everything worked!).. I had a previous version of gimp installed if it makes any difference :roll:
Back to top
View user's profile Send private message
R!tman
Veteran
Veteran


Joined: 18 Dec 2003
Posts: 1303
Location: Zurich, Switzerland

PostPosted: Sun Apr 10, 2005 4:33 pm    Post subject: Reply with quote

e2k wrote:
Your instructions were awesome (everything worked!).. I had a previous version of gimp installed if it makes any difference :roll:

If you emerged gimp with my ebuild and my instructions, gimp should not be downgraded when updating. :?

Did you delete the ebuild?

Please post the outputs of
Code:
ls /usr/local/portage/media-gfx/gimp/

and
Code:
cat /etc/portage/package.keywords


Having had another version of gimp installed before the emerge would not have made a difference, as the old version was automatically unmerged when installing 2.2.4.
Back to top
View user's profile Send private message
Dhaki
Guru
Guru


Joined: 16 Jun 2004
Posts: 325
Location: Ticino - CH

PostPosted: Sun Apr 10, 2005 4:36 pm    Post subject: Reply with quote

e2k wrote:
I had a previous version of gimp installed if it makes any difference :roll:

I've the same problem! Strange...
Back to top
View user's profile Send private message
e2k
n00b
n00b


Joined: 30 Jul 2004
Posts: 44

PostPosted: Sun Apr 10, 2005 7:04 pm    Post subject: Reply with quote

R!tman wrote:
Did you delete the ebuild?

No I didn't, should I?

R!tman wrote:
Please post the outputs of
Code:
ls /usr/local/portage/media-gfx/gimp/

and
Code:
cat /etc/portage/package.keywords

Code:
$ ls /usr/local/portage/media-gfx/gimp/
Manifest  files  gimp-2.2.4.ebuild


Code:
$ cat /etc/portage/package.keywords
net-p2p/azureus-bin ~x86
media-video/nvidia-settings ~x86
media-video/nvidia-kernel ~x86
media-video/nvidia-glx ~x86
x11-base/opengl-update ~x86
www-client/mozilla-firefox ~x86
app-crypt/gpgme ~x86
x11-themes/nuvola ~x86
x11-wm/fluxbox ~x86
media-fonts/artwiz-aleczapka-en ~x86
mail-client/mozilla-thunderbird ~x86
sys-kernel/ck-sources ~x86
media-video/ati-drivers ~x86
media-video/ati-drivers-extra ~x86
app-admin/torsmo ~x86
x11-terms/mrxvt ~x86
x11-base/opengl-update ~x86
media-video/kino ~x86
media-video/mplayer ~x86
app-portage/porthole ~x86
media-gfx/gimp ~x86


kde-base/kdelibs ~x86
kde-base/kdebase ~x86
kde-base/arts ~x86

#x11-base/xorg-x11 ~x86

# e17

x11-wm/e -*
x11-misc/engage -*
x11-libs/ewl -*
x11-libs/evas -*
media-libs/imlib2 -*
media-libs/imlib2_loaders -*
dev-libs/eet -*
dev-db/edb -*
x11-libs/ecore -*
media-libs/etox -*
media-libs/edje -*
dev-libs/embryo -*
x11-libs/esmart -*
media-libs/epsilon -*
media-libs/epeg -*
app-misc/examine -*
net-news/erss -*
x11-misc/entrance -*
app-misc/evidence -*
media-libs/emotion -*
media-gfx/elicit -*
media-gfx/entice -*
dev-util/e_utils -*
dev-libs/engrave -*

I didn't delete any of the files i wgetted.. I removed "PORTDIR_OVERLAY=/usr/local/portage" from make.conf after the install though, since I didn't completely understand what it was for..
Back to top
View user's profile Send private message
R!tman
Veteran
Veteran


Joined: 18 Dec 2003
Posts: 1303
Location: Zurich, Switzerland

PostPosted: Sun Apr 10, 2005 7:21 pm    Post subject: Reply with quote

e2k wrote:
I didn't delete any of the files i wgetted.. I removed "PORTDIR_OVERLAY=/usr/local/portage" from make.conf after the install though, since I didn't completely understand what it was for..

I can only think of that being the reason. Please make sure you have "PORTDIR_OVERLAY=/usr/local/portage" in you 'make.conf'. It does not hurt and definetely is not bad (more on the contrary).

[edit]
That PORTDIR_OVERLAY stuff, tells gentoo to also look in the specified directory for ebuilds. But in this directory there are only 'selfmade' ebuild. So, if you do not set this variable, emerge probably does not find the new ebuild and the latest version of gimp is the one in /usr/portage/ instead of in /usr/local/portage.
[/edit]
Back to top
View user's profile Send private message
e2k
n00b
n00b


Joined: 30 Jul 2004
Posts: 44

PostPosted: Sun Apr 10, 2005 7:38 pm    Post subject: Reply with quote

R!tman wrote:
I can only think of that being the reason. Please make sure you have "PORTDIR_OVERLAY=/usr/local/portage" in you 'make.conf'. It does not hurt and definetely is not bad (more on the contrary).

[edit]
That PORTDIR_OVERLAY stuff, tells gentoo to also look in the specified directory for ebuilds. But in this directory there are only 'selfmade' ebuild. So, if you do not set this variable, emerge probably does not find the new ebuild and the latest version of gimp is the one in /usr/portage/ instead of in /usr/local/portage.
[/edit]

Okay! Thanks for clearing that out, I put it back and now it doesn't want to downgrade it anymore.. :)
Back to top
View user's profile Send private message
R!tman
Veteran
Veteran


Joined: 18 Dec 2003
Posts: 1303
Location: Zurich, Switzerland

PostPosted: Sun Apr 10, 2005 7:39 pm    Post subject: Reply with quote

e2k wrote:
R!tman wrote:
I can only think of that being the reason. Please make sure you have "PORTDIR_OVERLAY=/usr/local/portage" in you 'make.conf'. It does not hurt and definetely is not bad (more on the contrary).

[edit]
That PORTDIR_OVERLAY stuff, tells gentoo to also look in the specified directory for ebuilds. But in this directory there are only 'selfmade' ebuild. So, if you do not set this variable, emerge probably does not find the new ebuild and the latest version of gimp is the one in /usr/portage/ instead of in /usr/local/portage.
[/edit]

Okay! Thanks for clearing that out, I put it back and now it doesn't want to downgrade it anymore.. :)

;-) Your welcome, glad I could help!
Back to top
View user's profile Send private message
e2k
n00b
n00b


Joined: 30 Jul 2004
Posts: 44

PostPosted: Sat Apr 16, 2005 5:52 pm    Post subject: Reply with quote

Hmm, now it wants to do the opposite, eventhough I've already got 2.2.6 installed?
Code:
# emerge -uDp world

These are the packages that I would merge, in order:

Calculating world dependencies ...done!
[ebuild     U ] media-gfx/gimp-2.2.6 [2.2.4]
Back to top
View user's profile Send private message
amphibious
Apprentice
Apprentice


Joined: 25 Sep 2003
Posts: 174
Location: boston, massachusetts, usa

PostPosted: Sat Apr 16, 2005 6:37 pm    Post subject: Reply with quote

I'm getting plain old gimp...

Did this:
Code:
echo "PORTDIR_OVERLAY=/usr/local/portage" >> /etc/make.conf

Did this:
Code:
mkdir /etc/portage
echo media-gfx/gimp ~x86 >> /etc/portage/package.keywords
echo media-gfx/gimp gimpshop >> /etc/portage/package.use
mkdir -p /usr/local/portage/media-gfx/gimp
cd /usr/local/portage/media-gfx/gimp
wget http://n.ethz.ch/student/homartin/download/gimp-2.2.4.ebuild
ebuild gimp-2.2.4.ebuild digest
cd files
wget http://n.ethz.ch/student/homartin/download/gimpshop.patch
wget http://n.ethz.ch/student/homartin/download/ltmain_sh-1.5.0-fix-relink.patch
emerge gimp


No errors that I can see... when I run gimp as root and as a user I still get normal look...

Any help would be appreciated.
_________________
http://amphibio.us
Back to top
View user's profile Send private message
amphibious
Apprentice
Apprentice


Joined: 25 Sep 2003
Posts: 174
Location: boston, massachusetts, usa

PostPosted: Mon Apr 18, 2005 6:31 am    Post subject: Reply with quote

:oops: bump
_________________
http://amphibio.us
Back to top
View user's profile Send private message
pussi
l33t
l33t


Joined: 08 May 2004
Posts: 727
Location: Finland

PostPosted: Mon Apr 18, 2005 9:23 am    Post subject: Reply with quote

There's already gimp-2.2.6 in portage and since the gimpshop sersion is 2.2.4 it's emerging the latest version which is 2.2.6 and which don't have the gimpshop feature.

you can prevent 2.2.6 (and later) from being emerged by doing:
Code:
echo ">=media-gfx/gimp-2.2.6" >> /etc/portage/package.mask
then do
Code:
emerge -pv gimp
and check that the version it's trying to emerge is 2.2.4 and theres gimpshop use-flag enabled
Back to top
View user's profile Send private message
e2k
n00b
n00b


Joined: 30 Jul 2004
Posts: 44

PostPosted: Mon Apr 18, 2005 2:12 pm    Post subject: Reply with quote

Yup, I had it in mask and apparently have to keep it there for a while :)
Just wondered because when I had just installed gimpshop and 2.2.4 was still the most rescent version in portage, emerge -s gimp said my gimp version was 2.2.6.. Now it claims it's 2.2.4 :?
Back to top
View user's profile Send private message
R!tman
Veteran
Veteran


Joined: 18 Dec 2003
Posts: 1303
Location: Zurich, Switzerland

PostPosted: Mon Apr 18, 2005 6:08 pm    Post subject: Reply with quote

For all who still want gimpshot, instead of gimp.

Change this line in '/etc/portage/package.keywords'
Code:
media-gfx/gimp ~x86

to this
Code:
=media-gfx/gimp-2.2.4 ~x68

Then, gimp should not be upgraded to 2.2.6.
Back to top
View user's profile Send private message
pussi
l33t
l33t


Joined: 08 May 2004
Posts: 727
Location: Finland

PostPosted: Mon Apr 18, 2005 6:16 pm    Post subject: Reply with quote

R!tman wrote:
Then, gimp should not be upgraded to 2.2.6.
yeah, until 2.2.6 goes x86 :p
Back to top
View user's profile Send private message
R!tman
Veteran
Veteran


Joined: 18 Dec 2003
Posts: 1303
Location: Zurich, Switzerland

PostPosted: Mon Apr 18, 2005 8:08 pm    Post subject: Reply with quote

pussi wrote:
R!tman wrote:
Then, gimp should not be upgraded to 2.2.6.
yeah, until 2.2.6 goes x86 :p

That is correct :-)!
Back to top
View user's profile Send private message
thoffmeyer
Apprentice
Apprentice


Joined: 11 Apr 2004
Posts: 208
Location: GMT -5 Hours

PostPosted: Thu Apr 21, 2005 6:14 am    Post subject: Reply with quote

Gimpshop is sexy!
_________________
Conrad Guide, Current Maintainer

Join us on IRC
Server: irc.freenode.net
Channel: #conrad
Back to top
View user's profile Send private message
Caffeinebot
n00b
n00b


Joined: 24 Dec 2004
Posts: 4

PostPosted: Wed Apr 27, 2005 3:48 am    Post subject: ol' gimp Reply with quote

R!tman wrote:
For all who still want gimpshot, instead of gimp.

Change this line in '/etc/portage/package.keywords'
Code:
media-gfx/gimp ~x86

to this
Code:
=media-gfx/gimp-2.2.4 ~x68

Then, gimp should not be upgraded to 2.2.6.


Nope, I'm stilling getting plain ol' gimp
I followed the directions listed above, added the path to make.conf

Code:

# cat /etc/portage/package.use
media-gfx/gimp gimpshop
#cat /etc/portage/package.keywords
=media-gfx/gimp-2.2.4           ~x68


any ideas?
Back to top
View user's profile Send private message
pussi
l33t
l33t


Joined: 08 May 2004
Posts: 727
Location: Finland

PostPosted: Wed Apr 27, 2005 7:56 am    Post subject: Re: ol' gimp Reply with quote

Code:
=media-gfx/gimp-2.2.4           ~x68

should be
Code:
=media-gfx/gimp-2.2.4           ~x86


good luck :)

EDIT: I also recommend you to add
Code:
>=media-gfx/gimp-2.2.6
to your /etc/portage/package.mask until tthe 2.2.6 version of gimpshop is released.
Back to top
View user's profile Send private message
Caffeinebot
n00b
n00b


Joined: 24 Dec 2004
Posts: 4

PostPosted: Thu Apr 28, 2005 1:26 am    Post subject: Reply with quote

Well I changed the typo, and when i get the source file i get this:
Code:
!!! Security Violation: A file exists that is not in the manifest.
!!! File: files/gimpshop.patch.1

Also the source thats downloaded is from what seems to be the original gimp source, is that whats supposed to happen?
thanks for your reply
Back to top
View user's profile Send private message
iverson0881
Apprentice
Apprentice


Joined: 08 Jan 2004
Posts: 285
Location: CA

PostPosted: Thu Apr 28, 2005 1:59 am    Post subject: Reply with quote

You need to rerun "ebuild gimp-2.2.4.ebuild digest" because there are new files in that folder.
Back to top
View user's profile Send private message
syouth
Apprentice
Apprentice


Joined: 18 Sep 2004
Posts: 275

PostPosted: Thu Apr 28, 2005 8:25 am    Post subject: Reply with quote

Got it working with R!tman's ebuild. Thanks.
_________________
psylove
Back to top
View user's profile Send private message
R!tman
Veteran
Veteran


Joined: 18 Dec 2003
Posts: 1303
Location: Zurich, Switzerland

PostPosted: Thu Apr 28, 2005 9:57 am    Post subject: Reply with quote

syouth wrote:
Got it working with R!tman's ebuild. Thanks.

Nice to hear :-)!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next
Page 4 of 8

 
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