Skip to Content.
Sympa Menu

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

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 (9562e3cb18eeed0d196cd3f1fdf8cb1bdbadabd4)
  • Date: Sun, 6 Feb 2022 20:06:14 +0000

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

video/wireplumber/DETAILS | 12 +++++++++++-
video/wireplumber/HISTORY | 3 +++
video/wireplumber/PREPARE | 2 ++
3 files changed, 16 insertions(+), 1 deletion(-)

New commits:
commit 9562e3cb18eeed0d196cd3f1fdf8cb1bdbadabd4
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

video/wireplumber: added scm branch

diff --git a/video/wireplumber/DETAILS b/video/wireplumber/DETAILS
index 74a26b4..f41adf8 100755
--- a/video/wireplumber/DETAILS
+++ b/video/wireplumber/DETAILS
@@ -1,11 +1,21 @@
+. "$GRIMOIRE/FUNCTIONS"
source $GRIMOIRE/MESON_FUNCTIONS
SPELL=wireplumber
+if [[ "${WIREPLUMBER_BRANCH}" == scm ]]; then
+ VERSION=$(get_scm_version)
+ SOURCE=${SPELL}-git.tar.xz
+
SOURCE_URL[0]="git_http://gitlab.freedesktop.org/pipewire/${SPELL}:${SPELL}-git";
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD=on
+else
VERSION=0.4.7

SOURCE_HASH=sha512:7e33e5195aeed9d90f905e32ce5b35fee10cf1b2496e6966ef3cf85e1ab8d5ee64b78c7c35932b5f9f7bcbe9823a29a2805f0e85273c0c2752bd0d74a56ae7a7
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=https://pipewire.pages.freedesktop.org/wireplumber/

SOURCE_URL[0]=https://gitlab.freedesktop.org/pipewire/${SPELL}/-/archive/${VERSION}/${SOURCE}
+fi
+ WEB_SITE=https://pipewire.pages.freedesktop.org/wireplumber/
LICENSE[0]=MIT
ENTERED=20220109
KEYWORDS=""
diff --git a/video/wireplumber/HISTORY b/video/wireplumber/HISTORY
index e6b226c..377bb3b 100644
--- a/video/wireplumber/HISTORY
+++ b/video/wireplumber/HISTORY
@@ -1,3 +1,6 @@
+2022-02-06 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS, PREPARE: added scm branch
+
2022-01-13 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.4.7

diff --git a/video/wireplumber/PREPARE b/video/wireplumber/PREPARE
new file mode 100755
index 0000000..98d27e4
--- /dev/null
+++ b/video/wireplumber/PREPARE
@@ -0,0 +1,2 @@
+. ${GRIMOIRE}/FUNCTIONS &&
+prepare_select_branch stable scm



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (9562e3cb18eeed0d196cd3f1fdf8cb1bdbadabd4), Pavel Vinogradov, 02/06/2022

Archive powered by MHonArc 2.6.24.

Top of Page