[Lunar-commits] <moonbase-other> MPlayer: disable RTSP-support for now

v4hn me at v4hn.de
Mon Jun 24 22:58:57 CEST 2013


commit c2adb496477933828416b8a9350aa54bdb45ae48
Author: v4hn <me at v4hn.de>
Date: Mon, 24 Jun 2013 13:58:04 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/c2adb496477933828416b8a9350aa54bdb45ae48

MPlayer: disable RTSP-support for now

... until they finally use the new interface
---
  video/MPlayer/BUILD   | +1/-4     
  video/MPlayer/DEPENDS | +6/-4     
  2 files changed, 7 insertions(+), 8 deletions(-)

--- a/video/MPlayer/BUILD
+++ b/video/MPlayer/BUILD
@@ -1,5 +1,3 @@
-(
-
   sedit '1s@/usr/bin/awk@/bin/awk@' vidix/pci_db2c.awk &&
 
   # --extra_* are expected only once, but we might need more
@@ -20,6 +18,7 @@
               --datadir=/usr/share/mplayer  \
               --enable-dynamic-plugins      \
               --disable-mp3lib              \
+              --disable-live                \
               $OPTS                        &&
 
   sedit 's/-mtune=native//' config.mak &&
@@ -39,5 +38,3 @@
   cp -a fonts /usr/share/mplayer/  &&
   rm -rf /usr/share/mplayer/font   &&
   ln -sf fonts/font-arial-iso-8859-1/font-arial-18-iso-8859-1 /usr/share/mplayer/font
-
-) > $C_FIFO 2>&1
--- a/video/MPlayer/DEPENDS
+++ b/video/MPlayer/DEPENDS
@@ -97,10 +97,12 @@ optional_depends mpeg2dec \
                  "--disable-libmpeg2" \
                  "use system library for mpeg-1 and mpeg-2 support"
 
-optional_depends live555 \
-                 "--enable-live --extra-cflags=-I/usr/include/liveMedia --extra-cflags=-I/usr/include/UsageEnvironment --extra-cflags=-I/usr/include/BasicUsageEnvironment --extra-cflags=-I/usr/include/groupsock --extra-libs=-lstdc++ --extra-libs=-lliveMedia --extra-libs=-lUsageEnvironment --extra-libs=-lBasicUsageEnvironment --extra-libs=-lgroupsock" \
-                 "--disable-live" \
-                 "for RTP/RTCP, RTSP, SIP support"
+# live removed the obsolete synchronous client interface
+# which MPlayer still requires
+#optional_depends live555 \
+#                 "--enable-live --extra-cflags=-I/usr/include/liveMedia --extra-cflags=-I/usr/include/UsageEnvironment --extra-cflags=-I/usr/include/BasicUsageEnvironment --extra-cflags=-I/usr/include/groupsock --extra-libs=-lstdc++ --extra-libs=-lliveMedia --extra-libs=-lUsageEnvironment --extra-libs=-lBasicUsageEnvironment --extra-libs=-lgroupsock" \
+#                 "--disable-live" \
+#                 "for RTP/RTCP, RTSP, SIP support"
 
 # MPlayer needs to use x264 *via* ffmpeg
 optional_depends ffmpeg \




More information about the Lunar-commits mailing list