Commit Graph

8 Commits

Author SHA1 Message Date
Alexander Couzens b556ca8192
sox: remove build timestamp
Build timestamp prevents reproducible builds [0].

[0] https://reproducible-builds.org/docs/timestamps/

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2017-11-17 13:18:21 +01:00
Florian Fainelli 749be47e53 sox: Explicitly disable support for OpenMP
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>
2017-07-27 17:13:43 -07:00
Daniel Engberg 93fd35200f sound/sox: Reduce dependencies
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>
2017-07-20 10:13:05 -04:00
Ted Hess 1bd7eac967 sox: Upgrade to 14.4.2. ffmpeg no longer required
Signed-off-by: Ted Hess <thess@kitschensync.net>
2017-01-05 13:08:39 -05:00
Ted Hess 122e36be3a sox: update ffmpeg patches for 2.4.x (deprecated functions), add myself as pkg maintainer
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-11-01 20:00:06 -04:00
Ian Leonard 39da48b23c sox: convert license format to SPDX
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-08-03 17:20:00 -07:00
Ted Hess 476041c026 sox: fix build dependencies and configure args as originally intended
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-07-31 10:36:17 -04:00
Ted Hess dd7fdad621 sox: import from oldpackages, patches to build with newer ffmpeg versions
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-07-29 12:31:32 -04:00