[Nix-dev] Re: [Nix-commits] SVN commit: nix - r23513 - in nixpkgs/trunk/pkgs: applications/audio/abcde development/libraries/id3lib top-level

Ludovic Courtès ludo at gnu.org
Tue Aug 31 01:18:53 CEST 2010


Saluton!

Lluís Batlle <viriketo at gmail.com> writes:

> Author: viric
> Date: Sun Aug 29 15:53:42 2010
> New Revision: 23513
> URL: https://svn.nixos.org/websvn/nix/?rev=23513&sc=1
>
> Log:
> Allowing abcde to make mp3. I had to add id3v2, and fix the id3lib build.

[...]

>        wrapProgram "$out/bin/abcde" --prefix PATH ":" \
> -        "$out/bin:${libcdio}/bin:${cddiscid}/bin:${wget}/bin:${vorbisTools}/bin"
> +        "$out/bin:${libcdio}/bin:${cddiscid}/bin:${wget}/bin:${vorbisTools}/bin:${id3v2}/bin:${lame}/bin"

I’m in favor of removing the dependency on LAME, because of the patent
issues with MP3 encoders (see, e.g.,
<https://secure.wikimedia.org/wikipedia/en/wiki/LAME>.)

If someone wants to use ABCDE with LAME, they can still install LAME in
their profile and it will be automatically picked up by ABCDE.

What do you think?

Thanks,
Ludo’.



More information about the nix-dev mailing list