Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Need Cinepaint, love Gentoo... please help
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
armanhaghi
n00b
n00b


Joined: 23 Dec 2009
Posts: 3

PostPosted: Wed Dec 23, 2009 12:00 pm    Post subject: Need Cinepaint, love Gentoo... please help Reply with quote

Hi,

I'm a Graphic Designer/Photographer and I've used Gentoo for about 3 years now and have never needed anything but the documentations, past posts, and lots of trial and error. But I've finally caved, can someone help me please? I've finally switched my master machine over to Gentoo and this is the only app missing

I NEED Cinepaint (not Krita or GIMP etc.) for specific features.

I've read all the Cinepaint posts, bug trackers, have noted in package.mask that the package is due for removal due to the endless problems, etc etc.

So, I know that it's a tough one, but has anyone had any luck installing this thing?
Back to top
View user's profile Send private message
poly_poly-man
Advocate
Advocate


Joined: 06 Dec 2006
Posts: 2477
Location: RIT, NY, US

PostPosted: Wed Dec 23, 2009 12:14 pm    Post subject: Reply with quote

Yes, I've used this package successfully in the past (it didn't do what I wanted it to, but it did work perfectly ;) ).

Since it's masked for removal, grab the ebuild now, pop it in your personal overlay, and add it to package.unmask.

This is probably a good package to try to get into one or more gentoo overlays as well.
_________________
iVBORw0KGgoAAAANSUhEUgAAA

avatar: new version of logo - see topic 838248. Potentially still a WiP.
Back to top
View user's profile Send private message
ssuominen
Developer
Developer


Joined: 30 Sep 2005
Posts: 1376
Location: Finland

PostPosted: Wed Dec 23, 2009 12:17 pm    Post subject: Reply with quote

Page, http://www.cinepaint.org/download.html has a link to:

"cvs-read.sh - Script for ordinary users to get CinePaint from CVS"

Because the latest release is useless, I'd try to compile it myself from CVS instead.

(Or write -9999 ebuild for it)
Back to top
View user's profile Send private message
gerard82
Veteran
Veteran


Joined: 04 Jan 2004
Posts: 1926
Location: Netherlands

PostPosted: Wed Dec 23, 2009 5:06 pm    Post subject: Reply with quote

@ssuominen,
I am also interested in installing cinepaint.
The only thing I can find to download is a "diff" file.
That's of no use if you don't have the main source.
I guess flameeyes is right:it's dead.
Gerard.
_________________
To install Gentoo I use sysrescuecd.Based on Gentoo,has Firefox to browse Gentoo docs and mc to browse (and edit) files.
The same disk can be used for 32 and 64 bit installs.
You can follow the Handbook verbatim.
http://www.sysresccd.org/Download
Back to top
View user's profile Send private message
poly_poly-man
Advocate
Advocate


Joined: 06 Dec 2006
Posts: 2477
Location: RIT, NY, US

PostPosted: Thu Dec 24, 2009 12:46 am    Post subject: Reply with quote

ssuominen wrote:
Page, http://www.cinepaint.org/download.html has a link to:

"cvs-read.sh - Script for ordinary users to get CinePaint from CVS"

Because the latest release is useless, I'd try to compile it myself from CVS instead.

(Or write -9999 ebuild for it)
a -9999 ebuild would be best.

You're a dev, you can do it :P
_________________
iVBORw0KGgoAAAANSUhEUgAAA

avatar: new version of logo - see topic 838248. Potentially still a WiP.
Back to top
View user's profile Send private message
gerard82
Veteran
Veteran


Joined: 04 Jan 2004
Posts: 1926
Location: Netherlands

PostPosted: Thu Dec 24, 2009 3:23 pm    Post subject: Reply with quote

