Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (237523c04bd3940924e45bc038609480cdec2434)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (237523c04bd3940924e45bc038609480cdec2434)
  • Date: Sun, 29 Jan 2023 20:15:35 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

video/pipewire/CONFIGURE | 6 +++++-
video/pipewire/DEPENDS | 1 -
video/pipewire/HISTORY | 3 +++
3 files changed, 8 insertions(+), 2 deletions(-)

New commits:
commit 237523c04bd3940924e45bc038609480cdec2434
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

video/pipewire: V4L2 support doesn't need v4l-utils

diff --git a/video/pipewire/CONFIGURE b/video/pipewire/CONFIGURE
index 9f48d22..ad0c8fa 100755
--- a/video/pipewire/CONFIGURE
+++ b/video/pipewire/CONFIGURE
@@ -1 +1,5 @@
-. "${GRIMOIRE}/MESON_CONFIGURE"
+. "${GRIMOIRE}/MESON_CONFIGURE" &&
+
+config_query_option PIPEWIRE_OPTS "Enable V4L2 support?" n \
+ "pipewire-v4l2=enabled" \
+ "pipewire-v4l2=disabled"
diff --git a/video/pipewire/DEPENDS b/video/pipewire/DEPENDS
index bb01853..232ebee 100755
--- a/video/pipewire/DEPENDS
+++ b/video/pipewire/DEPENDS
@@ -51,7 +51,6 @@ optional_depends LIBPULSE "libpulse=enabled"
"libpulse=disabled" \
"PulseAudio support" &&
optional_depends sdl2 "sdl2=enabled" "sdl2=disabled" "for SDL2 support" &&
optional_depends systemd "systemd=enabled" "systemd=disabled" "SystemD
support" &&
-optional_depends v4l-utils "v4l2=enabled" "v4l2=disabled" "V4L support" &&
optional_depends vulkan-loader "vulkan=enabled" "vulkan=disabled" \
"Vulkan support" &&
optional_depends libsndfile "sndfile=enabled" "sndfile=disabled" \
diff --git a/video/pipewire/HISTORY b/video/pipewire/HISTORY
index ff323ec..fddad8f 100644
--- a/video/pipewire/HISTORY
+++ b/video/pipewire/HISTORY
@@ -1,3 +1,6 @@
+2023-01-29 Pavel Vinogradov <public AT sourcemage.org>
+ * CONFIGURE, DEPENDS: V4L2 support doesn't need v4l-utils
+
2023-01-28 Pavel Vinogradov <public AT sourcemage.org>
* BUILD: append PIPEWIRE_OPTS to OPTS
* DEPENDS: removed all bashisms, reformatted, removed
flatpak=disabled flag



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (237523c04bd3940924e45bc038609480cdec2434), Pavel Vinogradov, 01/29/2023

Archive powered by MHonArc 2.6.24.

Top of Page