lame 3.96.1

svn path=/nixpkgs/trunk/; revision=2065
This commit is contained in:
Rob Vermaas 2005-01-19 22:12:34 +00:00
parent cec2c24d85
commit bdf57c697c
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,9 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "lame-3.96.1";
src = fetchurl {
url = http://mesh.dl.sourceforge.net/sourceforge/lame/lame-3.96.1.tar.gz ;
md5 = "e1206c46a5e276feca11a7149e2fc6ac" ;
};
}

View File

@ -874,6 +874,9 @@ rec {
inherit fetchurl stdenv libogg;
};
lame = (import ../applications/audio/lame) {
inherit fetchurl stdenv ;
};
MPlayer = (import ../applications/video/MPlayer) {
inherit fetchurl stdenv freetype x11 zlib;