Added pipewire with libcamera support
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/fba7083f8ceb210c7c20aceafeb5c9a8767cf705
|
||||
|
||||
From fba7083f8ceb210c7c20aceafeb5c9a8767cf705 Mon Sep 17 00:00:00 2001
|
||||
From: Wim Taymans <wtaymans@redhat.com>
|
||||
Date: Thu, 26 Jan 2023 11:57:45 +0100
|
||||
Subject: [PATCH] modules: also install module-combine-stream
|
||||
|
||||
--- a/src/modules/meson.build
|
||||
+++ b/src/modules/meson.build
|
||||
@@ -139,7 +139,7 @@ pipewire_module_echo_cancel_sources = [
|
||||
pipewire_module_combine_stream = shared_library('pipewire-module-combine-stream',
|
||||
[ 'module-combine-stream.c' ],
|
||||
include_directories : [configinc],
|
||||
- install : false,
|
||||
+ install : true,
|
||||
install_dir : modules_install_dir,
|
||||
install_rpath: modules_install_dir,
|
||||
dependencies : [spa_dep, dl_lib, pipewire_dep],
|
||||
--
|
||||
2.39.1
|
||||
|
||||
@@ -0,0 +1,28 @@
|
||||
https://gitlab.freedesktop.org/pipewire/pipewire/-/merge_requests/1511
|
||||
|
||||
From 18fa7a555cc43c7219a53d836d9561faec6d6310 Mon Sep 17 00:00:00 2001
|
||||
From: Sam James <sam@gentoo.org>
|
||||
Date: Sat, 28 Jan 2023 11:04:48 +0000
|
||||
Subject: [PATCH] spa: bluez5: fix dependency on glib in bluez5_deps
|
||||
|
||||
In de595a78ff958b8314d853f6266d5832529d9729, we started to require glib
|
||||
for building bluez and introduced dependencies for the needed gio* bits,
|
||||
but we only ever check for glib itself for gstreamer or flatpak.
|
||||
|
||||
Drop glib from the dep list to match the summary() & subsequent bluez_deps_found
|
||||
logic in spa/meson.build.
|
||||
|
||||
Fixes: https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/2999
|
||||
--- a/spa/plugins/bluez5/meson.build
|
||||
+++ b/spa/plugins/bluez5/meson.build
|
||||
@@ -1,6 +1,6 @@
|
||||
gnome = import('gnome')
|
||||
|
||||
-bluez5_deps = [ mathlib, dbus_dep, glib2_dep, sbc_dep, bluez_dep, gio_dep, gio_unix_dep ]
|
||||
+bluez5_deps = [ mathlib, dbus_dep, sbc_dep, bluez_dep, gio_dep, gio_unix_dep ]
|
||||
foreach dep: bluez5_deps
|
||||
if not dep.found()
|
||||
subdir_done()
|
||||
--
|
||||
2.39.1
|
||||
|
||||
Reference in New Issue
Block a user