mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] alsa-lib: Version bump. 1.2.13 -> 1.2.14
@ 2025-04-16 19:42 Christian Melki
  2025-04-16 19:42 ` [ptxdist] [PATCH] alsa-utils: " Christian Melki
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2025-04-16 19:42 UTC (permalink / raw)
  To: ptxdist

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 <christian.melki@t2data.com>
---
 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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-04-16 19:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-04-16 19:42 [ptxdist] [PATCH] alsa-lib: Version bump. 1.2.13 -> 1.2.14 Christian Melki
2025-04-16 19:42 ` [ptxdist] [PATCH] alsa-utils: " Christian Melki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox