Skip to Content.
Sympa Menu

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

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 (c4f8f5bbdc21b1b62e1775b70d77ab1b766e3aa3)
  • Date: Sat, 3 Sep 2022 00:05:30 +0000

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

video/pipewire/DEPENDS | 9 ++++-----
video/pipewire/DETAILS | 4 ++--
video/pipewire/HISTORY | 4 ++++
3 files changed, 10 insertions(+), 7 deletions(-)

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

video/pipewire: version 0.3.57

diff --git a/video/pipewire/DEPENDS b/video/pipewire/DEPENDS
index 819afa8..e16d444 100755
--- a/video/pipewire/DEPENDS
+++ b/video/pipewire/DEPENDS
@@ -18,11 +18,10 @@ optional_depends alsa-lib pipewire-alsa={en,dis}abled
'ALSA sound support' &&
optional_depends bluez5 bluez5={en,dis}abled 'Bluetooth support' &&
if is_depends_enabled $SPELL bluez5; then
depends sbc &&
- # XXX opus not available yet, as of 0.3.56
- if [[ "${PIPEWIRE_BRANCH}" == "scm" ]]; then
- optional_depends opus bluez5-codec-opus={enabled,disabled} \
- 'for Opus codec support in Bluetooth module'
- fi
+ optional_depends opus \
+ 'bluez5-codec-opus=enabled' \
+ 'bluez5-codec-opus=disabled' \
+ 'for Opus codec support in Bluetooth module'
fi &&
optional_depends JACK-DRIVER pipewire-jack={en,dis}abled 'jack integration'
&&
optional_depends LIBAVCODEC ffmpeg={en,dis}abled 'AV decoding' &&
diff --git a/video/pipewire/DETAILS b/video/pipewire/DETAILS
index 5141944..be9efa0 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.56
-
SOURCE_HASH=sha512:3f957a19ce3328d8cce3dc9fdcbab3f3add6135eed35fd43d6a0b4b38a5974db0c02502b1493a8c0774df9bc80dbd91bf98e57190f9f5dba13255a06d0423722
+ VERSION=0.3.57
+
SOURCE_HASH=sha512:65059f4d704152c23ad6b66658d6e24cd15377aae1f7a2a8c73e35874737d6ce147d6832407b324dbafe1b81147b7dbf4cf7d12b3308e8599574662423e7fae5
SOURCE=$SPELL-$VERSION.tar.bz2

SOURCE_URL[0]="https://gitlab.freedesktop.org/${SPELL}/${SPELL}/-/archive/${VERSION}/${SOURCE}";
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/video/pipewire/HISTORY b/video/pipewire/HISTORY
index 72dc97b..023e48c 100644
--- a/video/pipewire/HISTORY
+++ b/video/pipewire/HISTORY
@@ -1,3 +1,7 @@
+2022-09-02 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 0.3.57
+ * DEPENDS: opus is available in stable too
+
2022-08-01 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: enable opus dependency only for scm




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

Archive powered by MHonArc 2.6.24.

Top of Page