about summary refs log tree commit diff
path: root/pkgs/development/libraries/faac
AgeCommit message (Collapse)AuthorFilesLines
2024-05-04faac: cleanup null in inputs, don't set empty list, add meta.homepageSandro Jäckel1-7/+4
2023-01-26treewide: remove global with lib; statements in pkgs/developmentShawn89011-5/+4
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-2/+2
2020-12-11faac: 1.29.9.2 -> 1.30Mario Rodas1-3/+3
2020-08-16libfaac/libfaad2: drop homepageArnout Engelen1-1/+0
Because it seems the audiocoding.com domain expired
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-04-22treewide: Change URLs to HTTPSDaniel Schaefer1-1/+1
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them if there's actual content. Inspired by https://github.com/NixOS/nixpkgs/issues/60004
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2017-12-09faac: 1.29.3 -> 1.29.9.2Bart Brouns1-2/+4
2017-07-30faac: 1.28 -> 1.29.3Bart Brouns1-16/+2
2017-02-26faac: fix build with glibc-2.25Franz Pletz1-2/+18
Use patches from Arch to really build against the provided external mp4v2 library.
2016-03-05Use general hardening flag toggle listsFranz Pletz1-1/+1
The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow
2016-03-04faac: disable format hardeningTristan Helmich1-0/+2
2015-02-10faac: revert licensing changecodyopel1-1/+1
2015-02-08Formatting fixesWilliam A. Kennington III1-7/+8
2015-02-08faac: refactor and add drm optionalcodyopel1-8/+19
2014-11-06Turn more licenses into lib.licenses styleMateusz Kowalczyk1-1/+1
Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739
2014-04-10faac is redistributable, hydra is allowed to build it.Mathijs Kwik1-1/+1
2013-12-07Noting faac unfree. I think it is unfree, not LGPL.Lluís Batlle i Rossell1-1/+3
2013-07-14gktspell: version bump to 2.0.16 because the old one has disappearedEvgeny Egorochkin1-1/+1
2011-05-12* Updated ffmpeg, faac and xvidcore.Eelco Dolstra1-8/+6
* ffmpeg: enable support for faac (disabled by default because faac is non-free). * faac: use an external mp4v2 because the internal one doesn't build. svn path=/nixpkgs/trunk/; revision=27240
2010-07-28* Get rid of many instances of "args: with args;", and other codingEelco Dolstra1-7/+8
guidelines violations. * Updated libsamplerate to 0.1.7. svn path=/nixpkgs/trunk/; revision=22782
2008-10-14added faad2 and faac (deps of cinelerra)Marc Weber1-0/+19
svn path=/nixpkgs/trunk/; revision=13067