Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (2ca4294b3cd5a308e94edcfb45f88c83b963a8f5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (2ca4294b3cd5a308e94edcfb45f88c83b963a8f5)
  • Date: Tue, 31 Mar 2015 05:31:00 -0500

GIT changes to stable-0.62 grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

video/ffmpeg/DEPENDS | 6 ++++--
video/ffmpeg/HISTORY | 3 +++
2 files changed, 7 insertions(+), 2 deletions(-)

New commits:
commit 2ca4294b3cd5a308e94edcfb45f88c83b963a8f5
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

ffmpeg: unforce libcdio-paranoia dependency

(cherry picked from commit c833eb4a310f69bd951062549742bab7bf7e3f1c)

diff --git a/video/ffmpeg/DEPENDS b/video/ffmpeg/DEPENDS
index ae90bb8..3430ece 100755
--- a/video/ffmpeg/DEPENDS
+++ b/video/ffmpeg/DEPENDS
@@ -1,5 +1,3 @@
-depends libcdio-paranoia &&
-
optional_depends zlib \
"--enable-zlib" \
"--disable-zlib" \
@@ -61,6 +59,10 @@ if [[ $FFMPEG_RELEASE == stable ]]; then
"" \
"for audio CD grabbing" &&

+ if is_depends_enabled $SPELL libcdio; then
+ depends libcdio-paranoia
+ fi &&
+
optional_depends libiec61883 \
"--enable-libiec61883" \
"" \
diff --git a/video/ffmpeg/HISTORY b/video/ffmpeg/HISTORY
index bc641bb..b7c2249 100644
--- a/video/ffmpeg/HISTORY
+++ b/video/ffmpeg/HISTORY
@@ -1,3 +1,6 @@
+2015-03-31 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: libcdio-paranoia is _optional_ -- see configure script
+
2015-03-26 Vlad Glagolev <stealth AT sourcemage.org>
* BUILD: use check_tmp_noexec




  • [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (2ca4294b3cd5a308e94edcfb45f88c83b963a8f5), Vlad Glagolev, 03/31/2015

Archive powered by MHonArc 2.6.24.

Top of Page