* Updated Audacious and its dependencies.

svn path=/nixpkgs/trunk/; revision=12763
This commit is contained in:
Eelco Dolstra
2008-08-29 11:31:16 +00:00
parent 9be673de5e
commit 6c2cbbbe87
8 changed files with 32 additions and 23 deletions

View File

@@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
name = "libcddb-1.3.0";
src = fetchurl {
url = "mirror://sourceforge/libcddb/${name}.tar.bz2";
sha256 = "1y8bfy12dwm41m1jahayn3v47dm34fmz7m9cjxyh7xcw6fp3lzaf";
};
meta = {
description = ''Libcddb is a C library to access data on a CDDB server
(freedb.org).'';
description = "Libcddb is a C library to access data on a CDDB server (freedb.org)";
license = "LGPLv2+";
homepage = http://libcddb.sourceforge.net/;
};