Allowing abcde to make mp3. I had to add id3v2, and fix the id3lib build.

svn path=/nixpkgs/trunk/; revision=23513
This commit is contained in:
Lluís Batlle i Rossell
2010-08-29 15:53:42 +00:00
parent 89c3aed22e
commit 65e7754f51
4 changed files with 111 additions and 3 deletions

View File

@@ -2,6 +2,8 @@
stdenv.mkDerivation {
name = "id3lib-3.8.3";
patches = [ ./id3lib-3.8.3-gcc43-1.patch ];
src = fetchurl {
url = mirror://sourceforge/id3lib/id3lib-3.8.3.tar.gz;