[Lunar-commits] CVS: moonbase/video/MPlayer DEPENDS,1.9,1.10
Nick Hudson
nhudson at lunar-linux.org
Sun Jun 27 22:13:06 GMT 2004
Update of /var/cvs/lunar/moonbase/video/MPlayer
In directory dbguin.lunar-linux.org:/tmp/cvs-serv16771/MPlayer
Modified Files:
DEPENDS
Log Message:
Adding libtheora to moonbase, Theora is the OGG Video Streaming library. Mplayer uses it only for now so I am adding support for it. Totem supports it also but it will only work if you enable totem with gstreamer support and thats not really stable yet.
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/video/MPlayer/DEPENDS,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- DEPENDS 16 Mar 2004 13:10:21 -0000 1.9
+++ DEPENDS 27 Jun 2004 22:13:04 -0000 1.10
@@ -41,6 +41,11 @@
"" \
"For external FAAD2 (MPA/AAC) support" &&
+optional_depends "libtheora" \
+ "--enable-theora" \
+ "--disable-theora" \
+ "For OGG/Theora Video Playback" &&
+
case $GUI in
y|Y|j|J) depends libpng &&
depends gtk+ &&
More information about the Lunar-commits
mailing list