* [Buildroot] [PATCH 1/1] package/pipewire: bump to version 0.3.57
@ 2022-09-07 1:58 James Hilliard
2022-09-17 16:13 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: James Hilliard @ 2022-09-07 1:58 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard
Add support for new bluez5-codec-opus codec feature.
Disable new unsupported flatpak feature.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
package/pipewire/pipewire.hash | 2 +-
package/pipewire/pipewire.mk | 13 ++++++++++---
2 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/package/pipewire/pipewire.hash b/package/pipewire/pipewire.hash
index 905608c3bf..21c3119945 100644
--- a/package/pipewire/pipewire.hash
+++ b/package/pipewire/pipewire.hash
@@ -1,4 +1,4 @@
# Locally calculated
-sha256 bb4662ee4f4036586905268354329228d763fc08d99ca8f0e8ec7e002e46b88d pipewire-0.3.56.tar.bz2
+sha256 da1fd2e6ee088aa22f5398caca76ff879e398ec9216fb6b9400c1177b8c68115 pipewire-0.3.57.tar.bz2
sha256 8909c319a7e27dbb33a15b9035f89ab3b7b2f6a12f8bcddc755206a8db1ada44 COPYING
sha256 be4be5d77424833edf31f53fc1f1cecb6996b9e2d747d9e6fb8f878362ebc92b LICENSE
diff --git a/package/pipewire/pipewire.mk b/package/pipewire/pipewire.mk
index 790d9c8d9f..1aad4a3c5c 100644
--- a/package/pipewire/pipewire.mk
+++ b/package/pipewire/pipewire.mk
@@ -4,7 +4,7 @@
#
################################################################################
-PIPEWIRE_VERSION = 0.3.56
+PIPEWIRE_VERSION = 0.3.57
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)
@@ -32,7 +32,8 @@ PIPEWIRE_CONF_OPTS += \
-Dsession-managers=[] \
-Dlegacy-rtkit=false \
-Davb=disabled \
- -Dlibcanberra=disabled
+ -Dlibcanberra=disabled \
+ -Dflatpak=disabled
ifeq ($(BR2_PACKAGE_DBUS),y)
PIPEWIRE_CONF_OPTS += -Ddbus=enabled
@@ -103,8 +104,14 @@ endif
ifeq ($(BR2_PACKAGE_BLUEZ5_UTILS)$(BR2_PACKAGE_SBC),yy)
PIPEWIRE_CONF_OPTS += -Dbluez5=enabled
PIPEWIRE_DEPENDENCIES += bluez5_utils sbc
+ifeq ($(BR2_PACKAGE_OPUS),y)
+PIPEWIRE_CONF_OPTS += -Dbluez5-codec-opus=enabled
+PIPEWIRE_DEPENDENCIES += opus
else
-PIPEWIRE_CONF_OPTS += -Dbluez5=disabled
+PIPEWIRE_CONF_OPTS += -Dbluez5-codec-opus=disabled
+endif
+else
+PIPEWIRE_CONF_OPTS += -Dbluez5=disabled -Dbluez5-codec-opus=disabled
endif
ifeq ($(BR2_PACKAGE_FFMPEG),y)
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/pipewire: bump to version 0.3.57
2022-09-07 1:58 [Buildroot] [PATCH 1/1] package/pipewire: bump to version 0.3.57 James Hilliard
@ 2022-09-17 16:13 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2022-09-17 16:13 UTC (permalink / raw)
To: James Hilliard; +Cc: buildroot
On Tue, 6 Sep 2022 19:58:38 -0600
James Hilliard <james.hilliard1@gmail.com> wrote:
> Add support for new bluez5-codec-opus codec feature.
>
> Disable new unsupported flatpak feature.
>
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
> package/pipewire/pipewire.hash | 2 +-
> package/pipewire/pipewire.mk | 13 ++++++++++---
> 2 files changed, 11 insertions(+), 4 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-09-17 16:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-07 1:58 [Buildroot] [PATCH 1/1] package/pipewire: bump to version 0.3.57 James Hilliard
2022-09-17 16:13 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox