summary refs log tree commit diff
path: root/pkgs/development/libraries/lame
Commit message (Collapse)AuthorAge
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* lame: prevent build failure from using outdated symbol listRuben Maher2017-11-03
| | | | | | | | | | Before this change, trying to build LAME on Darwin would throw an error: Undefined symbols for architecture x86_64: "_lame_init_old", referenced from: -exported_symbol[s_list] command line option ld: symbol(s) not found for architecture x86_64 clang-4.0: error: linker command failed with exit code 1 (use -v to see invocation)
* lame: 3.99.5 -> 3.100 for multiple CVEsFranz Pletz2017-10-24
| | | | Fixes CVE-2017-9410, CVE-2017-9411, CVE-2017-9412.
* lame: split into multiple outputs, slightly unusuallyVladimír Čunát2015-10-13
| | | | | Here it seemed that the library doesn't belong into $out, so I left most in $out and separated $lib (and $doc).
* Merge remote-tracking branch 'origin/gcc-4.9' into stagingEelco Dolstra2015-06-11
|\ | | | | | | | | Conflicts: pkgs/development/libraries/wayland/default.nix
| * lame: fix build on 32-bit with gcc 4.9Vladimír Čunát2015-06-04
| |
* | Revert "Refactor mkFlag out of old packages"Eelco Dolstra2015-06-04
|/ | | | | | | | This reverts commit 3117e0c897522ec8431572de12449f676cc8c8be. Conflicts: pkgs/development/libraries/wayland/default.nix pkgs/servers/samba/4.x.nix
* Refactor mkFlag out of old packagesWilliam A. Kennington III2015-05-22
|
* meta.description fixupsJoachim Fasting2015-04-30
| | | | Mostly scripted substitutions with a couple of subjective enhancements.
* lame: move to libraries & fix licensecodyopel2015-02-14