[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

extragear/multimedia/kmplayer



SVN commit 458958 by vriezen:

Updates for a 0.9.1-pre2 release
Fix --enable-final build (fixx11h.h was introduced in 3.2 IIRC)


 M  +1 -1      configure.in.in  
 M  +6 -0      debian/changelog  
 M  +1 -1      kmplayer.lsm  
 M  +6 -0      src/kmplayerapp.cpp  


--- trunk/extragear/multimedia/kmplayer/configure.in.in #458957:458958
@@ -1,4 +1,4 @@
-#AM_INIT_AUTOMAKE(kmplayer,0.9.1-pre1)
+#AM_INIT_AUTOMAKE(kmplayer,0.9.1-pre2)
 
 #KDE_ENABLE_HIDDEN_VISIBILITY
 
--- trunk/extragear/multimedia/kmplayer/debian/changelog #458957:458958
@@ -1,3 +1,9 @@
+kmplayer (0.9.0.91-1) unstable; urgency=low
+
+  *  0.9.1-pre2 release
+
+ -- Koos Vriezen <koos.vriezen@xs4all.nl>  Fri, 09 Sep 2005 14:31:16 +0200
+
 kmplayer (0.9.0.90-1) unstable; urgency=low
 
   *  0.9.1-pre1 release
--- trunk/extragear/multimedia/kmplayer/kmplayer.lsm #458957:458958
@@ -1,6 +1,6 @@
 Begin3
 Title:          Kmplayer 
-Version:        0.9.1-pre1
+Version:        0.9.1-pre2
 Entered-date:   
 Description:    
 Keywords:        
--- trunk/extragear/multimedia/kmplayer/src/kmplayerapp.cpp #458957:458958
@@ -568,6 +568,12 @@
 }
 
 #include <netwm.h>
+#undef Always
+#undef Never
+#undef Status
+#undef Unsorted
+#undef Bool
+
 KDE_NO_EXPORT void KMPlayerApp::minimalMode (bool by_user) {
     unsigned long props = NET::WMWindowType;
     NETWinInfo winfo (qt_xdisplay (), winId (), qt_xrootwin (), props);



Reply to: