Since Amarok switched to Gitorious, those of you running a local SVN build with markey’s instructions will have to do some changes to stay up-to-date::
- git clone git://gitorious.org/amarok/amarok.git – > this will drag approx. 56Mb of data
- cmake -DCMAKE_INSTALL_PREFIX=$HOME/kde -DCMAKE_BUILD_TYPE=debugfull $HOME/kde/src/amarok
For updates, you just run ‘git pull’ in your ~/kde/src/amarok/ folder and proceed as before with ‘make install’.
As usual, don’t hesitate to come to #amarok on irc.freenode.net for more questions.