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
metalshark
Apprentice
Apprentice


Joined: 07 Jan 2006
Posts: 197
Location: Bournemouth, England

PostPosted: Wed Feb 15, 2006 8:45 pm    Post subject: Reply to falcon_za Reply with quote

Totally agreed falcon_za - I used to use Windows exclusively - with MANY media packages from video to audio and even imaging software such as Photoshop (back in version 4.0) and Flash (starting using version 3.0). The interfaces and features of all the different tools varied SOOO much I needed lots of expensive software in order to do work (even for college/university) quickly and efficiently.

With Linux I have discovered that common libraries handle much of the same task. The frontend/backend seperation is surely one of Free/Open Source software's strongest points. Yet we are still restricted within the frontend to a certain set of GUI elements. Do we use GIMP - even a custom GIMP setup - under a KDE or a GNOME - or install Photoshop 7.0 and pay for a copy of CrossOver (for tech support required incase of fatal freelance reputation killing errors)?

I would dearly love to be able to setup my toolset - the good HCI (Human Computer Interface) once and use it on any program I choose. The dev's seem to have this idea well developed on the backend - yet sadly not on the frontend. Why can't we users decide how the front end works and let programs such as the GIMP handle the inbetween? Giving us features such as non-linear editing, colour correction and DCOP/CORBA (cross program) support?

You mention this to a GNOME dev and you get a RESOLVED/WONT FIX slapped in your face. You mention this to a KDE dev and you get a "We'll consider this in our next release" - which release would that be exactly? I've re-iterated this point every 0.1 release since version 2...

I cannot write c/c++ however I do contribute part of my income when using free/open source software to the respective dev donation boxes. I know this does not automatically earn me the right to expect my features to be included - it does however cause me to feel a little irrate when I see such initiatives as the Open Usability site go up - without even a consideration to what people have been asking for.

I know I can skin an app - I know many non-programmers who can customise desktops, etc and skin apps - who would do so for themselves but then share/do share that customisation with the rest of the world - the earlier these kinds of features are implemented the better - if the GIMP included this functionality in their 2.0.0 release you could almost guarantee a feature for feature clone of Photoshop would be available for download today.

Sorry for the rant if it has upset the dev's among you - but I just don't know what else to say.
Back to top
View user's profile Send private message
kfiaciarka
Veteran
Veteran


Joined: 20 May 2005
Posts: 1498
Location: Dobre Miasto, Poland

PostPosted: Sun Mar 19, 2006 11:22 pm    Post subject: Reply with quote

Did anyone tried install gimpshop (gimp-2.2.8-r1) on system with modular xorg?
This what I get:
Code:

emerge -vp gimp

These are the packages that would be merged, in order:

Calculating dependencies... done!
[blocks B     ] x11-libs/libXft (is blocking x11-base/xorg-x11-6.8.99.15-r4)
[ebuild  N    ] x11-base/opengl-update-3.0.0  0 kB
[ebuild     UD] x11-base/xorg-x11-6.8.99.15-r4 [7.0-r1] USE="-3dfx bitmap-fonts% -cjk% -debug% -doc% -font-server% -insecure-drivers% ipv6% -minimal% nls% -nocxx% opengl% pam% -sdk% -static% truetype-fonts% type1-fonts% -xprint% xv%" 46,032 kB
[ebuild  N    ] virtual/x11-6.8  0 kB
[ebuild  N    ] media-gfx/gimp-2.2.8-r1  USE="-aalib -debug -doc -gimpprint gimpshop gtkhtml -hardened jpeg -lcms -mmx -mng png python -scanner -smp -sse -svg -tiff -wmf" 0 kB [1]

Is there any solution to this?
Sorry for my stupidity:
Code:

cd /etc/portage mkdir profile
cd profile
touch virtuals
echo 'virtual/x11 >=xorg-x11-7.0.0_rc3' >> virtuals

Solved my problem
Back to top
View user's profile Send private message
recall
n00b
n00b


