* Added Audacious, a fork of beep-media-player (which doesn't seem to

work very well after the Glibc update), plus its dependencies.

  TODO: make an audacious-wrapper that lets Audacious find its plugins
  automatically.  Currently you have to install audacious-plugins and
  symlink ~/.nix-profile/lib/audacious/* in
  ~/.local/share/audacious/Plugins.

svn path=/nixpkgs/trunk/; revision=10927
This commit is contained in:
Eelco Dolstra
2008-03-03 10:55:20 +00:00
parent 25f81f6438
commit f30f36104b
7 changed files with 120 additions and 10 deletions
@@ -0,0 +1,15 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "libmowgli-0.6.1";
src = fetchurl {
url = http://distfiles.atheme.org/libmowgli-0.6.1.tgz;
sha256 = "0bhxgyx6c913pyiib768qmsi059dnq1zj3k2nik9976hy5yd8m0l";
};
meta = {
description = "A development framework for C providing high performance and highly flexible algorithms";
homepage = http://www.atheme.org/projects/mowgli.shtml;
};
}