Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 5ef0a9ccd1a954e9f06730aa5137f2a9 > files > 2

kaffeine-0.8.7-1mdv2009.0.src.rpm

--- kaffeine/src/instwizard.cpp~	2007-07-28 18:45:37.000000000 +0200
+++ kaffeine/src/instwizard.cpp	2007-09-24 19:39:58.000000000 +0200
@@ -105,7 +105,7 @@
 		info << "<font color=\"DarkRed\">" << i18n("Kaffeine requires xine-lib >= %1. Download the latest version here:").arg("1.0")
 		<< " <a href=\"http://www.xinehq.de\">http://www.xinehq.de</a>.</font>";
 	*/
-	//WIN32-CODECS
+/*	//WIN32-CODECS
 	info << "<hr><b>" << i18n("WIN32 Codecs") << "...</b><br>";
 	QDir d("/usr/lib/win32");
 	QStringList entries = d.entryList("wmv*");
@@ -114,8 +114,8 @@
 	else
 		info << "<font color=\"DarkRed\">" << i18n("No WIN32 codecs found in /usr/lib/win32. You're not able to play Windows Media 9 files, newer Real Media files and some less common formats. Download the codecs here:")
 		<< " <a href=\"http://www1.mplayerhq.hu/homepage/design7/codecs.html\">http://www.mplayerhq.hu</a>.</font>";
-
-	//LIBDVDCSS
+*/
+/*	//LIBDVDCSS
 	info << "<br><hr><b>" << "libdvdcss" << "...</b><br>";
 	bool dvdcss = false;
 	d = QDir("/usr/lib");
@@ -141,7 +141,7 @@
 		<< " <a href=\"http://developers.videolan.org/libdvdcss/\">http://developers.videolan.org/libdvdcss</a>.</font>";
 	else
 		info << "<font color=\"DarkGreen\">" << i18n("Ok.") << "</font>";
-
+*/
 	//DVD-DRIVE
 	info << "<br><hr><b>" << i18n("DVD Drive") << "...</b><br>";
 	KProcess process;