Skip to Content.
Sympa Menu

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

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 (c71e0a761a3325c77ddd4b14f08df7eeadc95961)
  • Date: Sat, 18 Mar 2017 01:09:29 +0000

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

video/mpv/DEPENDS | 2 +-
video/mpv/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

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

video/mpv: fixed optional dependency on libcdio-paranoia

diff --git a/video/mpv/DEPENDS b/video/mpv/DEPENDS
index 935a5ca..e5aced1 100755
--- a/video/mpv/DEPENDS
+++ b/video/mpv/DEPENDS
@@ -105,7 +105,7 @@ optional_depends JPEG \
"--disable-jpeg" \
"for JPEG input/output support" &&

-optional_depends libcdio \
+optional_depends libcdio-paranoia \
"--enable-cdda" \
"--disable-cdda" \
"for cdda support" &&
diff --git a/video/mpv/HISTORY b/video/mpv/HISTORY
index 69f81b4..6149929 100644
--- a/video/mpv/HISTORY
+++ b/video/mpv/HISTORY
@@ -1,3 +1,6 @@
+2017-03-17 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: libcdio -> libcdio-paranoia
+
2017-02-12 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 0.24.0




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (c71e0a761a3325c77ddd4b14f08df7eeadc95961), Pavel Vinogradov, 03/17/2017

Archive powered by MHonArc 2.6.24.

Top of Page