From: Andreas Pretzsch <apr@cn-eng.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] alsa-lib: version bump 1.1.7 -> 1.1.9
Date: Fri, 28 Jun 2019 17:25:46 +0200 [thread overview]
Message-ID: <1561735546-3434-1-git-send-email-apr@cn-eng.de> (raw)
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
reply other threads:[~2019-06-28 15:25 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1561735546-3434-1-git-send-email-apr@cn-eng.de \
--to=apr@cn-eng.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox