]> git.pld-linux.org Git - packages/kaffeine.git/commitdiff
- update to 0.7.1
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 4 Sep 2005 22:54:30 +0000 (22:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kaffeine-desktop.patch -> 1.6
    kaffeine-win32-path.patch -> 1.2

kaffeine-desktop.patch
kaffeine-win32-path.patch

index 9f3f6c45127d193ca906f4c3f48228244c35f2ac..3d29171afb3bf1e1c4182f079852ff9b934ec0f5 100644 (file)
@@ -13,9 +13,9 @@
 @@ -1,8 +1,12 @@
  [Desktop Entry]
 -Categories=Qt;KDE;Application;AudioVideo;Player;
--Comment=Version 0.6
--Comment[de]=Version 0.6
--Comment[sv]=Version 0.6
+-Comment=Version 0.7.1
+-Comment[de]=Version 0.7.1
+-Comment[sv]=Version 0.7.1
 +Categories=Qt;KDE;AudioVideo;Player;
 +Comment=Media Player
 +Comment[de]=Multimedia-Wiedergabe
index 492740fdc7d08618f279dc7e1ecaa5310858e6b4..dc1c8f93fa24daf1e4353924dd672a58e8a2f11f 100644 (file)
@@ -1,17 +1,17 @@
---- kaffeine-0.6/kaffeine/wizarddialog.cpp~    2005-02-02 12:08:21.000000000 +0200
-+++ kaffeine-0.6/kaffeine/wizarddialog.cpp     2005-05-03 12:11:12.000000000 +0300
-@@ -99,12 +99,12 @@
-          << " <a href=\"http://www.xinehq.de\">http://www.xinehq.de</a>.</font>";  
-   
-   info << "<hr><b>" << i18n("WIN32 Codecs") << "...</b><br>";  
--  QDir d("/usr/lib/win32");
-+  QDir d("/usr/lib/codecs");
-   QStringList entries = d.entryList("wmv*");
-   if (entries.count())
-     info << "<font color=\"DarkGreen\">" << i18n("Ok.") << "</font>";
-    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:")
-+    info << "<font color=\"DarkRed\">" << i18n("No WIN32 codecs found in /usr/lib/codecs. 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>"; 
-   
-   info << "<hr><b>" << "libdvdcss" << "...</b><br>";      
+--- ./kaffeine/wizarddialog.cpp~       2005-09-05 01:44:52.000000000 +0300
++++ ./kaffeine/wizarddialog.cpp        2005-09-05 01:45:47.000000000 +0300
+@@ -101,12 +101,12 @@
+       //WIN32-CODECS
+       info << "<hr><b>" << i18n("WIN32 Codecs") << "...</b><br>";
+-      QDir d("/usr/lib/win32");
++      QDir d("/usr/lib/codecs");
+       QStringList entries = d.entryList("wmv*");
+       if (entries.count())
+               info << "<font color=\"DarkGreen\">" << i18n("Ok.") << "</font>";
+       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:")
++              info << "<font color=\"DarkRed\">" << i18n("No WIN32 codecs found in /usr/lib/codecs. 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
This page took 0.068441 seconds and 4 git commands to generate.