aboutsummaryrefslogtreecommitdiff
path: root/sound/lame
Commit message (Collapse)AuthorAge
* sound/lame: add PKG_CPE_IDPhil Eichinger2020-10-28
| | | | Signed-off-by: Phil Eichinger <phil@zankapfel.net>
* sound/lame: Fix optimizationDaniel Engberg2018-04-03
| | | | | | Properly strip any -O switch Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* sound/lame: Remove unnecessary optimization argsDaniel Engberg2017-11-01
| | | | | | -O3 already includes -fomit-frame-pointer -fschedule-insns2 Thanks Philip Prindeville for pointing this out and sorry for the noise. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* sound/lame: Add optional experimental optimizationDaniel Engberg2017-11-01
| | | | | | | Add optional experimental optimization Generic approach for --enable-expopt=full Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* sound/lame: Update to 3.100Daniel Engberg2017-10-17
| | | | | | | | | | | | | | | | * Update LAME to 3.100 * Switch to shared library instead of static binary as it adds very little overhead if you only need LAME binary but saves space if you need both library and binary. Static / Shared: LAME binary: ~252kbyte / ~72kbyte - IPK: ~138kbyte / ~34kbyte LAME library: ~216kbyte / ~216kbyte - IPK: ~117kbyte / ~117kbyte * Drop patch, not needed Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* sound/lame: Update as MP3 isn't covered by patentsDaniel Engberg2017-07-14
| | | | | | | | | | | In April Technicolor's and Fraunhofer IIS's patents and mp3 licensing programs has been expired and/or terminated. Sources: https://www.iis.fraunhofer.de/en/ff/amm/prod/audiocodec/audiocodecs/mp3.html https://en.wikipedia.org/wiki/MP3#Licensing.2C_ownership_and_legislation Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* lame: Fix i386 SSE builds, disable NASM (really)Ted Hess2016-11-17
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* lame: convert license to SPDX formatIan Leonard2014-08-03
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* lame: import from oldpackages, upgrade to 3.99.5, add myself as pkg maintainerTed Hess2014-07-30
Signed-off-by: Ted Hess <thess@kitschensync.net>