18 Commits

Author SHA1 Message Date
CvH
4cffa5fe6f cleanup: remove PKG_ARCH="any" 2018-10-22 15:06:12 +02:00
CvH
2923f2b56a cleanup: remove PKG_SOURCE_DIR 2018-10-22 15:06:11 +02:00
CvH
4317bc5002 cleanup: remove PKG_SECTION 2018-10-22 15:06:11 +02:00
CvH
eb2c07036f spdx: packages/audio 2018-07-17 23:58:49 +02:00
Matthias Reichl
c0c0c08f32 soxr: don't create libavutil dependency on ARM
When both SIMD/NEON optimized and non-SIMD resamplers are built
soxr uses libavutil to do runtime CPU detection to switch
between these.

Avoid that by enabling only one of them depending on NEON
availability.

Also explicitly disable AVFFT to avoid picking up a dependency
on libavcodec.

Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-05 15:51:40 +02:00
Matthias Reichl
bd2171b6fc soxr: drop lto build flag
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-04 19:54:29 +02:00
CvH
536d25907a soxr: update to 0.1.3 2018-05-25 23:49:22 +02:00
Sascha Kuehndel (InuSasha)
8827a540aa
buildsystem: add BUILD_FLAG support
- replace strip_lto/strip_gold (only allowed to disable)
- add flag for PIC feature
- add flag to stop build parallel
- add support for hardening option (initial copy from debian 9)

All build parameters, are added in setup_toolchain.
`PKG_[FLAG]_[HOST/TARGET]_ENABLED` variable is introduced for checking the flag (yes/no) in the package.mk

Thanks to @MilhouseVH, for support and fixing
2018-03-07 18:35:01 +01:00
Sascha Kuehndel (InuSasha)
3846ec7dac
buildsystem: replace PKG_AUTORECONF 2017-11-22 00:41:12 +01:00
cvh
837b447b7c decommission PKG_IS_ADDON 2017-10-16 00:01:20 +02:00
Peter Vicman
50a51452be build system: add sha256 checksum to all packages
putting #1597 in use
2017-07-17 20:49:23 +02:00
Lukas Rusak
90df9caec5
soxr: add -fPIC to CFLAGS 2017-06-14 12:57:13 -07:00
awiouy
cf5d3a4579 decommission PKG_REV 2017-01-19 00:06:13 +01:00
Christian Hewitt
a7ad32935c Merge pull request #760 from lrusak/cmake
rework cmake build system and adjust build variables
2016-09-27 11:26:54 +04:00
Stephan Raue
9ebc33a6f0
soxr: simplyfing cmake configuration
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-09-26 23:20:54 -07:00
awiouy
e0c2de9b39 Decommission PKG_PRIORITY 2016-09-24 11:57:39 +02:00
Stephan Raue
f51faa070d packages: update license headers
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-01-02 17:29:56 +01:00
Stephan Raue
843e3972df add new package 'soxr'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-10-24 11:57:29 +02:00