Skip to Content.
Sympa Menu

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

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 (0ed7010eb6f24dfd58ad0914bf72602d60b4e433)
  • Date: Thu, 11 Jan 2024 23:08:48 +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 0ed7010eb6f24dfd58ad0914bf72602d60b4e433
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

video/pipewire: version 1.0.1

diff --git a/video/pipewire/DETAILS b/video/pipewire/DETAILS
index c67f2e3..27fd767 100755
--- a/video/pipewire/DETAILS
+++ b/video/pipewire/DETAILS
@@ -1,5 +1,5 @@
source "${GRIMOIRE}/FUNCTIONS"
-source $GRIMOIRE/MESON_FUNCTIONS
+source "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL=pipewire
if [[ "${PIPEWIRE_BRANCH}" == "scm" ]]; then
VERSION=$(get_scm_version)
@@ -9,12 +9,12 @@ SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
else
- VERSION=1.0.0
-
SOURCE_HASH=sha512:8955bd16ba8508d5838e960ae8c089efaeb9dab0c08719baea8f8f8047cd53b84a46b2459ecd7f000f21b0025a52e93f052025e71c07dc4a2aef89237c5c87f1
+ VERSION=1.0.1
+
SOURCE_HASH=sha512:434ff80ca99aa68553b6b404cb756c3bf11231654f9dde0d4a971dd0876489468df45be9275794746682c73bb03c51e1112e6d9b8aafe12468a4c5b0be16ac4d
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
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
fi
WEB_SITE=https://pipewire.org
LICENSE[0]=GPL
diff --git a/video/pipewire/HISTORY b/video/pipewire/HISTORY
index b190c11..5144f4c 100644
--- a/video/pipewire/HISTORY
+++ b/video/pipewire/HISTORY
@@ -1,3 +1,6 @@
+2024-01-11 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 1.0.1, quoting++
+
2023-11-26 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.0.0
* DEPENDS: removed xmltoman completely



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (0ed7010eb6f24dfd58ad0914bf72602d60b4e433), Pavel Vinogradov, 01/11/2024

Archive powered by MHonArc 2.6.24.

Top of Page