Dec 182005
 

Current version: smartdj-1.0.

Here you can find the dependencies for Smart DJ, an amaroK script. With all these dependencies installed you can go ahead and install Smart DJ.

Smart DJ lets you find tracks based on how similar they sound to each other. It can also automatically add new tracks to your playlist based on how similar they are to what you’ve been listening to.

To use it:

  • Download the package
  • Check your /etc/make.conf and see what the value of your PORTDIR_OVERLAY variable is
  • Change to one of your ‘overlay’ directories and execute:
    tar zxvf /path/to/smartdj.tar.gz
  • Emerge all the ebuilds that are part of the package (there are no dependencies yet between the packages)
  • You can now download and install the Smart DJ script with amaroK
Aug 062005
 

It seems that I have become the maintainer of the amarok-svn.ebuild. Might as well take the responsibility for the moment, since I need the ebuild for my own good use anyways icon wink New Amarok svn ebuild

Well a lot has changed with KDE, everyone and everything seems to prepare for KDE 4.0, which means that the 3.5 branch has become its own branch and 4.0 seems to be developed in the main branch.

Result was that the default admin directory, checked out in the ebuild, suddenly depended on unsermake and QT4.0. Not directly what you would want. I did a little bit of rewriting of the ebuild, so it will use the 3.5 branch for the admin files (with automake and autoconf).

Works for me.

Update 08/09/2005: had a small error in the ebuild. Fixed that.

Here it is.

May 292005
 

I regularly check the SVN builds of Amarok my favorite music program (if you are using linux, go check it out). Since I also use Gentoo, I just needed to have a good ebuild for it. I found a very good file on the Amarok forums, but had some small problems with it (it did too much), so I made a small update.

If you are interested, here it is.

03/06 small update: on the Amarok forums someone pointed out that the same result could be achieved in a more elegant way. The download now points to the more elegant file.

06/08 update: Andrew pointed out that you need to update the ebuild with a couple of things. Please read the comments for the information. Personally I didn’t have any luck lately since the process now seems to need unsermake and QT4. I am working on that.