From 5e078a644a4f68819525c436e20b5bcbfb79aba9 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 9 Jan 2025 18:32:42 +0100 Subject: [PATCH] package/pipewire: bump version to 1.2.7 Includes various bugfixes. For details, see NEWS: https://gitlab.freedesktop.org/pipewire/pipewire/-/blob/cc7439187f61dd73b81ca69f5dbccbb52ce970b2/NEWS Signed-off-by: Peter Korsgaard Signed-off-by: Julien Olivain (cherry picked from commit b94d0d354df0baec54af5ec52556d542849d6315) Signed-off-by: Peter Korsgaard --- package/pipewire/pipewire.hash | 2 +- package/pipewire/pipewire.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/pipewire/pipewire.hash b/package/pipewire/pipewire.hash index 8ea3890675..9ffe95cbea 100644 --- a/package/pipewire/pipewire.hash +++ b/package/pipewire/pipewire.hash @@ -1,4 +1,4 @@ # Locally calculated -sha256 b3817f7b9abf14a6dbcb6ea18b186ba8771f703cb395e4a38366b4e051c40054 pipewire-1.2.2.tar.bz2 +sha256 3c00292f9a419610c9eeb6e45b958d460afb601ecc6894012574a3b9f118616a pipewire-1.2.7.tar.bz2 sha256 8909c319a7e27dbb33a15b9035f89ab3b7b2f6a12f8bcddc755206a8db1ada44 COPYING sha256 be4be5d77424833edf31f53fc1f1cecb6996b9e2d747d9e6fb8f878362ebc92b LICENSE diff --git a/package/pipewire/pipewire.mk b/package/pipewire/pipewire.mk index eb86a98494..9ad92546cc 100644 --- a/package/pipewire/pipewire.mk +++ b/package/pipewire/pipewire.mk @@ -4,7 +4,7 @@ # ################################################################################ -PIPEWIRE_VERSION = 1.2.2 +PIPEWIRE_VERSION = 1.2.7 PIPEWIRE_SOURCE = pipewire-$(PIPEWIRE_VERSION).tar.bz2 PIPEWIRE_SITE = https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/$(PIPEWIRE_VERSION) PIPEWIRE_LICENSE = MIT, LGPL-2.1+ (libspa-alsa), GPL-2.0 (libjackserver)