26 april 2012
Classified in : Software & Hardware



# installing a remote package repository address sudo add-apt-repository ppa:otto-kesselgulasch/gimp # update the package repository list on your computer
sudo apt-get update # install the package updated , dependencies will follow
sudo apt-get install gimp

# preparing a folder for storing the sources cd mkdir sources cd sources # installing dependencies sudo apt-get install libgtk2.0-dev git-core g++ python-dev libglib2.0-dev python-numpy swig scons gettext libpng12-dev liblcms2-dev libjson0-dev
# download the last sources git clone git://gitorious.org/mypaint/mypaint.git
# enter the directory , compile cd mypaint scons # and run ./mypaint
to update Mypaint :
# going to the sources folder cd ~/sources/mypaint/ # update the sources git pull # recompile. scons # and run ./mypaint
note : You can install the dev version to all your system to can 'Open with' and also have it in your main menu. This is not clean because the code goes where package extract too, but at least on every method I tested ; it's the only one who works.
sudo scons prefix=/usr/local install
To uninstall
sudo scons prefix=/usr/local install --clean

# preparing a folder for storing the sources cd mkdir sources cd sources mkdir krita cd krita # installing manually dependencies sudo apt-get build-dep calligra sudo apt-get install liblcms2-2 liblcms2-utils git xserver-xorg-input-wacom oxygen-icon-theme kde-runtime wget liblcms1-dev kdebase-runtime systemsettings qt4-qtconfig qtcurve libwpg-tools libwpd-tools poppler-utils opengtl-tools libcxxtools-dev # download the script wget http://krita.org/builder/calligra-creative_build-script.sh.tar.gz #unpacking it with the right to execute tar -xzvf calligra-creative_build-script.sh.tar.gz #remove the archive rm ./calligra-creative_build-script.sh.tar.gz # launch the script ./calligra-creative_build-script.sh # wait, it will be long. # In case of problem - it will probably happen - ask for help on the script forum page.
# Note : Sometime when it breaks during compile, relaunching the script is a good idea
# ( I had to do it on 2 install test )
post install fix :
# edit your profile file for a useful redirection kate ~/.profile # paste this two lines at the end export KDEDIRS=$KDEDIRS:$HOME/sources/krita/calligra/calligra-inst export PATH=$PATH:$HOME/sources/krita/calligra/calligra-inst/bin # reboot , Krita will be installed.to update Krita :
# go on your source folder cd ~/sources/krita/ # launch the script again ./calligra-creative_build-script.sh # wait, it will be long , but faster than first compile. # In case of problem - it will probably happen- ask for help on the script forum page again.
# go to the directory of your sources # identify the updates with git log git log # scroll to a older safe state in the commit and copy the commit number # ex : '30438af012555ee67a825ecc626a589cbdd999ce' of a week ago when all worked # tell git to go back in time at the commit address git checkout 30438af012555ee67a825ecc626a589cbdd999ce # then compile again
# go to the directory of your sources git checkout master # then compile again

All the informations for tester I wrote above works also on Ubuntu 12.04 LTS main edition ( screenshot of my test , to proove it ) , and so , I guess it will be the same for Xubuntu and all *.buntu/Mint/gnome-shell based on this release. I tested it deeply and it would be to long to explain what I dislike in it, so I'm back to Kubuntu, but I wanted to let you know about the compatibility of my 'how-to'.
I hope you liked it. I need to proof test it all of this on a new install. If you have good feedback, share it.
Now I'm back to my drawings .
Notes :
* : also read previous article on previous Kubuntu version : kubuntu 11-10 for digital painting
Classified in : Software & Hardware
65 comments
friday 27 april 2012, 16:29
friday 27 april 2012, 17:05
friday 27 april 2012, 18:00
friday 27 april 2012, 22:47
friday 27 april 2012, 23:23
saturday 28 april 2012, 00:47
saturday 28 april 2012, 03:36
sunday 29 april 2012, 11:49
sunday 29 april 2012, 12:48
sunday 29 april 2012, 13:04
sunday 29 april 2012, 14:27
sunday 29 april 2012, 16:32
sunday 29 april 2012, 20:25
monday 30 april 2012, 02:49
monday 30 april 2012, 02:52
tuesday 01 may 2012, 16:18
tuesday 01 may 2012, 22:55
tuesday 01 may 2012, 23:22
wednesday 02 may 2012, 14:59
tuesday 08 may 2012, 00:29
tuesday 08 may 2012, 08:49
thursday 10 may 2012, 18:51
thursday 10 may 2012, 19:53
thursday 10 may 2012, 20:24
thursday 10 may 2012, 20:26
thursday 10 may 2012, 22:18
thursday 10 may 2012, 23:16
sunday 13 may 2012, 17:03
sunday 13 may 2012, 20:35
monday 14 may 2012, 18:57
friday 18 may 2012, 15:31
friday 18 may 2012, 18:08
friday 18 may 2012, 21:25
friday 18 may 2012, 23:05
wednesday 23 may 2012, 07:03
wednesday 23 may 2012, 11:59
wednesday 30 may 2012, 12:11
wednesday 30 may 2012, 14:49
sunday 03 june 2012, 12:58
monday 04 june 2012, 10:34
friday 15 june 2012, 19:44
friday 15 june 2012, 21:23
sunday 24 june 2012, 08:15
monday 25 june 2012, 18:46
monday 25 june 2012, 21:54
tuesday 26 june 2012, 00:53
tuesday 26 june 2012, 11:40
wednesday 27 june 2012, 06:12
wednesday 27 june 2012, 06:23
wednesday 27 june 2012, 11:17
friday 29 june 2012, 04:38
friday 29 june 2012, 05:08
friday 29 june 2012, 12:27
tuesday 03 july 2012, 06:08
tuesday 03 july 2012, 06:41
tuesday 03 july 2012, 16:04
thursday 26 july 2012, 13:51
thursday 26 july 2012, 14:00
tuesday 14 august 2012, 20:53
tuesday 14 august 2012, 22:26
wednesday 03 october 2012, 17:08
wednesday 03 october 2012, 18:48
wednesday 03 october 2012, 18:57
thursday 04 october 2012, 05:12
thursday 04 october 2012, 07:12
Write a comment