Joined: 29 Dec 2005
Posts: 32
Location: Lithuania

PostPosted: Thu Mar 23, 2006 9:37 pm    Post subject: Reply with quote

kfiaciarka wrote:

Is there any solution to this?
Sorry for my stupidity:
Code:

cd /etc/portage mkdir profile
cd profile
touch virtuals
echo 'virtual/x11 >=xorg-x11-7.0.0_rc3' >> virtuals

Solved my problem

I think it was easier to write --nodeps ;)
Back to top
View user's profile Send private message
bigboote
n00b
n00b


Joined: 27 May 2003
Posts: 14
Location: Chicago, IL USA

PostPosted: Wed Jun 14, 2006 4:28 pm    Post subject: gimpshop-2.2.11 ebuild Reply with quote

Here's an ebuild for the latest version:

http://idisk.mac.com/johnrosshunt/Public/gimpshop-2.2.11.ebuild

Make sure the line PORTDIR_OVERLAY="/usr/local/portage" exists in your /etc/make.conf
mkdir -p /usr/local/portage/media-gfx/gimpshop/files
Copy the ebuild to /usr/local/portage/media-gfx/gimpshop/gimpshop-2.2.11.ebuild
cp /usr/portage/media-gfx/gimp/files/ltmain_sh-1.5.0-fix-relink.patch /usr/local/portage/media-gfx/gimpshop/files
cd /usr/local/portage/media-gfx/gimpshop
ebuild gimpshop-2.2.11.ebuild digest
emerge media-gfx/gimpshop
for Photoshop menu shortcuts, cp /etc/gimp/2.0/ps-menurc ~/.gimp-2.2/menurc

Enjoy!
_________________
rundll32.exe shell32.dll,SHExitWindowsEx 1
Back to top
View user's profile Send private message
bladus
Apprentice
Apprentice


Joined: 27 Jul 2005
Posts: 233

PostPosted: Fri Jun 16, 2006 11:28 am    Post subject: Reply with quote

thanks bigboote, running very good here!
Back to top
View user's profile Send private message
mbar
Veteran
Veteran


Joined: 19 Jan 2005
Posts: 1990
Location: Poland

PostPosted: Sun Jun 18, 2006 8:40 am    Post subject: Reply with quote

Not so good, it does not compile with libpng-1.2.10, says undefined reference to png_read_destroy and png_write_destroy (when linking).
Back to top
View user's profile Send private message
metalshark
Apprentice
Apprentice


Joined: 07 Jan 2006
Posts: 197
Location: Bournemouth, England

PostPosted: Mon Jun 19, 2006 2:14 pm    Post subject: Hmm Reply with quote

Undefined references normally indicate LDFLAG probs any chance of an

Code:
emerge --info


and a

