mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Christian Melki <christian.melki@t2data.com>
Subject: Re: [ptxdist] [APPLIED] alsa-lib: Version bump. 1.2.9 -> 1.2.10
Date: Sun, 24 Sep 2023 07:44:19 +0200	[thread overview]
Message-ID: <20230924054419.121582-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20230903183958.724911-1-christian.melki@t2data.com>

Thanks, applied as 26ac3245af560a0490bffd06fae4f77e34c78b1d.

Michael

[sent from post-receive hook]

On Sun, 24 Sep 2023 07:44:19 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Some bugfixes and enhancements. Looks like midi-2.0 made it.
> https://github.com/alsa-project/alsa-lib/releases/tag/v1.2.10
> 
> * Remove patchset. Afacit, largefile is finally included in this release.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20230903183958.724911-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/patches/alsa-lib-1.2.9/0001-add-largefile-support.patch b/patches/alsa-lib-1.2.9/0001-add-largefile-support.patch
> deleted file mode 100644
> index c90e11441c6f..000000000000
> --- a/patches/alsa-lib-1.2.9/0001-add-largefile-support.patch
> +++ /dev/null
> @@ -1,32 +0,0 @@
> -From: Lucas Stach <l.stach@pengutronix.de>
> -Date: Tue, 17 Oct 2017 12:29:22 +0200
> -Subject: [PATCH] add largefile support
> -
> -Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
> ----
> - configure.ac | 5 +++++
> - 1 file changed, 5 insertions(+)
> -
> -diff --git a/configure.ac b/configure.ac
> -index b6266651b9d6..b89dbb2bc6fb 100644
> ---- a/configure.ac
> -+++ b/configure.ac
> -@@ -38,6 +38,9 @@ AM_PROG_LIBTOOL
> - 
> - CC_NOUNDEFINED
> - 
> -+dnl enable largefile
> -+AC_SYS_LARGEFILE
> -+
> - dnl Checks for header files.
> - AC_HEADER_STDC
> - AC_CONFIG_HEADERS(include/config.h)
> -@@ -743,6 +746,8 @@ if test ! -L "$srcdir"/include/alsa ; then
> -   ln -sf . "$srcdir"/include/alsa
> - fi
> - 
> -+CPPFLAGS='-include $(CONFIG_HEADER)'
> -+
> - AC_OUTPUT(Makefile doc/Makefile doc/pictures/Makefile doc/doxygen.cfg \
> - 	  include/Makefile include/sound/Makefile include/sound/uapi/Makefile \
> - 	  src/Versions src/Makefile \
> diff --git a/patches/alsa-lib-1.2.9/autogen.sh b/patches/alsa-lib-1.2.9/autogen.sh
> deleted file mode 120000
> index 9f8a4cb7ddcb..000000000000
> --- a/patches/alsa-lib-1.2.9/autogen.sh
> +++ /dev/null
> @@ -1 +0,0 @@
> -../autogen.sh
> \ No newline at end of file
> diff --git a/patches/alsa-lib-1.2.9/series b/patches/alsa-lib-1.2.9/series
> deleted file mode 100644
> index f96f3345c2af..000000000000
> --- a/patches/alsa-lib-1.2.9/series
> +++ /dev/null
> @@ -1,4 +0,0 @@
> -# generated by git-ptx-patches
> -#tag:base --start-number 1
> -0001-add-largefile-support.patch
> -# 28c8f5e33d509bdb14724d1cc3204a4d  - git-ptx-patches magic
> diff --git a/rules/alsa-lib.make b/rules/alsa-lib.make
> index 65f8cc4991a8..0c582ec2e293 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.9
> -ALSA_LIB_MD5		:= d29f5ebe9a4ff1be70508ecbf6655318
> +ALSA_LIB_VERSION	:= 1.2.10
> +ALSA_LIB_MD5		:= aced5acdb6161ed86e5ca3bb10618ca1
>  ALSA_LIB		:= alsa-lib-$(ALSA_LIB_VERSION)
>  ALSA_LIB_SUFFIX		:= tar.bz2
>  ALSA_LIB_URL		:= \



      parent reply	other threads:[~2023-09-24  5:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-03 18:39 [ptxdist] [PATCH] " Christian Melki
2023-09-03 18:39 ` [ptxdist] [PATCH] alsa-utils: " Christian Melki
2023-09-24  5:44   ` [ptxdist] [APPLIED] " Michael Olbrich
2023-09-24  5:44 ` Michael Olbrich [this message]

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=20230924054419.121582-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=christian.melki@t2data.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