[Lunar-commits] <moonbase> MPlayer: reformatted DEPENDS
Duncan Gibson
engelsman at lunar-linux.org
Sun Nov 28 18:07:25 CET 2010
commit ad559483bb1eac0e67a9dcc0de9e9c9b0fd6b826
Author: Duncan Gibson <duncan.gibson at xs4all.nl>
Date: Sun Nov 28 18:07:25 2010 +0100
MPlayer: reformatted DEPENDS
made the optional_depends rats' nest easier to read
---
video/MPlayer/DEPENDS | 119 ++++++++++++++++++++++++++++++++++++++++--------
1 files changed, 99 insertions(+), 20 deletions(-)
diff --git a/video/MPlayer/DEPENDS b/video/MPlayer/DEPENDS
index b6ca9ce..9b4a7db 100644
--- a/video/MPlayer/DEPENDS
+++ b/video/MPlayer/DEPENDS
@@ -2,24 +2,103 @@
depends freetype2
depends yasm
-optional_depends MPlayer-essentials "" "" "installs gcc-3.3.6 for dlls"
-optional_depends DirectFB "" "" "to use DirectFB support"
-optional_depends SDL "" "" "to use SDL to output video signal"
-optional_depends libdvdread "" "" "To read DVDs"
-optional_depends alsa-utils "" "" "for ALSA sound support"
-optional_depends libvorbis "" "" "to use ogg audio format"
-optional_depends libmatroska "" "" "for matroska audio/video container format support"
-optional_depends faad "" "" "for external FAAD2 (MPA/AAC) support"
-optional_depends libtheora "" "--disable-theora" "for OGG/Theora Video Playback"
-optional_depends libXvMC "--enable-xvmc" "" "for hardware XvMC acceleration"
-optional_depends gtk+-2 "--enable-gui" "--disable-gui" "for MPlayer GTK gui support"
-optional_depends MPlayer-all "" "" "to install more foreign codecs"
-optional_depends libggi "" "--disable-ggi" "General Graphics Interface support"
-optional_depends libggiwmh "" "--disable-ggiwmh" "GGI extension support"
-optional_depends amrnb "" "--disable-libopencore_amrnb" "AMR narrowband support"
-optional_depends amrwb "" "--disable-libopencore_amrwb" "AMR wideband support"
-optional_depends mpeg2dec "" "" "for mpeg-1 and mpeg-2 support"
-optional_depends live555 "" "--disable-live" "for RTP/RTCP, RTSP, SIP support"
+optional_depends MPlayer-essentials \
+ "" \
+ "" \
+ "installs gcc-3.3.6 for dlls"
+
+optional_depends DirectFB \
+ "" \
+ "" \
+ "to use DirectFB support"
+
+optional_depends SDL \
+ "" \
+ "" \
+ "to use SDL to output video signal"
+
+optional_depends libdvdread \
+ "" \
+ "" \
+ "To read DVDs"
+
+optional_depends alsa-utils \
+ "" \
+ "" \
+ "for ALSA sound support"
+
+optional_depends libvorbis \
+ "" \
+ "" \
+ "to use ogg audio format"
+
+optional_depends libmatroska \
+ "" \
+ "" \
+ "for matroska audio/video container format support"
+
+optional_depends faad \
+ "" \
+ "" \
+ "for external FAAD2 (MPA/AAC) support"
+
+optional_depends libtheora \
+ "" \
+ "--disable-theora" \
+ "for OGG/Theora Video Playback"
+
+optional_depends libXvMC \
+ "--enable-xvmc" \
+ "" \
+ "for hardware XvMC acceleration"
+
+optional_depends gtk+-2 \
+ "--enable-gui" \
+ "--disable-gui" \
+ "for MPlayer GTK gui support"
+
+optional_depends MPlayer-all \
+ "" \
+ "" \
+ "to install more foreign codecs"
+
+optional_depends libggi \
+ "" \
+ "--disable-ggi" \
+ "General Graphics Interface support"
+
+optional_depends libggiwmh \
+ "" \
+ "--disable-ggiwmh" \
+ "GGI extension support"
+
+optional_depends amrnb \
+ "" \
+ "--disable-libopencore_amrnb" \
+ "AMR narrowband support"
+
+optional_depends amrwb \
+ "" \
+ "--disable-libopencore_amrwb" \
+ "AMR wideband support"
+
+optional_depends mpeg2dec \
+ "" \
+ "" \
+ "for mpeg-1 and mpeg-2 support"
+
+optional_depends live555 \
+ "" \
+ "--disable-live" \
+ "for RTP/RTCP, RTSP, SIP support"
+
# MPlayer needs to use x264 *via* ffmpeg
-optional_depends ffmpeg "" "--disable-x264" "use ffmpeg (with e.g. x264-snapshot)"
-optional_depends libbs2b "" "--disable-libbs2b" "for better sound via headphones"
+optional_depends ffmpeg \
+ "" \
+ "--disable-x264" \
+ "use ffmpeg (with e.g. x264-snapshot)"
+
+optional_depends libbs2b \
+ "" \
+ "--disable-libbs2b" \
+ "for better sound via headphones"
More information about the Lunar-commits
mailing list