Commit Graph

621 Commits

Author SHA1 Message Date
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
5f6e74c5d3 Merge pull request #2735 from CvH/9.0-pulseaudio-fix
pulseaudio: remove fix and cleanup
2018-06-04 20:49:26 +02:00
Matthias Reichl
3c45dd15eb sidplay-libs: enable pic
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-04 19:54:29 +02:00
Matthias Reichl
3e1da7ae96 libopenmpt: enable pic
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-04 19:54:29 +02:00
Matthias Reichl
128a52502f libogg: enable pic
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-04 19:54:29 +02:00
Matthias Reichl
f35dd2729d libmodplug: enable pic
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-04 19:54:29 +02:00
Matthias Reichl
a8f1fe5445 lame: enable pic
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-04 19:54:29 +02:00
Matthias Reichl
c8dc0bae32 fluidsynth: enable pic
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-04 19:54:29 +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
Matthias Reichl
a83bc0c086 flac: drop lto build flag
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-04 19:54:29 +02:00
Matthias Reichl
c23a16ec7e alsa-lib: drop lto build flag
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-04 19:54:29 +02:00
CvH
7c30dc4927 pulseaudio: remove fix and cleanup 2018-06-02 22:17:15 +02:00
CvH
4aa28f292b speex: update to 1.2.0 2018-05-28 09:57:26 +02:00
CvH
a3020f9bf0 libvorbis: update to 1.3.6 2018-05-25 23:49:23 +02:00
CvH
240477494b libogg: update to 1.3.3 2018-05-25 23:49:23 +02:00
CvH
1ffbe85b23 pulseaudio: build fix 2018-05-25 23:49:23 +02:00
CvH
134910684a alsa-utils: update to 1.1.6 2018-05-25 23:49:23 +02:00
CvH
a428bc7c37 alsa-lib: update to 1.1.6 2018-05-25 23:49:23 +02:00
CvH
536d25907a soxr: update to 0.1.3 2018-05-25 23:49:22 +02:00
MilhouseVH
32c54c5fc2 kodi-binary-addons: remove adsp packages 2018-04-18 20:46:21 +01: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
MilhouseVH
18337762d0 alsa-lib: use build_with_debug() helper function 2018-02-19 07:08:48 +00:00
MilhouseVH
3f9fc27686 pulseaudio: fix glibc-2.27 build 2018-02-05 19:20:54 +00:00
MilhouseVH
d9bdc34fe8 alsa-utils: update to alsa-utils-1.1.5 2018-01-06 11:45:57 +00:00
MilhouseVH
68f558794f alsa-lib: update to alsa-lib-1.1.5 2018-01-06 11:45:45 +00:00