mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] pulseaudio: Version bump. 16.0 -> 16.1
@ 2022-06-28 10:29 Christian Melki
  2022-07-29  6:23 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2022-06-28 10:29 UTC (permalink / raw)
  To: ptxdist

Minor bugfixes.
https://lists.freedesktop.org/archives/pulseaudio-discuss/2022-June/032287.html

* Move patch forward for making gio optional.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 ...001-Make-gio-2.0-optional-when-gsettings-is-disabled.patch | 0
 patches/{pulseaudio-16.0 => pulseaudio-16.1}/series           | 0
 rules/pulseaudio.make                                         | 4 ++--
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename patches/{pulseaudio-16.0 => pulseaudio-16.1}/0001-Make-gio-2.0-optional-when-gsettings-is-disabled.patch (100%)
 rename patches/{pulseaudio-16.0 => pulseaudio-16.1}/series (100%)

diff --git a/patches/pulseaudio-16.0/0001-Make-gio-2.0-optional-when-gsettings-is-disabled.patch b/patches/pulseaudio-16.1/0001-Make-gio-2.0-optional-when-gsettings-is-disabled.patch
similarity index 100%
rename from patches/pulseaudio-16.0/0001-Make-gio-2.0-optional-when-gsettings-is-disabled.patch
rename to patches/pulseaudio-16.1/0001-Make-gio-2.0-optional-when-gsettings-is-disabled.patch
diff --git a/patches/pulseaudio-16.0/series b/patches/pulseaudio-16.1/series
similarity index 100%
rename from patches/pulseaudio-16.0/series
rename to patches/pulseaudio-16.1/series
diff --git a/rules/pulseaudio.make b/rules/pulseaudio.make
index f84b875ac..c0a0acac2 100644
--- a/rules/pulseaudio.make
+++ b/rules/pulseaudio.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PULSEAUDIO) += pulseaudio
 #
 # Paths and names
 #
-PULSEAUDIO_VERSION	:= 16.0
-PULSEAUDIO_MD5		:= be97bd61024f44cc71c4035b83158010
+PULSEAUDIO_VERSION	:= 16.1
+PULSEAUDIO_MD5		:= 2c7b8ceb5d7337565c7314b4d6087ca8
 PULSEAUDIO		:= pulseaudio-$(PULSEAUDIO_VERSION)
 PULSEAUDIO_SUFFIX	:= tar.xz
 PULSEAUDIO_URL		:= http://freedesktop.org/software/pulseaudio/releases/$(PULSEAUDIO).$(PULSEAUDIO_SUFFIX)
-- 
2.34.1




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] pulseaudio: Version bump. 16.0 -> 16.1
  2022-06-28 10:29 [ptxdist] [PATCH] pulseaudio: Version bump. 16.0 -> 16.1 Christian Melki
@ 2022-07-29  6:23 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2022-07-29  6:23 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as c8d4487ed0e5232609cb544de3f4a4a94482b074.

Michael

[sent from post-receive hook]

On Fri, 29 Jul 2022 08:23:06 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Minor bugfixes.
> https://lists.freedesktop.org/archives/pulseaudio-discuss/2022-June/032287.html
> 
> * Move patch forward for making gio optional.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20220628102912.3204826-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/patches/pulseaudio-16.0/0001-Make-gio-2.0-optional-when-gsettings-is-disabled.patch b/patches/pulseaudio-16.1/0001-Make-gio-2.0-optional-when-gsettings-is-disabled.patch
> similarity index 100%
> rename from patches/pulseaudio-16.0/0001-Make-gio-2.0-optional-when-gsettings-is-disabled.patch
> rename to patches/pulseaudio-16.1/0001-Make-gio-2.0-optional-when-gsettings-is-disabled.patch
> diff --git a/patches/pulseaudio-16.0/series b/patches/pulseaudio-16.1/series
> similarity index 100%
> rename from patches/pulseaudio-16.0/series
> rename to patches/pulseaudio-16.1/series
> diff --git a/rules/pulseaudio.make b/rules/pulseaudio.make
> index f84b875acc8a..c0a0acac2d0c 100644
> --- a/rules/pulseaudio.make
> +++ b/rules/pulseaudio.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PULSEAUDIO) += pulseaudio
>  #
>  # Paths and names
>  #
> -PULSEAUDIO_VERSION	:= 16.0
> -PULSEAUDIO_MD5		:= be97bd61024f44cc71c4035b83158010
> +PULSEAUDIO_VERSION	:= 16.1
> +PULSEAUDIO_MD5		:= 2c7b8ceb5d7337565c7314b4d6087ca8
>  PULSEAUDIO		:= pulseaudio-$(PULSEAUDIO_VERSION)
>  PULSEAUDIO_SUFFIX	:= tar.xz
>  PULSEAUDIO_URL		:= http://freedesktop.org/software/pulseaudio/releases/$(PULSEAUDIO).$(PULSEAUDIO_SUFFIX)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-29  6:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-28 10:29 [ptxdist] [PATCH] pulseaudio: Version bump. 16.0 -> 16.1 Christian Melki
2022-07-29  6:23 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox