[Lunar-commits] <moonbase> MPlayer: use mpg123 instead of the included mp3lib. Thanks to sirocco.

Florin Braescu florin at lunar-linux.org
Fri Nov 4 16:59:08 CET 2011


commit 0ae0b9c8034b3fdaac85a9c447505f9b8a04aa6d
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Fri Nov 4 16:59:08 2011 +0100

    MPlayer: use mpg123 instead of the included mp3lib. Thanks to sirocco.
---
 video/MPlayer/BUILD   |    3 ++-
 video/MPlayer/DEPENDS |    5 +++++
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/video/MPlayer/BUILD b/video/MPlayer/BUILD
index 6e1ef5a..2898dd8 100644
--- a/video/MPlayer/BUILD
+++ b/video/MPlayer/BUILD
@@ -15,7 +15,8 @@
               --confdir=/etc/mplayer        \
               --datadir=/usr/share/mplayer  \
               --enable-dynamic-plugins      \
-              $OPTS  &&
+              --disable-mp3lib              \
+              $OPTS                        &&
 
   sedit 's/-mtune=native//' config.mak &&
 
diff --git a/video/MPlayer/DEPENDS b/video/MPlayer/DEPENDS
index 9b4a7db..65b212c 100644
--- a/video/MPlayer/DEPENDS
+++ b/video/MPlayer/DEPENDS
@@ -27,6 +27,11 @@ optional_depends alsa-utils \
                  "" \
                  "for ALSA sound support"
 
+optional_depends mpg123 \
+                 "" \
+                 "" \
+                 "for mp3 audio format"
+
 optional_depends libvorbis \
                  "" \
                  "" \


More information about the Lunar-commits mailing list