Commit Graph

43 Commits

Author SHA1 Message Date
Rudi Heitbaum
2db2e05b5b alsa-lib: update to 1.2.11 2024-02-01 10:35:12 +00:00
Matthias Reichl
bea0107c15 alsa-lib: don't build with largefile support
alsa-lib 1.2.10 enabled large file support by default on 32bit
platforms which leads to a crash when kodi, speaker-test etc try
to access the dmix PCM.

Disable large file support in configure to fix this.

Signed-off-by: Matthias Reichl <hias@horus.com>
2023-09-08 20:30:15 +02:00
Rudi Heitbaum
61c12c13c3 alsa-lib: update to 1.2.10 2023-09-02 04:42:33 +00:00
Rudi Heitbaum
bbc1ca8724 alsa-lib: update to 1.2.9 2023-05-17 10:55:04 +00:00
Rudi Heitbaum
abaf14bd91 alsa-lib: update to 1.2.8 2022-10-27 11:40:18 +00:00
Rudi Heitbaum
8835e1ee91 alsa-lib: update to 1.2.7.2 2022-07-09 05:11:24 +00:00
Rudi Heitbaum
1835d5e604 alsa-lib: update to 1.2.7.1 2022-06-18 11:51:41 +00:00
Rudi Heitbaum
526d2a8468 alsa-lib: update to 1.2.7 and HTTPS 2022-06-01 09:12:58 +00:00
heitbaum
d05aaa1a83 alsa-lib: update to 1.2.6.1 2022-03-15 12:14:27 +00:00
Matthias Reichl
8762f3e5e1 alsa-lib: update to 1.2.5.1
Signed-off-by: Matthias Reichl <hias@horus.com>
2021-10-16 12:19:42 +02:00
Lukas Rusak
b4d22c3263 alsa-lib: remove duplicate user creation (already in systemd) 2021-03-08 16:35:05 -08:00
Ian Leonard
d758cd4728 audio: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-19 19:33:42 +00:00
Matthias Reichl
8edba36d46 alsa-lib: update to 1.2.4
Signed-off-by: Matthias Reichl <hias@horus.com>
2020-10-20 19:52:47 +02:00
nouman8
9166e4e81e alsa-lib: update to 1.2.3.1 2020-06-19 21:42:08 +05:00
nouman8
f3cc27bd95 alsa-lib: update to 1.2.3 2020-06-09 15:21:01 +05:00
Matthias Reichl
5ff78d2238 alsa-lib: update to 1.2.2
Signed-off-by: Matthias Reichl <hias@horus.com>
2020-02-22 11:21:45 +01:00
MilhouseVH
8bc75e8649 alsa-lib: update to alsa-lib-1.1.9 2019-06-07 08:49:07 +01:00
Matthias Reichl
06e36298e4 alsa-lib: update to 1.1.8
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-01-08 13:30:38 +01:00
MilhouseVH
44b1780ee1 alsa-lib: update to alsa-lib-1.1.7 2018-11-20 15:52:23 +00:00
CvH
4cffa5fe6f cleanup: remove PKG_ARCH="any" 2018-10-22 15:06:12 +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
c23a16ec7e alsa-lib: drop lto build flag
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-04 19:54:29 +02:00
CvH
a428bc7c37 alsa-lib: update to 1.1.6 2018-05-25 23:49:23 +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