Code:
ls -1d /var/db/pkg/*


to help solve issues. Also you /etc/portage/bashrc and relevant configs if you are doing any per ebuild configuring.
_________________
Gentoo's Portage: Any ideas for reform?
Back to top
View user's profile Send private message
Primozic
Apprentice
Apprentice


Joined: 11 Jun 2004
Posts: 186
Location: Dover, NH, USA

PostPosted: Mon Jun 19, 2006 2:21 pm    Post subject: Reply with quote

No, this is a known issue with GIMP using obsolete functions in libpng. The latest GIMP ebuild has a patch for it.

See bug 136661.
_________________
Interceptor: Intel Core 2 Duo 2.4GHz | AOpen i965GMt-LA Mini-ITX | 4GB PC2-5300 DDR2
Pursuit: AMD Geode NX 1500 1.0GHz | TYAN Tomcat K7M S2498AGNN FlexATX | 2GB PC2700 DDR
Back to top
View user's profile Send private message
bigboote
n00b
n00b


Joined: 27 May 2003
Posts: 14
Location: Chicago, IL USA

PostPosted: Sat Jul 01, 2006 7:59 pm    Post subject: gimpshop-2.2.11-r1 ebuild (updated) Reply with quote

Here's an ebuild for the latest version (2.2.11-r1):

http://idisk.mac.com/johnrosshunt/Public/gimpshop-2.2.11-r1.ebuild

Make sure the line PORTDIR_OVERLAY="/usr/local/portage" exists in your /etc/make.conf
mkdir -p /usr/local/portage/media-gfx/gimpshop/files
Copy the ebuild to /usr/local/portage/media-gfx/gimpshop/gimpshop-2.2.11.ebuild
cp /usr/portage/media-gfx/gimp/files/ltmain_sh-1.5.0-fix-relink.patch /usr/local/portage/media-gfx/gimpshop/files
cp /usr/portage/media-gfx/gimp/files/gimp-2.2.11-libpng-1.2.10.patch /usr/local/portage/media-gfx/gimpshop/files
cd /usr/local/portage/media-gfx/gimpshop
ebuild gimpshop-2.2.11-r1.ebuild digest
emerge media-gfx/gimpshop
for Photoshop menu shortcuts, cp /etc/gimp/2.0/ps-menurc ~/.gimp-2.2/menurc

Enjoy!
_________________
rundll32.exe shell32.dll,SHExitWindowsEx 1
Back to top
View user's profile Send private message
mra147
n00b
n00b


Joined: 26 Feb 2006
Posts: 13

PostPosted: Mon Jul 03, 2006 7:09 am    Post subject: Reply with quote

Im trying to do this command:
Code:

ebuild gimpshop-2.2.11-r1.ebuild digest


but it give me this error

Code:

Traceback (most recent call last):
  File "/usr/bin/ebuild", line 71, in ?
    a = portage.doebuild(ebuild, arg, portage.root, tmpsettings, debug=debug, cleanup=("noauto" not in portage.features), tree=mytree)
  File "/usr/lib/portage/pym/portage.py", line 2718, in doebuild
    return (not digestgen(aalist,mysettings,overwrite=1))
  File "/usr/lib/portage/pym/portage.py", line 2064, in digestgen
    os.makedirs(mysettings["FILESDIR"])
  File "/usr/lib/python2.4/os.py", line 159, in makedirs
    mkdir(name, mode)
OSError: [Errno 17] File exists: '/usr/local/portage/media-gfx/gimpshop/files'


PLZ tell me whats wrong (and how can I solve it)
thx
Back to top
View user's profile Send private message
bigboote
n00b
n00b


Joined: 27 May 2003
Posts: 14
Location: Chicago, IL USA

PostPosted: Mon Jul 03, 2006 2:15 pm    Post subject: Reply with quote

It could be a permissions problem. Your account needs to be root, or one in the portage group.
_________________
rundll32.exe shell32.dll,SHExitWindowsEx 1
Back to top
View user's profile Send private message
djs
Tux's lil' helper
Tux's lil' helper


Joined: 13 Dec 2002
Posts: 96
Location: CA

PostPosted: Fri Jul 28, 2006 12:18 am    Post subject: the name of the patchfile is based off the package name Reply with quote

mra147- to fix:

cd /usr/local/portage/media-gfx/gimpshop/files
cp /usr/portage/media-gfx/gimp/files/gimp-2.2.11-libpng-1.2.10.patch \
gimpshop-2.2.11-libpng-1.2.10.patch
cd ..
ebuild gimpshop-2.2.11-r1.ebuild digest
emerge gimpshop

/djs
Back to top
View user's profile Send private message
djs
Tux's lil' helper
Tux's lil' helper


Joined: 13 Dec 2002
Posts: 96
Location: CA

PostPosted: Fri Sep 01, 2006 9:43 pm    Post subject: gimp dependency? Reply with quote

Is there any way to get gimpshop to satisfy the gimp dependency? I want to emerge xsane, but I don't want to install gimp as well. I guess there is the -O nodeps switch to emerge, but is it going to work then? we'll see, I guess...

/djs
Back to top
View user's profile Send private message
Phlogiston
Veteran
Veteran


Joined: 27 Jan 2004
Posts: 1925
Location: Europe, Swizerland

PostPosted: Sat Sep 30, 2006 3:45 pm    Post subject: Reply with quote

Could this ebuild added to gentoo sunrise? =)
_________________
Workstation: 5.1 SurroundSound, LIRC remote control; Laptop [IBM-T43]: patched sources, s2disk/ram, fingerprint sensor
Back to top
View user's profile Send private message
depontius
Advocate
Advocate


Joined: 05 May 2004
Posts: 3509

PostPosted: Fri Oct 06, 2006 1:30 am    Post subject: Re: gimp dependency? Reply with quote

djs wrote:
Is there any way to get gimpshop to satisfy the gimp dependency? I want to emerge xsane, but I don't want to install gimp as well. I guess there is the -O nodeps switch to emerge, but is it going to work then? we'll see, I guess...

/djs

I've never done it myself, but I believe that emerge has an "inject" option, so that portage will record the existence of a package without actually installing. As others have mentioned, a virtual/gimp would be better.
_________________
.sigs waste space and bandwidth
Back to top
View user's profile Send private message
vinayrulz
n00b
n00b


Joined: 26 Sep 2006
Posts: 8

PostPosted: Sat Oct 07, 2006 7:27 pm    Post subject: Reply with quote

any chance of getting an 2.3.11 ebuild ???

ciao
Back to top
View user's profile Send private message
bladus
Apprentice
Apprentice


Joined: 27 Jul 2005
Posts: 233

PostPosted: Sun Oct 08, 2006 7:41 am    Post subject: Reply with quote

vinayrulz wrote:
any chance of getting an 2.3.11 ebuild ???

ciao


Gimpshop isnt available for 2.3.11, the latest version ist 2.2.11
Back to top
View user's profile Send private message
aitch
Tux's lil' helper
Tux's lil' helper


Joined: 26 Sep 2005
Posts: 88
Location: New Zealand

PostPosted: Sun Oct 15, 2006 3:45 am    Post subject: Reply with quote

get this error when I try to compile gimpshop, any ideas?
Code:

mv: cannot stat `/var/tmp/portage/gimpshop-2.2.11-r1/work/gimp-2.2.11': No such file or directory
/usr/local/portage/media-gfx/gimpshop/gimpshop-2.2.11-r1.ebuild: line 64: cd: /var/tmp/portage/media-gfx/gimpshop-2.2.11-r1/work/gimpshop-2.2.11: No such file or directory
sed: can't read /var/tmp/portage/media-gfx/gimpshop-2.2.11-r1/work/gimpshop-2.2.11/data/misc/gimp.desktop.in.in: No such file or directory
 * Applying ltmain_sh-1.5.0-fix-relink.patch ...

 * Failed Patch: ltmain_sh-1.5.0-fix-relink.patch !
 *  ( /usr/local/portage/media-gfx/gimpshop/files/ltmain_sh-1.5.0-fix-relink.patch )
 *
 * Include in your bugreport the contents of:
 *
 *   /var/tmp/portage/media-gfx/gimpshop-2.2.11-r1/temp/ltmain_sh-1.5.0-fix-relink.patch-13763.out


!!! ERROR: media-gfx/gimpshop-2.2.11-r1 failed.
Call stack:
  ebuild.sh, line 1564:   Called dyn_unpack
  ebuild.sh, line 708:   Called src_unpack
  gimpshop-2.2.11-r1.ebuild, line 71:   Called epatch '/usr/local/portage/media-gfx/gimpshop/files/ltmain_sh-1.5.0-fix-relink.patch'
  eutils.eclass, line 341:   Called die

!!! Failed Patch: ltmain_sh-1.5.0-fix-relink.patch!
!!! If you need support, post the topmost build error, and the call stack if relevant.

!!! This ebuild is from an overlay: '/usr/local/portage'

thanks...
Back to top
View user's profile Send private message
branana
n00b
n00b


Joined: 03 Sep 2004
Posts: 29

PostPosted: Wed Nov 08, 2006 7:40 pm    Post subject: Reply with quote

Try download that file from:

http://ftp.riken.go.jp/Linux/gentoo/media-gfx/gimp/files/?C=M;O=A

And placing it in the ./files/ sub-directory under where you put the ebuild.
Back to top
View user's profile Send private message
delirium83
n00b
n00b


Joined: 09 Jan 2007
Posts: 12

PostPosted: Fri Jan 12, 2007 2:43 pm    Post subject: Reply with quote

I get the same error as aitch. Downloading branana's file didn't solve it. Any more ideas?
Back to top
View user's profile Send private message
powerslid
n00b
n00b


Joined: 14 Jan 2007
Posts: 3

PostPosted: Sun Jan 14, 2007 5:45 am    Post subject: Reply with quote

It's just an error in the ebuild. Easy to fix as follows:

just fix this line:
Code:

mv /var/tmp/portage/gimpshop-${PVR}/work/gimp-${PV} /var/tmp/portage/gimpshop-${PVR}/work/gimpshop-${PV}


to this:
Code:

mv /var/tmp/portage/media-gfx/gimpshop-${PVR}/work/gimp-${PV} /var/tmp/portage/media-gfx/gimpshop-${PVR}/work/gimpshop-${PV}


then the ebuild works again.
Back to top
View user's profile Send private message
delirium83
n00b
n00b


Joined: 09 Jan 2007
Posts: 12

PostPosted: Mon Jan 15, 2007 9:15 am    Post subject: Reply with quote

powerslid wrote:
It's just an error in the ebuild. Easy to fix as follows:

just fix this line:
Code:

mv /var/tmp/portage/gimpshop-${PVR}/work/gimp-${PV} /var/tmp/portage/gimpshop-${PVR}/work/gimpshop-${PV}


to this:
Code:

mv /var/tmp/portage/media-gfx/gimpshop-${PVR}/work/gimp-${PV} /var/tmp/portage/media-gfx/gimpshop-${PVR}/work/gimpshop-${PV}


then the ebuild works again.


well, well... nice hint. I don't know why, but in my directory structure the path was
Code:
/var/tmp/portage/portage/gimpshop-${PVR}/work/gimp-${PV}

(the difference being the second portage directory inside /var/tmp/portage)
so after changing this line to
Code:
mv /var/tmp/portage/portage/gimpshop-${PVR}/work/gimp-${PV} /var/tmp/portage/portage/gimpshop-${PVR}/work/gimpshop-${PV}

gimpshop started to compile (still compiling as I type).

Any clues, why this path is messed up? I set my overlay according to the instructions in the german version of the overlay HowTo as
Code:
PORTDIR_OVERLAY="/usr/local/portage"
PORTAGE_TMPDIR=/var/tmp/portage

in /etc/make.conf
Back to top
View user's profile Send private message
powerslid
n00b
n00b


Joined: 14 Jan 2007
Posts: 3

PostPosted: Thu Jan 18, 2007 10:41 pm    Post subject: Reply with quote

i've just set the overlay in my make.conf, i've no tmpdir set, maybe this is the reason.
Back to top
View user's profile Send private message
MixMax
n00b
n00b


Joined: 28 Jan 2005
Posts: 73
Location: Finland

PostPosted: Sat Feb 10, 2007 8:20 am    Post subject: Reply with quote

Any idea where I could find the gimp-2.2.11-libpng-1.2.10.patch file? It's not in portage anymore and google gives me no hits.
Back to top
View user's profile Send private message
K T A
Apprentice
Apprentice


Joined: 25 Feb 2005
Posts: 210
Location: Europe

PostPosted: Fri Feb 16, 2007 9:41 pm    Post subject: Reply with quote

Look here: https://bugs.gentoo.org/show_bug.cgi?id=87553

KTA
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 7 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