* [gentoo-user] KRITA @ 2016-06-01 2:09 Meino.Cramer 2016-06-01 3:12 ` J. García 2016-06-01 5:03 ` Tuomo Hartikainen 0 siblings, 2 replies; 7+ messages in thread From: Meino.Cramer @ 2016-06-01 2:09 UTC (permalink / raw To: Gentoo Hi, due to bad luck in the past .... ;) What is the most reliable and promising way to compile KRITA and only KRITA on Gentoo Linux ? Thank you very much in advance for any help! Best regards, Meino ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] KRITA 2016-06-01 2:09 [gentoo-user] KRITA Meino.Cramer @ 2016-06-01 3:12 ` J. García 2016-06-01 5:06 ` Tuomo Hartikainen 2016-06-01 5:03 ` Tuomo Hartikainen 1 sibling, 1 reply; 7+ messages in thread From: J. García @ 2016-06-01 3:12 UTC (permalink / raw To: gentoo-user El mié, 01-06-2016 a las 04:09 +0200, Meino.Cramer@gmx.de escribió: > Hi, > > due to bad luck in the past .... ;) > Bad luck? be more specific, usually code compiles or not for a reason. > > What is the most reliable and promising way to compile KRITA and only > KRITA on Gentoo Linux ? > > It is not in the tree so, you have to manually do it. Read the upstream documentation that is in the source repo, install the required packages for build and run time, and if you can, make an ebuild. The way you say 'KRITA and only KRITA' makes me think you find annoying to have to install other stuff for building it? Am I correct? If so, there's no way around it, The package is actually very well documented for building and packaging, I'd say some of the best stuff I have seen, with pointers for packagers. So Following the recommendations should not be difficult if you plan to make your own ebuild for it. A downside might be it requires you to patch Qt5.6, but you should be able to do that without many problems. Another thing you could try is search for a overlay that has it, and if you find only old versions, you can try to bump the ebuild. ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] KRITA 2016-06-01 3:12 ` J. García @ 2016-06-01 5:06 ` Tuomo Hartikainen 2016-06-01 6:46 ` J. García 0 siblings, 1 reply; 7+ messages in thread From: Tuomo Hartikainen @ 2016-06-01 5:06 UTC (permalink / raw To: gentoo-user On 2016-05-31 21:12, J. García wrote: > El mié, 01-06-2016 a las 04:09 +0200, Meino.Cramer@gmx.de escribió: > > Hi, > > > > due to bad luck in the past .... ;) > > > Bad luck? be more specific, usually code compiles or not for a reason. > > > > > What is the most reliable and promising way to compile KRITA and only > > KRITA on Gentoo Linux ? > > > > > It is not in the tree so, you have to manually do it. > Read the upstream documentation that is in the source repo, install the > required packages for build and run time, and if you can, make an > ebuild. The way you say 'KRITA and only KRITA' makes me think you find > annoying to have to install other stuff for building it? Am I correct? It is in the tree as it comes with the app-office/calligra suite. He means he only wants Krita from that bundle, not the Words or Sheets etc. programs. -- Tuomo Hartikainen ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] KRITA 2016-06-01 5:06 ` Tuomo Hartikainen @ 2016-06-01 6:46 ` J. García 0 siblings, 0 replies; 7+ messages in thread From: J. García @ 2016-06-01 6:46 UTC (permalink / raw To: gentoo-user El mié, 01-06-2016 a las 08:06 +0300, Tuomo Hartikainen escribió: > > It is in the tree as it comes with the app-office/calligra suite. He > means he only wants Krita from that bundle, not the Words or Sheets > etc. > programs. > I see, I don't use KDE, and try to avoid K* stuff( I use GNOME here), not because I have anything against it, but because it brings a lot of packages, and I don't want to spend more time compiling. But I have a doubt now, I found a web page, a source repo, and even a Foundation, dedicated to KRITA[1], after quick search. Is the version with calligra old?, or is it calligra just bundles several repos, into one for distribution?, did KRITA split out of calligra? looking at the calligra ebuild, I didn't see anything related to KRITA in SRC_URI, there is USE flag stuff about it, but It doesn't seem to be getting the same KRITA I found, if fact the one I found seems to be its own project. BTW, didn't know of the existence of KRITA, it seems like a very nice program. [1]https://krita.org/ https://phabricator.kde.org/diffusion/KRITA/ ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] KRITA 2016-06-01 2:09 [gentoo-user] KRITA Meino.Cramer 2016-06-01 3:12 ` J. García @ 2016-06-01 5:03 ` Tuomo Hartikainen 2016-06-02 2:42 ` Meino.Cramer 1 sibling, 1 reply; 7+ messages in thread From: Tuomo Hartikainen @ 2016-06-01 5:03 UTC (permalink / raw To: gentoo-user On 2016-06-01 04:09, Meino.Cramer@gmx.de wrote: > Hi, > > due to bad luck in the past .... ;) What kind of bad luck? Please post specific errors. > What is the most reliable and promising way to compile KRITA and only > KRITA on Gentoo Linux ? The most promising way should be installing it from the tree. Set CALLIGRA_FEATURES="krita" in your make.conf so you only get Krita, and emerge app-office/calligra. -- Tuomo Hartikainen ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] KRITA 2016-06-01 5:03 ` Tuomo Hartikainen @ 2016-06-02 2:42 ` Meino.Cramer 2016-06-02 12:22 ` [gentoo-user] KRITA James 0 siblings, 1 reply; 7+ messages in thread From: Meino.Cramer @ 2016-06-02 2:42 UTC (permalink / raw To: gentoo-user Tuomo Hartikainen <tth@harski.org> [16-06-01 17:05]: > On 2016-06-01 04:09, Meino.Cramer@gmx.de wrote: > > Hi, > > > > due to bad luck in the past .... ;) > > What kind of bad luck? Please post specific errors. > > > What is the most reliable and promising way to compile KRITA and only > > KRITA on Gentoo Linux ? > > The most promising way should be installing it from the tree. Set > CALLIGRA_FEATURES="krita" in your make.conf so you only get Krita, and > emerge app-office/calligra. > > -- > Tuomo Hartikainen > Thanks for all the replies. Next weekend I will try my luck. The problems were compile errors. I was that unspecific, because I have no logs anymore. Best regards, Meino ^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-user] Re: KRITA 2016-06-02 2:42 ` Meino.Cramer @ 2016-06-02 12:22 ` James 0 siblings, 0 replies; 7+ messages in thread From: James @ 2016-06-02 12:22 UTC (permalink / raw To: gentoo-user <Meino.Cramer <at> gmx.de> writes: > The problems were compile errors. I was that unspecific, because > I have no logs anymore. Hey Meino, install and use 'app-portage/elogv' as it provides a condensed, actionable summary of the install log. Then if you need more info, set up your system to save the log files, for deeper review when necessary. hth, James ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2016-06-02 12:23 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2016-06-01 2:09 [gentoo-user] KRITA Meino.Cramer 2016-06-01 3:12 ` J. García 2016-06-01 5:06 ` Tuomo Hartikainen 2016-06-01 6:46 ` J. García 2016-06-01 5:03 ` Tuomo Hartikainen 2016-06-02 2:42 ` Meino.Cramer 2016-06-02 12:22 ` [gentoo-user] KRITA James
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox