aboutsummaryrefslogtreecommitdiff
path: root/sound/sox/Makefile
Commit message (Collapse)AuthorAge
* treewide: assign PKG_CPE_IDFabrice Fontaine2024-02-04
| | | | Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* treewide: remove rpath-linkRosen Penev2022-03-13
| | | | | | Most usages seem to be outdated and fixed a long time ago. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* sox: Build without opus (explicitly)Ted Hess2018-11-19
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* sox: remove build timestampAlexander Couzens2017-11-17
| | | | | | | | Build timestamp prevents reproducible builds [0]. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* sox: Explicitly disable support for OpenMPFlorian Fainelli2017-07-27
| | | | | | | | | | | In case a toolchain happens to be built with OpenMP, sox's configure script would be picking that, but we would not be depending on libgomp and would fail creating the package. Since internal OpenWrt/LEDE toolchains don't enable OpenMP by default, let's just do that here as well. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* sound/sox: Reduce dependenciesDaniel Engberg2017-07-20
| | | | | | | | | | | | Reduce dependencies and remove not used functionality linked in using external libs. libsndfile: Unusual file formats libpng: Only used to generate spectrograms Clean up configure arguments libid3tag doesn't fall into the BUILD_PATENTED category as far as I can tell. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net> Signed-off-by: Ted Hess <thess@kitschensync.net>
* sox: Upgrade to 14.4.2. ffmpeg no longer requiredTed Hess2017-01-05
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* sox: update ffmpeg patches for 2.4.x (deprecated functions), add myself as ↵Ted Hess2014-11-01
| | | | | | pkg maintainer Signed-off-by: Ted Hess <thess@kitschensync.net>
* sox: convert license format to SPDXIan Leonard2014-08-03
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* sox: fix build dependencies and configure args as originally intendedTed Hess2014-07-31
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* sox: import from oldpackages, patches to build with newer ffmpeg versionsTed Hess2014-07-29
Signed-off-by: Ted Hess <thess@kitschensync.net>