cvs-read.sh ends with with "autogen.sh permission denied".
And "./configure no such file or directory".
I tried running it as root,same result.
Gerard.
_________________
To install Gentoo I use sysrescuecd.Based on Gentoo,has Firefox to browse Gentoo docs and mc to browse (and edit) files.
The same disk can be used for 32 and 64 bit installs.
You can follow the Handbook verbatim.
http://www.sysresccd.org/Download
Back to top
View user's profile Send private message
Jaglover
Advocate
Advocate


Joined: 29 May 2005
Posts: 3404
Location: Saint Amant, Acadiana

PostPosted: Thu Dec 24, 2009 3:56 pm    Post subject: Reply with quote

cd cvs/cinepaint-project/cinepaint
sh autogen.sh
./configure
_________________
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
gerard82
Veteran
Veteran


Joined: 04 Jan 2004
Posts: 1926
Location: Netherlands

PostPosted: Thu Dec 24, 2009 5:18 pm    Post subject: Reply with quote

Thanks Jaglover,
Managed to install it.
However when I try to run it I get
Code:

/usr/local/bin/cinepaint: error while loading shared libraries: libcinepaint.so.0: cannot open shared object file: No such file or directory

But that lib was installed in /usr/local alright.
I'll dig further.
Gerard.
_________________
To install Gentoo I use sysrescuecd.Based on Gentoo,has Firefox to browse Gentoo docs and mc to browse (and edit) files.
The same disk can be used for 32 and 64 bit installs.
You can follow the Handbook verbatim.
http://www.sysresccd.org/Download
Back to top
View user's profile Send private message
Jaglover
Advocate
Advocate


Joined: 29 May 2005
Posts: 3404
Location: Saint Amant, Acadiana

PostPosted: Thu Dec 24, 2009 5:53 pm    Post subject: Reply with quote

You are welcome! :)

Try running ldconfig.
Back to top
View user's profile Send private message
gerard82
Veteran
Veteran


Joined: 04 Jan 2004
Posts: 1926
Location: Netherlands

PostPosted: Thu Dec 24, 2009 6:26 pm    Post subject: Reply with quote

Thanks again Jaglover.
I got it running now.
It's too early to say it's running well,time will tell.
Gerard.
_________________
To install Gentoo I use sysrescuecd.Based on Gentoo,has Firefox to browse Gentoo docs and mc to browse (and edit) files.
The same disk can be used for 32 and 64 bit installs.
You can follow the Handbook verbatim.
http://www.sysresccd.org/Download
Back to top
View user's profile Send private message
PraetorZero
Apprentice
Apprentice


Joined: 11 Dec 2004
Posts: 236
Location: /home

PostPosted: Thu Dec 24, 2009 7:22 pm    Post subject: Reply with quote

poly_poly-man wrote:
ssuominen wrote:
Page, http://www.cinepaint.org/download.html has a link to:

"cvs-read.sh - Script for ordinary users to get CinePaint from CVS"

Because the latest release is useless, I'd try to compile it myself from CVS instead.

(Or write -9999 ebuild for it)
a -9999 ebuild would be best.

You're a dev, you can do it :P



Actually, there already is a -9999 ebuild for this. http://bugs.gentoo.org/attachment.cgi?id=213395 bugzilla entry
_________________
What's the worst that can happen?
Back to top
View user's profile Send private message
armanhaghi
n00b
n00b


Joined: 23 Dec 2009
Posts: 3

PostPosted: Fri Dec 25, 2009 3:28 am    Post subject: Reply with quote

Hi Everyone,

Thank you, thank you and thank you for your help. :D I've got Cinepaint running now!!!

Based on the above, and for the future reference of others, this is the series of steps that worked for me:

