From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 01 Jul 2022 07:11:30 +0200 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 1o78wA-002erf-Ve for lore@lore.pengutronix.de; Fri, 01 Jul 2022 07:11:30 +0200 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 1o78wD-0003iA-6i; Fri, 01 Jul 2022 07:11:29 +0200 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 1o78vM-00035I-81; Fri, 01 Jul 2022 07:10:36 +0200 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 1o78vH-003ieK-Tr; Fri, 01 Jul 2022 07:10:35 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1o78vK-00FRc7-Om; Fri, 01 Jul 2022 07:10:34 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 1 Jul 2022 07:10:34 +0200 Message-Id: <20220701051034.3681024-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220620115845.1168890-1-linnea.gunnarsson@t2data.com> References: <20220620115845.1168890-1-linnea.gunnarsson@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] pulseaudio: version bump 15.0 -> 16.0 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: Linnea Gunnarsson 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 6d3f19953c8912eb5781a9cf0d5f8a8e6f19fb37. Michael [sent from post-receive hook] On Fri, 01 Jul 2022 07:10:34 +0200, Linnea Gunnarsson wrote: > Support for new sound cards and headsets. > Latency fixes. Some built-in latency is now configurable. > Bluetooth support battery level reporting. > New Opus compression avaliable if build with gstreamer. > > The patch is adapted to the new version. > > Changelog can be found here: > https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/16.0/ > > Signed-off-by: Linnea Gunnarsson > Message-Id: <20220620115845.1168890-1-linnea.gunnarsson@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/patches/pulseaudio-15.0/0001-Make-gio-2.0-optional-when-gsettings-is-disabled.patch b/patches/pulseaudio-15.0/0001-Make-gio-2.0-optional-when-gsettings-is-disabled.patch > deleted file mode 100644 > index 325e9cfd8bb6..000000000000 > --- a/patches/pulseaudio-15.0/0001-Make-gio-2.0-optional-when-gsettings-is-disabled.patch > +++ /dev/null > @@ -1,21 +0,0 @@ > -From: Yureka Lilian > -Date: Fri, 22 Oct 2021 09:09:55 +0000 > -Subject: [PATCH] Make gio-2.0 optional when gsettings is disabled > - > ---- > - meson.build | 2 +- > - 1 file changed, 1 insertion(+), 1 deletion(-) > - > -diff --git a/meson.build b/meson.build > -index d7e468cabec7..92f2d20bdca0 100644 > ---- a/meson.build > -+++ b/meson.build > -@@ -614,7 +614,7 @@ if dbus_dep.found() > - cdata.set('HAVE_DBUS', 1) > - endif > - > --gio_dep = dependency('gio-2.0', version : '>= 2.26.0') > -+gio_dep = dependency('gio-2.0', version : '>= 2.26.0', required : get_option('gsettings')) > - if get_option('gsettings').enabled() > - assert(gio_dep.found(), 'GSettings support needs glib I/O library (GIO)') > - cdata.set('HAVE_GSETTINGS', 1) > diff --git a/patches/pulseaudio-16.0/0001-Make-gio-2.0-optional-when-gsettings-is-disabled.patch b/patches/pulseaudio-16.0/0001-Make-gio-2.0-optional-when-gsettings-is-disabled.patch > new file mode 100644 > index 000000000000..e9996f9b7812 > --- /dev/null > +++ b/patches/pulseaudio-16.0/0001-Make-gio-2.0-optional-when-gsettings-is-disabled.patch > @@ -0,0 +1,21 @@ > +From: Yureka Lilian > +Date: Fri, 22 Oct 2021 09:09:55 +0000 > +Subject: [PATCH] Make gio-2.0 optional when gsettings is disabled > + > +--- > + meson.build | 2 +- > + 1 file changed, 1 insertion(+), 1 deletion(-) > + > +diff --git a/meson.build b/meson.build > +index c6db7e670..0fdec79af 100644 > +--- a/meson.build > ++++ b/meson.build > +@@ -681,7 +681,7 @@ if get_option('daemon') > + cdata.set('HAVE_ALSA_UCM', 1) > + endif > + > +- gio_dep = dependency('gio-2.0', version : '>= 2.26.0') > ++ gio_dep = dependency('gio-2.0', version : '>= 2.26.0', required : get_option('gsettings')) > + if get_option('gsettings').enabled() > + assert(gio_dep.found(), 'GSettings support needs glib I/O library (GIO)') > + cdata.set('HAVE_GSETTINGS', 1) > diff --git a/patches/pulseaudio-15.0/series b/patches/pulseaudio-16.0/series > similarity index 100% > rename from patches/pulseaudio-15.0/series > rename to patches/pulseaudio-16.0/series > diff --git a/rules/pulseaudio.make b/rules/pulseaudio.make > index a2875a3661fb..f84b875acc8a 100644 > --- a/rules/pulseaudio.make > +++ b/rules/pulseaudio.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PULSEAUDIO) += pulseaudio > # > # Paths and names > # > -PULSEAUDIO_VERSION := 15.0 > -PULSEAUDIO_MD5 := bb888e7747b778c1c487c63b582ddf40 > +PULSEAUDIO_VERSION := 16.0 > +PULSEAUDIO_MD5 := be97bd61024f44cc71c4035b83158010 > PULSEAUDIO := pulseaudio-$(PULSEAUDIO_VERSION) > PULSEAUDIO_SUFFIX := tar.xz > PULSEAUDIO_URL := http://freedesktop.org/software/pulseaudio/releases/$(PULSEAUDIO).$(PULSEAUDIO_SUFFIX)