* [ptxdist] [PATCH] alsa-lib: version bump 1.1.7 -> 1.1.9
@ 2019-06-28 15:25 Andreas Pretzsch
0 siblings, 0 replies; only message in thread
From: Andreas Pretzsch @ 2019-06-28 15:25 UTC (permalink / raw)
To: ptxdist
http mirror dl.ambiweb.de for ftp.alsa-project.org is gone.
Replace it with official 'FTP via HTTP (web) access' mirror
at 'https://www.alsa-project.org/files/pub/'.
Patch '0001-add-largefile-support.patch' is still required,
but should be refreshed someday by PTX:
Applying patch 0001-add-largefile-support.patch
patching file configure.ac
Hunk #2 succeeded at 709 (offset 43 lines).
As far as I can see from git commit log, no spectacular changes.
User visible target changes 1.1.7 -> 1.1.9:
- some minor bugfixes and improvements
- conf: pcm dmix - add CHANNELS argument
- a lot of UCM config file changes, additions, include updates
User visible build changes 1.1.7 -> 1.1.9:
- deprecated header /usr/include/asoundlib.h is gone
- deprecated header /usr/include/sys/asoundlib.h is still there
- deprecated (backward compatibility due to old mistake) extra
include path '-I${includedir}/alsa' in alsa.pc is gone.
See alsa-lib commit fc0e54c.
Replace '#include <asoundlib.h>' with '#include <alsa/asoundlib.h>'
in faulty code, as it should have been right from the start.
Signed-off-by: Andreas Pretzsch <apr@cn-eng.de>
---
PTX, please feel free to refresh the largefile-support patch
from Lucas Stach and adapt the commit message accordingly.
I didn't refresh it, as I don't know if you track them somewhere.
.../0001-add-largefile-support.patch | 0
patches/{alsa-lib-1.1.7 => alsa-lib-1.1.9}/autogen.sh | 0
patches/{alsa-lib-1.1.7 => alsa-lib-1.1.9}/series | 0
rules/alsa-lib.in | 4 +++-
rules/alsa-lib.make | 6 +++---
5 files changed, 6 insertions(+), 4 deletions(-)
rename patches/{alsa-lib-1.1.7 => alsa-lib-1.1.9}/0001-add-largefile-support.patch (100%)
rename patches/{alsa-lib-1.1.7 => alsa-lib-1.1.9}/autogen.sh (100%)
rename patches/{alsa-lib-1.1.7 => alsa-lib-1.1.9}/series (100%)
diff --git a/patches/alsa-lib-1.1.7/0001-add-largefile-support.patch b/patches/alsa-lib-1.1.9/0001-add-largefile-support.patch
similarity index 100%
rename from patches/alsa-lib-1.1.7/0001-add-largefile-support.patch
rename to patches/alsa-lib-1.1.9/0001-add-largefile-support.patch
diff --git a/patches/alsa-lib-1.1.7/autogen.sh b/patches/alsa-lib-1.1.9/autogen.sh
similarity index 100%
rename from patches/alsa-lib-1.1.7/autogen.sh
rename to patches/alsa-lib-1.1.9/autogen.sh
diff --git a/patches/alsa-lib-1.1.7/series b/patches/alsa-lib-1.1.9/series
similarity index 100%
rename from patches/alsa-lib-1.1.7/series
rename to patches/alsa-lib-1.1.9/series
diff --git a/rules/alsa-lib.in b/rules/alsa-lib.in
index 7361f1226..ec5134d32 100644
--- a/rules/alsa-lib.in
+++ b/rules/alsa-lib.in
@@ -103,7 +103,9 @@ config ALSA_LIB_UCM
config ALSA_LIB_ALISP
bool
default y
- # necessary files missing in the tarball for version 1.1.7
+ # 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
diff --git a/rules/alsa-lib.make b/rules/alsa-lib.make
index b8e1105a8..698b232aa 100644
--- a/rules/alsa-lib.make
+++ b/rules/alsa-lib.make
@@ -20,11 +20,11 @@ PACKAGES-$(PTXCONF_ALSA_LIB) += alsa-lib
ALSA_LIB_SUFFIX := tar.bz2
ifdef PTXCONF_ALSA_LIB_FULL
-ALSA_LIB_VERSION := 1.1.7
-ALSA_LIB_MD5 := 51ca1283e27e7dc10207ccce33919cf2
+ALSA_LIB_VERSION := 1.1.9
+ALSA_LIB_MD5 := e6d429dbdcfaa0f034d907fa6dc3735e
ALSA_LIB := alsa-lib-$(ALSA_LIB_VERSION)
ALSA_LIB_URL := \
- http://dl.ambiweb.de/mirrors/ftp.alsa-project.org/lib/$(ALSA_LIB).$(ALSA_LIB_SUFFIX) \
+ https://www.alsa-project.org/files/pub/lib/$(ALSA_LIB).$(ALSA_LIB_SUFFIX) \
ftp://ftp.alsa-project.org/pub/lib/$(ALSA_LIB).$(ALSA_LIB_SUFFIX)
endif
--
2.19.1
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-06-28 15:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-28 15:25 [ptxdist] [PATCH] alsa-lib: version bump 1.1.7 -> 1.1.9 Andreas Pretzsch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox