Skip to Content.
Sympa Menu

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

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 (769bd7bcd20bf7ecd0dc406aa666c1325c86c033)
  • Date: Fri, 21 Jul 2023 18:29:01 +0000

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

video/pipewire/BUILD | 3 +--
video/pipewire/DEPENDS | 6 +++++-
video/pipewire/DETAILS | 4 ++--
video/pipewire/HISTORY | 4 ++++
4 files changed, 12 insertions(+), 5 deletions(-)

New commits:
commit 769bd7bcd20bf7ecd0dc406aa666c1325c86c033
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

video/pipewire: version 0.3.75

also, wireplumber now can be selected as a suggested dependency.

no more OPTS+=... in BUILD.

diff --git a/video/pipewire/BUILD b/video/pipewire/BUILD
index aec5362..46b41cb 100755
--- a/video/pipewire/BUILD
+++ b/video/pipewire/BUILD
@@ -1,4 +1,3 @@
-# Disable git cloning of subproject
-OPTS+=" session-managers=none ${PIPEWIRE_OPTS}" &&
+OPTS="${PIPEWIRE_OPTS} ${OPTS}" &&

default_build
diff --git a/video/pipewire/DEPENDS b/video/pipewire/DEPENDS
index 0dbf817..7e97241 100755
--- a/video/pipewire/DEPENDS
+++ b/video/pipewire/DEPENDS
@@ -68,5 +68,9 @@ optional_depends SSL "raop=enabled" "raop=disabled"
\
optional_depends readline "readline=enabled" "readline=disabled" \
"to include code for readline support" &&
optional_depends flatpak "flatpak=enabled" "flatpak=disabled" "for flatpak
support" &&
-optional_depends rtkit "legacy-rtkit=true" "legacy-rtkit=false" "Build
legacy rtkit module"
+optional_depends rtkit "legacy-rtkit=true" "legacy-rtkit=false" "Build
legacy rtkit module" &&
+suggest_depends wireplumber \
+ "session-managers=${TRACK_ROOT}/usr/bin/wireplumber" \
+ "session-managers=none" \
+ "use Wireplumber as session manager"
#optional_depends wayland "" "" ""
diff --git a/video/pipewire/DETAILS b/video/pipewire/DETAILS
index b72113c..8feac49 100755
--- a/video/pipewire/DETAILS
+++ b/video/pipewire/DETAILS
@@ -9,8 +9,8 @@ SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
else
- VERSION=0.3.74
-
SOURCE_HASH=sha512:8b916806378363b44cb41a73d4ae70a7b31a0c73b7e62f8c3564e976324b4004104dd8c843a4fae64ecfca8a71e3412cfdfe84ff9663958c46701fc65ead3751
+ VERSION=0.3.75
+
SOURCE_HASH=sha512:19bf292f951f68de19cdfd3c76ee0e538a2ad3022e2669a4a19b40d26c2b16938799470b85def4b74b27b8c8137d03a05780d6bab0f38fb0835b528f2cd34f5d
SOURCE=$SPELL-$VERSION.tar.bz2

SOURCE_URL[0]="https://gitlab.freedesktop.org/${SPELL}/${SPELL}/-/archive/${VERSION}/${SOURCE}";
# Watch: https://gitlab.freedesktop.org/pipewire/pipewire/-/tags
pipewire-([0-9.]+)[.]tar
diff --git a/video/pipewire/HISTORY b/video/pipewire/HISTORY
index e1252f7..0f89b45 100644
--- a/video/pipewire/HISTORY
+++ b/video/pipewire/HISTORY
@@ -1,3 +1,7 @@
+2023-07-21 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 0.3.75
+ * BUILD, DEPENDS: added suggested dependency on wireplumber, removed
+=
+
2023-07-12 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.3.74




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (769bd7bcd20bf7ecd0dc406aa666c1325c86c033), Pavel Vinogradov, 07/21/2023

Archive powered by MHonArc 2.6.24.

Top of Page