[Lunar-commits] <moonbase-other> mplayer2: Remove optional dependency for live555
Stefan Wold
ratler at lunar-linux.org
Sun Oct 7 16:11:24 CEST 2012
commit f9d0735da987ef63c6ceeba083dd7a69f7e89f7a
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sun, 07 Oct 2012 07:11:24 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/f9d0735da987ef63c6ceeba083dd7a69f7e89f7a
mplayer2: Remove optional dependency for live555
Live555 support in mplayer2 is currently broken due to a API change
in live555 a while back.
---
video/mplayer2/BUILD | +3/-0
video/mplayer2/DEPENDS | +0/-1
video/mplayer2/DETAILS | +1/-1
3 files changed, 4 insertions(+), 2 deletions(-)
--- a/video/mplayer2/BUILD
+++ b/video/mplayer2/BUILD
@@ -16,6 +16,9 @@
EXTRA_LIBS_MPLAYER+=" -lX11 -lXext"
fi
+ # Since live555 2012 the API has changed and mplayer2 haven't fixed it yet
+ OPTS+=" --disable-live"
+
./configure --target=$BUILD \
--prefix=/usr \
--confdir=/etc \
--- a/video/mplayer2/DEPENDS
+++ b/video/mplayer2/DEPENDS
@@ -17,5 +17,4 @@ optional_depends "libtheora" "" "--disable-theora" "for OggTheora suppor
optional_depends "freetype2" "" "--disable-freetype" "for FreeType 2 font rendering"
optional_depends "fontconfig" "" "--disable-fontconfig" "for fontconfig font lookup"
optional_depends "libdvdread" "" "--disable-dvdread" "for dvdread support"
-optional_depends "live555" "" "--disable-live" "for LIVE555 Streaming Media support (RTP/RTSP)"
optional_depends "cdparanoia" "" "--disable-cdparanoia" "for cdparanoia support"
--- a/video/mplayer2/DETAILS
+++ b/video/mplayer2/DETAILS
@@ -7,7 +7,7 @@
ENTERED=20110330
UPDATED=20110330
SHORT="A movie and animation player"
- PSAFE=no
+PSAFE=no
cat << EOF
MPlayer is a movie and animation player based on the 0.90pre5 version of
More information about the Lunar-commits
mailing list