Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (72d015a637ab4f267f28816e73a3ab2b7f46970c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Juuso Alasuutari <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (72d015a637ab4f267f28816e73a3ab2b7f46970c)
  • Date: Mon, 15 Oct 2007 07:41:42 -0500

GIT changes to master grimoire by Juuso Alasuutari <iuso AT sourcemage.org>:

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

New commits:
commit 72d015a637ab4f267f28816e73a3ab2b7f46970c
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

mplayer: Removed redundant and broken libdts dependency. Apparently
libdca is the _same_
library with a new name: libdts and libdca have the same WEBSITE and the
site doesn't
mention libdts. In any case mplayer now uses libdca for DTS support.

diff --git a/video/mplayer/DEPENDS b/video/mplayer/DEPENDS
index 5ccca8d..b6fc581 100755
--- a/video/mplayer/DEPENDS
+++ b/video/mplayer/DEPENDS
@@ -26,8 +26,7 @@ optional_depends libmpcdec "" "--disable-musepack" "for
musepack (mpc) support"
optional_depends libmad "" "--disable-mad" "to play mp3 audio using libmad"
&&
optional_depends xmms "--enable-xmms" "" "for xmms input plugin support" &&
optional_depends ladspa "" "--disable-ladspa" "for LADSPA audio filter"
&&
-optional_depends libdca "" "--disable-libdca" "for libdca support" &&
-optional_depends libdts "" "--disable-libdts" "for DTS audio support" &&
+optional_depends libdca "" "--disable-libdca" "for DTS audio support" &&
optional_depends lame "" "" "to encode files with mp3 audio (mencoder)" &&
optional_depends speex "" "--disable-speex" "support for speex (an open
source speech encoder)" &&

diff --git a/video/mplayer/HISTORY b/video/mplayer/HISTORY
index e87a34e..c5fd079 100644
--- a/video/mplayer/HISTORY
+++ b/video/mplayer/HISTORY
@@ -1,3 +1,8 @@
+2007-10-15 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DEPENDS: Removed redundant and broken libdts option,
+ libdca is the same library (libdts must be the old name
+ or something).
+
2007-10-10 Arwed v. Merkatz <v.merkatz AT gmx.net>
* BUILD: use TRACK_ROOT for confdir as that's used at runtime





Archive powered by MHonArc 2.6.24.

Top of Page