Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (18fab9efd56b3db1b25ddcdd4d3e91e7c136b269)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (18fab9efd56b3db1b25ddcdd4d3e91e7c136b269)
  • Date: Tue, 18 Nov 2008 21:03:01 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

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

New commits:
commit 18fab9efd56b3db1b25ddcdd4d3e91e7c136b269
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

ffmpeg: Should be optional_depends libdts vice libdca. Bug #14881

diff --git a/video/ffmpeg/DEPENDS b/video/ffmpeg/DEPENDS
index cab8c39..cfcedac 100755
--- a/video/ffmpeg/DEPENDS
+++ b/video/ffmpeg/DEPENDS
@@ -22,7 +22,7 @@ optional_depends "freetype2" \
"" \
"" \
"for a text render plugin" &&
-optional_depends "libdca" \
+optional_depends "libdts" \
"--enable-libdts" \
"" \
"for DTS audio decoding" &&
diff --git a/video/ffmpeg/HISTORY b/video/ffmpeg/HISTORY
index caff583..3419f8f 100644
--- a/video/ffmpeg/HISTORY
+++ b/video/ffmpeg/HISTORY
@@ -1,3 +1,7 @@
+2008-11-18 George Sherwood <gsherwood AT sourcemage.org>
+ * DEPENDS: optional_depends libdts vice libdca
+ Bug #14881
+
2008-07-14 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DETAILS: removed STAGED_INSTALL=off; works fine





Archive powered by MHonArc 2.6.24.

Top of Page