emerge -av cvs (if you haven't got cvs installed yet)
download cvs-read.sh (from http://www.cinepaint.org/download.html)
chmod +x cvs-read.sh (to make it executable)
./cvs-read.sh (it asked for a password, I just hit enter. this ends in an error, just continue to the next step)
cd cvs/cinepaint-project/cinepaint
sh autogen.sh
./configure
make
(as root) make install
ldconfig

I'm so happy to get this working so thank you all again; it crashed the first few times when I tried to use Levels etc. but it's stablised itself for some reason.
Back to top
View user's profile Send private message
armanhaghi
n00b
n00b


Joined: 23 Dec 2009
Posts: 3

PostPosted: Fri Dec 25, 2009 3:47 am    Post subject: Reply with quote

PS

running cinepaint from terminal shows that it is a bit buggy but... these errors keep running in the background:

(cinepaint:22947): Gtk-WARNING **: A floating object was finalized. This means that someone
called g_object_unref() on an object that had only a floating
reference; the initial floating reference is not owned by anyone
and must be removed with g_object_ref_sink().

and

Error: Unable to set state for menu which doesn't exist:
<Image>/View/Toggle Rulers
Error: Unable to set state for menu which doesn't exist:
<Image>/View/Toggle Guides
Back to top
View user's profile Send private message
lo-jay
l33t
l33t


Joined: 27 Feb 2005
Posts: 774
Location: berlin

PostPosted: Sun May 02, 2010 5:41 pm    Post subject: Reply with quote

hey,

doing
Quote:
./configure


i do get this error:

Code:
Configuration Results

GTK CinePaint Version 0.25.0


General dependencies:
   Gtk2 toolkit                 yes    2.18.9
   DnD support                  yes    X11/Xmu
   littleCMS                    yes    lcms 1.19
   Oyranos                      no

Plug-ins with external dependencies:
   Python plug-in:              yes    python2.6
   OpenEXR plug-in:             yes    OpenEXR 1.6.1
   Tiff plug-in:                yes
   PNG plug-in:                 yes    libpng 1.2.43
   Jpeg plug-in:                yes
   Print plug-in:               yes    Gutenprint 5.1.4
   FLTK dependent plug-ins:     no     !! CinePaint will not build without !!
   Thread dependent plug-ins:   no     !! ICC Examin will not build !!
   Flex dependent plug-ins:     yes    iol
=================================================================

configure: error: !!! An ERROR occured !!!
    Please check the above messages to see why.
    For bug reports please include the complete above output.


emerging
Quote:
x11-libs/fltk-2.0_pre6970


doesn't help - what am i missing?

cheers!
_________________
lo-jay

The mechanic "One of 'em Dodge Chargers - let him go by."
The driver "Not today!"

taken from "Two Lane Blacktop"
Back to top
View user's profile Send private message
Mousee
Apprentice
Apprentice


Joined: 29 Mar 2004
Posts: 291
Location: Illinois, USA

PostPosted: Sun May 02, 2010 7:25 pm    Post subject: Reply with quote

First, look at the cinepaint-9999.ebuild file and see how it's building cinepaint with FLTK:
Code:

RDEPEND="...
x11-libs/fltk:1.1[opengl]
..."

You'll notice that cinepaint requires x11-libs/fltk-1.1. So considering that, I recommend installing x11-libs/fltk-1.1.10 and see if that resolves your issue. Try other versions in the 1.1.x branch if not. That should fix the "Threads..." error bit too.
Back to top
View user's profile Send private message
lo-jay
l33t
l33t


Joined: 27 Feb 2005
Posts: 774
Location: berlin

PostPosted: Sun May 02, 2010 7:52 pm    Post subject: Reply with quote

yes, that solved the prob - cool!

thanks :D
_________________
lo-jay

The mechanic "One of 'em Dodge Chargers - let him go by."
The driver "Not today!"

taken from "Two Lane Blacktop"
Back to top
View user's profile Send private message
cord
Tux's lil' helper
Tux's lil' helper


Joined: 28 Apr 2007
Posts: 147
Location: Kharkov, UA

PostPosted: Tue Dec 27, 2011 6:49 pm    Post subject: Reply with quote

CinePaint 1.0 has been released.
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