Minor changes. https://www.alsa-project.org/wiki/Changes_v1.2.13_v1.2.14
* Drop ALSA Lisp. * Adjust build options. Signed-off-by: Christian Melki <[email protected]> --- rules/alsa-lib.in | 12 ------------ rules/alsa-lib.make | 6 +++--- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/rules/alsa-lib.in b/rules/alsa-lib.in index 87d363f19..a314e2ee4 100644 --- a/rules/alsa-lib.in +++ b/rules/alsa-lib.in @@ -91,17 +91,5 @@ config ALSA_LIB_UCM help Disable the use-case-manager component if you do not need it -config ALSA_LIB_ALISP - bool - default y - # alisp itself broken in 1.1.7 builds now (alsa-lib commit 639d404), - # but then targets SI7018/sndo[cp]-mixer.alisp in src/conf/cards/ - # fail (missing in tarball, present in git tree). - depends on BROKEN - prompt "alisp" - help - Disable the alisp component if you do not need it - - endif diff --git a/rules/alsa-lib.make b/rules/alsa-lib.make index 82ed3a331..c875b43fc 100644 --- a/rules/alsa-lib.make +++ b/rules/alsa-lib.make @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_ALSA_LIB) += alsa-lib # # Paths and names # -ALSA_LIB_VERSION := 1.2.13 -ALSA_LIB_MD5 := dd856a78e0702c3c4c1d8f56bc07bf61 +ALSA_LIB_VERSION := 1.2.14 +ALSA_LIB_MD5 := d0efd7930da31f0034baddc0b993fa03 ALSA_LIB := alsa-lib-$(ALSA_LIB_VERSION) ALSA_LIB_SUFFIX := tar.bz2 ALSA_LIB_URL := https://www.alsa-project.org/files/pub/lib/$(ALSA_LIB).$(ALSA_LIB_SUFFIX) @@ -51,7 +51,6 @@ ALSA_LIB_CONF_OPT := \ --$(call ptx/endis, PTXCONF_ALSA_LIB_SEQ)-seq \ --$(call ptx/endis, PTXCONF_ALSA_LIB_UCM)-ucm \ --disable-topology \ - --$(call ptx/endis, PTXCONF_ALSA_LIB_ALISP)-alisp \ --disable-old-symbols \ --disable-mixer-modules \ --disable-mixer-pymods \ @@ -59,6 +58,7 @@ ALSA_LIB_CONF_OPT := \ --disable-python2 \ --disable-lockless-dmix \ --enable-thread-safety \ + --$(call ptx/endis, PTXDIST_Y2038)-year2038 \ --with-versioned \ --with-tmpdir=/tmp \ --with-softfloat=$(call ptx/ifdef, PTXCONF_HAS_HARDFLOAT, no, yes) \ -- 2.34.1
