Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e3035c9eacde50c9b5f2ab12ca49f7f81cd09a2a)

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 master grimoire by Vlad Glagolev (e3035c9eacde50c9b5f2ab12ca49f7f81cd09a2a)
  • Date: Sat, 12 Jun 2010 10:21:33 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

video/mplayer/DEPENDS | 54
++++++++++++++++----------------------------------
video/mplayer/HISTORY | 4 +++
2 files changed, 22 insertions(+), 36 deletions(-)

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

mplayer: fixed post-update dependencies

diff --git a/video/mplayer/DEPENDS b/video/mplayer/DEPENDS
index b6fc72e..e2f0082 100755
--- a/video/mplayer/DEPENDS
+++ b/video/mplayer/DEPENDS
@@ -1,24 +1,20 @@
depends libcap &&

-if [ "$MPLAYER_GUI" == "gtk+" ]
-then depends gtk+ '--enable-gui --enable-gtk1' &&
- depends mplayer-gui
-elif [ "$MPLAYER_GUI" == "gtk+2" ]
-then depends gtk+2 '--enable-gui' &&
- depends mplayer-gui
+if [ "$MPLAYER_GUI" == "gtk+" ]; then
+ depends gtk+ '--enable-gui --enable-gtk1' &&
+ depends mplayer-gui
+elif [ "$MPLAYER_GUI" == "gtk+2" ]; then
+ depends gtk+2 '--enable-gui' &&
+ depends mplayer-gui
fi &&

if [ "$MPLAYER_SVN" == "y" ]; then
depends subversion &&
+
optional_depends ffmpeg-svn \
- "--disable-libavcodec_a --disable-libavformat_a --disable-libpostproc_a
--disable-libavutil_a" "" "to use system ffmpeg instead of internal one" &&
- optional_depends pulseaudio "" "--disable-pulse" "for pulseaudio audio
output"
+ "--disable-libavcodec_a --disable-libavformat_a --disable-libpostproc_a
--disable-libavutil_a" "" "to use system ffmpeg instead of internal one"
else
- optional_depends libdvdnav \
- "" \
- "--disable-dvdnav" \
- "support for DVD navigation" &&
- optional_depends polypaudio "" "--disable-polyp" "for polypaudio audio
output"
+ optional_depends libdvdnav "" "--disable-dvdnav" "support for DVD
navigation"
fi &&

optional_depends libvorbis "--disable-tremor-internal" "" "to use external
libvorbis to play ogg/vorbis audio" &&
@@ -35,8 +31,8 @@ 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 faac "" "--disable-faac" "for faac support"
&&
-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-win32dll" "to use windows codec
DLLs for video decoding" "z-rejected" &&

@@ -47,7 +43,7 @@ if ! is_depends_enabled $SPELL win32codecs ; then
fi &&

optional_depends libdv "" "--disable-libdv" "to play files encoded with
libdv (used by most digital camcorders)" &&
-optional_depends x264 "" "--disable-x264" "for x264 codec"
&&
+optional_depends x264 "" "--disable-x264" "for x264 codec"
&&
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" &&

@@ -56,6 +52,7 @@ optional_depends esound "" "--disable-esd" "for direct esd
audio output" &&
optional_depends arts "" "--disable-arts" "for arts audio output" &&
optional_depends alsa-lib "" "--disable-alsa" "for alsa audio output" &&
optional_depends nas "" "--disable-nas" "for NAS audio output" &&
+optional_depends pulseaudio "" "--disable-pulse" "for pulseaudio audio
output" &&

# video devices
optional_depends svgalib "" "--disable-svga" "for svgalib video output" &&
@@ -91,23 +88,8 @@ 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 libdvdread \
- "" \
- "--disable-dvdread" \
- "support for reading scrambled (CSS) DVDs" &&
-optional_depends fribidi \
- "" \
- "--disable-fribidi" \
- "for locales writing from right to left" &&
-optional_depends enca \
- "" \
- "--disable-enca" \
- "for ENCA charset oracle library" &&
-optional_depends OPENAL \
- "" \
- "--disable-openal" \
- "for OpenAL sound support" &&
-optional_depends samba \
- "--enable-smb" \
- "" \
- "for SMB protocol support"
+optional_depends libdvdread "" "--disable-dvdread" "support for reading
scrambled (CSS) DVDs" &&
+optional_depends fribidi "" "--disable-fribidi" "for locales writing from
right to left" &&
+optional_depends enca "" "--disable-enca" "for ENCA charset oracle library"
&&
+optional_depends OPENAL "" "--disable-openal" "for OpenAL sound support" &&
+optional_depends samba "--enable-smb" "" "for SMB protocol support"
diff --git a/video/mplayer/HISTORY b/video/mplayer/HISTORY
index 9e7d3a3..75df611 100644
--- a/video/mplayer/HISTORY
+++ b/video/mplayer/HISTORY
@@ -1,3 +1,7 @@
+2010-06-03 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: removed polypaudio; pulseaudio isn't SVN anymore; cleaned
up;
+ replaced tabs with spaces
+
2010-06-02 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.0rc3
* PRE_BUILD, *diff, *patch: patches removed



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e3035c9eacde50c9b5f2ab12ca49f7f81cd09a2a), Vlad Glagolev, 06/12/2010

Archive powered by MHonArc 2.6.24.

Top of Page