Skip to Content.
Sympa Menu

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

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, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (82eb80f35a1912cd24e9a8c5d4db6726406eabbd)
  • Date: Thu, 6 Mar 2025 18:15:13 +0000

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

video/pipewire/DETAILS | 8 ++++----
video/pipewire/HISTORY | 3 +++
2 files changed, 7 insertions(+), 4 deletions(-)

New commits:
commit 82eb80f35a1912cd24e9a8c5d4db6726406eabbd
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

video/pipewire: version 1.4.0

diff --git a/video/pipewire/DETAILS b/video/pipewire/DETAILS
index b557a19..c2c6224 100755
--- a/video/pipewire/DETAILS
+++ b/video/pipewire/DETAILS
@@ -1,5 +1,5 @@
-source "${GRIMOIRE}/FUNCTIONS"
-source "${GRIMOIRE}/MESON_FUNCTIONS"
+. "${GRIMOIRE}/FUNCTIONS"
+. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL=pipewire
if [[ "${PIPEWIRE_BRANCH}" == "scm" ]]; then
VERSION=$(get_scm_version)
@@ -9,8 +9,8 @@ SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
else
- VERSION=1.3.83
-
SOURCE_HASH=sha512:5338f42e1c4d0f75876f20d06c9b7603bec4993944e67256018b6196a1f54c12d47f20a6a251334345eb0da6a82bb13cbde52aa314f1d0dc7c9ee4f9ff9c6ccf
+ VERSION=1.4.0
+
SOURCE_HASH=sha512:9e64396378ff36c810a826670cb86bef3e91f3a2556eeb45dde18b4764de24038aa89289c16dcf52b3b967d2177d6fd2ea4f7c93e4a853cbfeb6f9d4cf06ffac
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 a3b36aa..3a9cbf2 100644
--- a/video/pipewire/HISTORY
+++ b/video/pipewire/HISTORY
@@ -1,3 +1,6 @@
+2025-03-06 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 1.4.0, source -> .
+
2025-02-20 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.3.83



  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (82eb80f35a1912cd24e9a8c5d4db6726406eabbd), Pavel Vinogradov, 03/06/2025

Archive powered by MHonArc 2.6.24.

Top of Page