From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sun, 30 Jan 2022 16:51:17 +0100 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nECU1-000pEN-CS for lore@lore.pengutronix.de; Sun, 30 Jan 2022 16:51:17 +0100 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1nECU0-0008Nc-Bo; Sun, 30 Jan 2022 16:51:16 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nECSV-0006SP-5f; Sun, 30 Jan 2022 16:49:43 +0100 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1nECSV-00DSBk-4y; Sun, 30 Jan 2022 16:49:42 +0100 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1nECST-0002MD-9L; Sun, 30 Jan 2022 16:49:41 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Sun, 30 Jan 2022 16:49:41 +0100 Message-Id: <20220130154941.9018-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220127143532.2212796-7-christian.melki@t2data.com> References: <20220127143532.2212796-7-christian.melki@t2data.com> MIME-Version: 1.0 Subject: Re: [ptxdist] [APPLIED] alsa-lib: Version bump 1.2.5.1 -> 1.2.6.1 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Christian Melki Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as ddebdb00d342a4b2428e8e2f5f0ad9f5c51f4d81. Michael [sent from post-receive hook] On Sun, 30 Jan 2022 16:49:41 +0100, Christian Melki wrote: > Mostly bugfixes. > Remove disable-ucm fix and move patches. > > Signed-off-by: Christian Melki > Message-Id: <20220127143532.2212796-7-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/patches/alsa-lib-1.2.5.1/0002-fix-build-with-disable-ucm.patch b/patches/alsa-lib-1.2.5.1/0002-fix-build-with-disable-ucm.patch > deleted file mode 100644 > index 88637479545f..000000000000 > --- a/patches/alsa-lib-1.2.5.1/0002-fix-build-with-disable-ucm.patch > +++ /dev/null > @@ -1,37 +0,0 @@ > -From: Jaroslav Kysela > -Date: Mon, 28 Jun 2021 12:08:53 +0200 > -Subject: [PATCH] fix build with --disable-ucm > - > -Link: https://mailman.alsa-project.org/pipermail/alsa-devel/2021-June/186729.html > -Reported-by: Michael Forney > -Signed-off-by: Jaroslav Kysela > ---- > - include/local.h | 10 ++++++++++ > - 1 file changed, 10 insertions(+) > - > -diff --git a/include/local.h b/include/local.h > -index 4e7d88a0ecac..7cfcec53dd5d 100644 > ---- a/include/local.h > -+++ b/include/local.h > -@@ -374,6 +374,8 @@ int _snd_config_load_with_include(snd_config_t *config, snd_input_t *in, > - void *INTERNAL(snd_dlopen)(const char *name, int mode, char *errbuf, size_t errbuflen); > - #endif > - > -+#ifdef BUILD_UCM > -+ > - const char *uc_mgr_alibcfg_by_device(snd_config_t **config, const char *name); > - > - static inline int _snd_is_ucm_device(const char *name) > -@@ -381,4 +383,12 @@ static inline int _snd_is_ucm_device(const char *name) > - return name && name[0] == '_' && name[1] == 'u' && name[2] == 'c' && name[3] == 'm'; > - } > - > -+#else > -+ > -+static inline const char *uc_mgr_alibcfg_by_device(snd_config_t **config, const char *name) { return NULL; } > -+static inline int _snd_is_ucm_device(const char *name) { return 0; } > -+ > -+ > -+#endif > -+ > - #endif > diff --git a/patches/alsa-lib-1.2.5.1/0001-add-largefile-support.patch b/patches/alsa-lib-1.2.6.1/0001-add-largefile-support.patch > similarity index 100% > rename from patches/alsa-lib-1.2.5.1/0001-add-largefile-support.patch > rename to patches/alsa-lib-1.2.6.1/0001-add-largefile-support.patch > diff --git a/patches/alsa-lib-1.2.5.1/autogen.sh b/patches/alsa-lib-1.2.6.1/autogen.sh > similarity index 100% > rename from patches/alsa-lib-1.2.5.1/autogen.sh > rename to patches/alsa-lib-1.2.6.1/autogen.sh > diff --git a/patches/alsa-lib-1.2.5.1/series b/patches/alsa-lib-1.2.6.1/series > similarity index 79% > rename from patches/alsa-lib-1.2.5.1/series > rename to patches/alsa-lib-1.2.6.1/series > index 1ede62264790..cab3f9ae21e5 100644 > --- a/patches/alsa-lib-1.2.5.1/series > +++ b/patches/alsa-lib-1.2.6.1/series > @@ -1,5 +1,4 @@ > # generated by git-ptx-patches > #tag:base --start-number 1 > 0001-add-largefile-support.patch > -0002-fix-build-with-disable-ucm.patch > # e32eb79bf9ae6a22f1a3a5336617e2d3 - git-ptx-patches magic > diff --git a/rules/alsa-lib.make b/rules/alsa-lib.make > index 7fb6a1287a65..c503315c7980 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.5.1 > -ALSA_LIB_MD5 := c8335793e7828803311edc48fb71662e > +ALSA_LIB_VERSION := 1.2.6.1 > +ALSA_LIB_MD5 := 039aae4a55e4a33f4c39b274fcc1dc5e > ALSA_LIB := alsa-lib-$(ALSA_LIB_VERSION) > ALSA_LIB_SUFFIX := tar.bz2 > ALSA_LIB_URL := \ _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de