Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (3176cfb61858b546db7d7f8d673cbeb984b8c477)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (3176cfb61858b546db7d7f8d673cbeb984b8c477)
  • Date: Mon, 15 Jan 2007 15:31:32 -0600

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

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

New commits:
commit 3176cfb61858b546db7d7f8d673cbeb984b8c477
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

added optional dependencies on speex, faac, x264, libdvdread, libdvdnav,
fribidi, enca and samba

diff --git a/video/mplayer/DEPENDS b/video/mplayer/DEPENDS
index de6c5b6..2acdd2c 100755
--- a/video/mplayer/DEPENDS
+++ b/video/mplayer/DEPENDS
@@ -24,14 +24,17 @@ optional_depends xmms "--enable-xmms" "
optional_depends ladspa "" "--disable-ladspa" "for LADSPA audio filter"
&&
optional_depends libdts "" "--disable-libdts" "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)" &&

# video codecs
-optional_depends libtheora "" "--disable-theora" "for Theora video support"
&&
+optional_depends faac "" "--disable-faac" "for faac support"
&&
+optional_depends libtheora "" "--disable-theora" "for Theora video support"
&&
optional_depends zlib "" "" "to play movies using losless compression
algorithms" &&
optional_depends win32codecs "" "--disable-win32" "to use windows codec
DLLs for video decoding" "z-rejected" &&
optional_depends libdv "" "--disable-libdv" "to play files encoded with
libdv (used by most digital camcorders)" &&
optional_depends quicktime-codecs "" "--disable-qtx" "for some audio/video
codecs sometimes used in quicktime files" "z-rejected" &&
optional_depends real-codecs "" "--disable-real" "to decode RealMedia
files" "z-rejected" &&
+optional_depends x264 "" "--disable-x264" "for x264 codec"
&&
optional_depends xanim-codecs "" "--disable-xanim" "for additional codecs
(intel indeo, ...)" "z-rejected" &&
optional_depends xvid "" "--disable-xvid" "for encoding with the xvid codec
(distribution in USA and Japan is forbidden)" &&
optional_depends twolame "" "--disable-twolame" "Twolame (MPEG layer 2
audio) support in mencoder" &&
@@ -63,4 +66,24 @@ optional_depends live "--enable-live --
optional_depends lirc "" "--disable-lirc" "for remote-control" &&
optional_depends freetype2 "" "--disable-freetype" "for truetype subtitle
font support" &&
optional_depends fontconfig "" "--disable-fontconfig" "for fontconfig font
lookup support" &&
-optional_depends mplayer-fonts "" "" "for OSD/subtitle fonts (not needed if
compiled with freetype2 support"
+optional_depends mplayer-fonts "" "" "for OSD/subtitle fonts (not needed if
compiled with freetype2 support" &&
+optional_depends libdvdread \
+ "" \
+ "--disable-dvdread" \
+ "support for reading scrambled (CSS) DVDs" &&
+optional_depends libdvdnav \
+ "" \
+ "--disable-dvdnav" \
+ "support for DVD navigation" &&
+optional_depends fribidi \
+ "--enable-fribidi" \
+ "" \
+ "for locales writing from right to left" &&
+optional_depends enca \
+ "" \
+ "--disable-enca" \
+ "for ENCA charset oracle library" &&
+optional_depends samba \
+ "--enable-smb" \
+ "" \
+ "for SMB protocol support"
diff --git a/video/mplayer/HISTORY b/video/mplayer/HISTORY
index 059687c..f2dd62d 100644
--- a/video/mplayer/HISTORY
+++ b/video/mplayer/HISTORY
@@ -1,3 +1,8 @@
+2007-01-15 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS: added optional dependencies on
+ speex, faac, x264, libdvdread, libdvdnav,
+ fribidi, enca and samba
+
2006-11-19 Arwed v. Merkatz <v.merkatz AT gmx.net>
* PRE_BUILD, Makefile.patch: brought back the part of the patch that
is still required, otherwise installation fails if mplayer-fonts was



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (3176cfb61858b546db7d7f8d673cbeb984b8c477), Florian Franzmann, 01/15/2007

Archive powered by MHonArc 2.6.24.

Top of Page