CVS: moonbase/video/MPlayer DEPENDS,1.5,1.6

Florin Braescu florin at lunar-linux.org
Wed Nov 12 23:44:00 GMT 2003


Update of /var/cvs/lunar/moonbase/video/MPlayer
In directory dbguin.lunar-linux.org:/tmp/cvs-serv28909

Modified Files:
	DEPENDS 
Log Message:
add two new optional depends, for ogg files and for matroska files.

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/video/MPlayer/DEPENDS,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- DEPENDS	4 Aug 2003 16:11:18 -0000	1.5
+++ DEPENDS	12 Nov 2003 23:43:58 -0000	1.6
@@ -1,5 +1,5 @@
-depends  unzip       &&
-depends  w32codec    &&
+depends  unzip      &&
+depends  w32codec   &&
 
 optional_depends  "libdvdread"     \
 		  ""               \
@@ -16,6 +16,11 @@
                   ""               \
                   "for ALSA sound support"             &&
 
+optional_depends  "libvorbis"      \
+		  ""               \
+		  ""               \
+		  "to use ogg audio format"            &&
+
 optional_depends  "MPlayer-qt"     \
                   ""               \
 		  ""               \
@@ -26,6 +31,11 @@
 		  ""               \
 		  "For RealMedia support"              &&
 
+optional_depends "libmatroska"	\
+		 ""             \
+		 ""		\
+		 "For matroska audio/video container format support" &&
+
 optional_depends "faad"		   \
 		 "--enable-faad"   \
 		 ""		   \




More information about the Lunar-commits mailing list