From: Clemens Gruber <clemens.gruber@pqgruber.com>
To: ptxdist@pengutronix.de
Cc: Clemens Gruber <clemens.gruber@pqgruber.com>
Subject: [ptxdist] [PATCH] alsa-lib: version bump 1.0.29 -> 1.1.4.1
Date: Tue, 6 Jun 2017 16:36:25 +0200 [thread overview]
Message-ID: <20170606143643.23028-1-clemens.gruber@pqgruber.com> (raw)
Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>
---
rules/alsa-lib.make | 52 +++++++++++++++++-----------------------------------
1 file changed, 17 insertions(+), 35 deletions(-)
diff --git a/rules/alsa-lib.make b/rules/alsa-lib.make
index 3cb6067e8..adf116391 100644
--- a/rules/alsa-lib.make
+++ b/rules/alsa-lib.make
@@ -20,8 +20,8 @@ PACKAGES-$(PTXCONF_ALSA_LIB) += alsa-lib
ALSA_LIB_SUFFIX := tar.bz2
ifdef PTXCONF_ALSA_LIB_FULL
-ALSA_LIB_VERSION := 1.0.29
-ALSA_LIB_MD5 := de67e0eca72474d6b1121037dafe1024
+ALSA_LIB_VERSION := 1.1.4.1
+ALSA_LIB_MD5 := 29fa3e69122d3cf3e8f0e01a0cb1d183
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) \
@@ -55,35 +55,31 @@ ALSA_LIB_AUTOCONF := \
--enable-fast-install \
--enable-libtool-lock \
--enable-symbolic-functions \
- --disable-old-symbols \
- --disable-python \
- --with-tmpdir=/tmp \
--with-debug=no \
- --with-libdl \
- --with-pthread \
- --with-librt \
- --with-alsa-devdir=/dev/snd \
- --with-aload-devdir=/dev \
- --with-versioned \
--$(call ptx/endis, PTXCONF_ALSA_LIB_RESMGR)-resmgr \
--$(call ptx/endis, PTXCONF_ALSA_LIB_READ)-aload \
--$(call ptx/endis, PTXCONF_ALSA_LIB_MIXER)-mixer \
+ --$(call ptx/endis, PTXCONF_ALSA_LIB_PCM)-pcm \
--$(call ptx/endis, PTXCONF_ALSA_LIB_RAWMIDI)-rawmidi \
--$(call ptx/endis, PTXCONF_ALSA_LIB_HWDEP)-hwdep \
--$(call ptx/endis, PTXCONF_ALSA_LIB_SEQ)-seq \
--$(call ptx/endis, PTXCONF_ALSA_LIB_UCM)-ucm \
- --$(call ptx/endis, PTXCONF_ALSA_LIB_ALISP)-alisp
+ --disable-topology \
+ --$(call ptx/endis, PTXCONF_ALSA_LIB_ALISP)-alisp \
+ --disable-old-symbols \
+ --disable-python \
+ --enable-thread-safety \
+ --with-versioned \
+ --with-tmpdir=/tmp \
+ --with-softfloat=$(call ptx/ifdef, PTXCONF_HAS_HARDFLOAT, no, yes) \
+ --with-libdl \
+ --with-pthread \
+ --with-librt \
+ --with-alsa-devdir=/dev/snd \
+ --with-aload-devdir=/dev
ifdef PTXCONF_ALSA_LIB_PCM
-ALSA_LIB_AUTOCONF += \
- --enable-pcm \
- --with-pcm-plugins=all
-else
-ALSA_LIB_AUTOCONF += --disable-pcm
-endif
-
-ifndef PTXCONF_HAS_HARDFLOAT
-ALSA_LIB_AUTOCONF += --with-softfloat
+ALSA_LIB_AUTOCONF += --with-pcm-plugins=all
endif
ifdef PTXCONF_ALSA_LIB_LIGHT
@@ -124,20 +120,6 @@ endif
ifdef PTXCONF_ALSA_LIB_FULL
@$(call install_lib, alsa-lib, 0, 0, 0644, libasound)
-ifdef PTXCONF_ALSA_LIB_MIXER
- @$(call install_copy, alsa-lib, \
- 0, 0, 0644, -, \
- /usr/lib/alsa-lib/smixer/smixer-ac97.so)
-
- @$(call install_copy, alsa-lib, \
- 0, 0, 0644, -, \
- /usr/lib/alsa-lib/smixer/smixer-sbase.so)
-
- @$(call install_copy, alsa-lib, \
- 0, 0, 0644, -, \
- /usr/lib/alsa-lib/smixer/smixer-hda.so)
-endif
-
@$(call install_tree, alsa-lib, \
0, 0, -, /usr/share/alsa/)
endif
--
2.13.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
next reply other threads:[~2017-06-06 14:36 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-06 14:36 Clemens Gruber [this message]
2017-06-06 14:36 ` [ptxdist] [PATCH] cairo: version bump 1.12.18 -> 1.14.8 Clemens Gruber
2017-06-06 14:36 ` [ptxdist] [PATCH] collectd: add exec plugin Clemens Gruber
2017-06-06 14:36 ` [ptxdist] [PATCH] coreutils: version bump 8.25 -> 8.27 Clemens Gruber
2017-06-06 14:36 ` [ptxdist] [PATCH] fontconfig: version bump 2.11.1 -> 2.12.3 Clemens Gruber
2017-06-06 14:36 ` [ptxdist] [PATCH] freetype: version bump 2.6.3 -> 2.8 Clemens Gruber
2017-06-07 9:21 ` Roland Hieber
2017-06-07 10:35 ` Michael Olbrich
2017-06-07 12:46 ` Clemens Gruber
2017-06-08 16:29 ` Michael Olbrich
2017-06-19 12:12 ` Michael Olbrich
2017-06-19 12:26 ` Michael Olbrich
2017-06-06 14:36 ` [ptxdist] [PATCH] latrace: improve configure options Clemens Gruber
2017-06-06 14:36 ` [ptxdist] [PATCH] libelf: version bump 0.168 -> 0.169 Clemens Gruber
2017-06-06 14:36 ` [ptxdist] [PATCH] libevent: version bump 2.0.21 -> 2.1.8 Clemens Gruber
2017-06-06 14:36 ` [ptxdist] [PATCH] libgcrypt: version bump 1.7.6 -> 1.7.7 Clemens Gruber
2017-06-06 14:36 ` [ptxdist] [PATCH] libpng: version bump 1.2.54 -> 1.6.29 Clemens Gruber
2017-06-19 12:11 ` Michael Olbrich
2017-06-06 14:36 ` [ptxdist] [PATCH] mpg123: version bump 1.23.8 -> 1.25.0 Clemens Gruber
2017-06-06 14:36 ` [ptxdist] [PATCH] nano: version bump 2.3.1 -> 2.8.4 Clemens Gruber
2017-06-06 14:36 ` [ptxdist] [PATCH] nginx: add -Wno-error to fix build with GCC 7.1 Clemens Gruber
2017-06-06 14:36 ` [ptxdist] [PATCH] pango: version bump 1.29.4 -> 1.40.6 Clemens Gruber
2017-06-26 10:18 ` Michael Olbrich
2017-06-26 19:29 ` Clemens Gruber
2017-06-06 14:36 ` [ptxdist] [PATCH] rrdtool: version bump 1.6.0 -> 1.7.0 Clemens Gruber
2017-06-06 14:36 ` [ptxdist] [PATCH] systemd: backport fix for nss-resolve fallback Clemens Gruber
2017-06-06 14:36 ` [ptxdist] [PATCH] tmux: version bump 2.3 -> 2.5 Clemens Gruber
2017-06-06 14:36 ` [ptxdist] [PATCH] u-boot-tools: version bump 2016.11 -> 2017.05 Clemens Gruber
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=20170606143643.23028-1-clemens.gruber@pqgruber.com \
--to=clemens.gruber@pqgruber.com \
--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