Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (0b542df017abbe2ef97667f6413abea216a78f5c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (0b542df017abbe2ef97667f6413abea216a78f5c)
  • Date: Sun, 1 Jan 2012 21:10:23 -0600

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

video/mplayer2/DEPENDS | 7 ++++---
video/mplayer2/HISTORY | 3 +++
2 files changed, 7 insertions(+), 3 deletions(-)

New commits:
commit 0b542df017abbe2ef97667f6413abea216a78f5c
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

video/mplayer2: added dependency on LIBAVCODEC, fixed some codec flags

diff --git a/video/mplayer2/DEPENDS b/video/mplayer2/DEPENDS
index 372c027..a28ed50 100755
--- a/video/mplayer2/DEPENDS
+++ b/video/mplayer2/DEPENDS
@@ -1,3 +1,4 @@
+depends LIBAVCODEC &&
depends libcap &&
depends libass &&

@@ -15,7 +16,7 @@ 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 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" &&
@@ -27,8 +28,8 @@ 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 twolame "" "--disable-twolame" "Twolame (MPEG layer 2
audio) support in mencoder" &&
+optional_depends x264 "" "" "for x264 codec"
&&
+optional_depends twolame "" "" "Twolame (MPEG layer 2 audio) support in
mencoder" &&

# audio devices
optional_depends esound "" "--disable-esd" "for direct esd audio output" &&
diff --git a/video/mplayer2/HISTORY b/video/mplayer2/HISTORY
index 2f2a2b1..caa59db 100644
--- a/video/mplayer2/HISTORY
+++ b/video/mplayer2/HISTORY
@@ -1,3 +1,6 @@
+2012-01-01 Pol Vinogradov <vin.public AT gmail.com>
+ * DEPENDS: added LIBAVCODEC, fixed some flags
+
2012-01-01 Robin Cook <rcook AT wyrms.net>
* New Spell: BUILD, CONFIGURE, CONFLICTS, DEPENDS, DETAILS, PREPARE,
PROVIDES



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (0b542df017abbe2ef97667f6413abea216a78f5c), Pol Vinogradov, 01/01/2012

Archive powered by MHonArc 2.6.24.

Top of Page