Skip to Content.
Sympa Menu

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

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 (291272dcef5117d39d1551348d3acc3f3591a5ca)
  • Date: Sun, 24 Jul 2022 01:52:22 +0000

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

audio-players/mpd/DEPENDS | 2 +-
audio-players/mpd/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 291272dcef5117d39d1551348d3acc3f3591a5ca
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

audio-players/mpd: optionally depends on opus, not libopus

diff --git a/audio-players/mpd/DEPENDS b/audio-players/mpd/DEPENDS
index 7cc2e81..ed81666 100755
--- a/audio-players/mpd/DEPENDS
+++ b/audio-players/mpd/DEPENDS
@@ -116,7 +116,7 @@ optional_depends mpg123 \
"mpg123=disabled" \
"for mp3 files support (libmpg123)" &&

-optional_depends libopus \
+optional_depends opus \
"opus=enabled" \
"opus=disabled" \
"for opus decoder support" &&
diff --git a/audio-players/mpd/HISTORY b/audio-players/mpd/HISTORY
index 75ef32c..a5c3f75 100644
--- a/audio-players/mpd/HISTORY
+++ b/audio-players/mpd/HISTORY
@@ -1,3 +1,6 @@
+2022-07-23 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: libopus -> opus
+
2022-07-10 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.23.8
* patches/{pipewire-nullptr-check,fmt-v9}.patch: dropped, fixed by
upstream



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (291272dcef5117d39d1551348d3acc3f3591a5ca), Pavel Vinogradov, 07/23/2022

Archive powered by MHonArc 2.6.24.

Top of Page