From 2ae92cbcc107165abf79d0d0d9c2e073cc63bb13 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Wed, 7 Aug 2013 18:07:21 +0200 Subject: gnu: Add lame. * gnu/packages/mp3.scm (lame): New variable. --- gnu/packages/mp3.scm | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'gnu/packages/mp3.scm') diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm index 73d4c267ee..941fc47ecd 100644 --- a/gnu/packages/mp3.scm +++ b/gnu/packages/mp3.scm @@ -205,3 +205,20 @@ This package contains the binary.") frontends, as an mp3 player and as an mp3 to wave file decoder (primarily for use with CD-recording software).") (license license:gpl2))) + +(define-public lame + (package + (name "lame") + (version "3.99.5") + (source (origin + (method url-fetch) + (uri (string-append "mirror://sourceforge/lame/lame/3.99/lame-" + version ".tar.gz")) + (sha256 + (base32 + "1zr3kadv35ii6liia0bpfgxpag27xcivp571ybckpbz4b10nnd14")))) + (build-system gnu-build-system) + (home-page "http://lame.sourceforge.net/") + (synopsis "MPEG Audio Layer III (MP3) encoder") + (description "LAME is a high quality MPEG Audio Layer III (MP3) encoder.") + (license license:lgpl2.0))) -- cgit v1.2.3