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

extragear/multimedia/kmplayer



SVN commit 437599 by vriezen:

Remove pnm protocol file from debian build as it conflicts with kaffeine (for
kde>=3.4 there is a 'uri' mime type for this)
Lost a return statement for playing exit movie
Prepare for next release


 M  +10 -3     ChangeLog  
 M  +1 -1      configure.in.in  
 M  +0 -1      debian/kmplayer-lib.install  
 M  +1 -1      kmplayer.lsm  
 M  +1 -0      src/kmplayerapp.cpp  


--- trunk/extragear/multimedia/kmplayer/ChangeLog #437598:437599
@@ -1,7 +1,14 @@
 Changes since version 0.9.0-rc1
-- start with a simple smil document, having a gif movie, if started with no url
-- support rss urls, list chanel/item/enclosure tags and play url arguments of
-  enclosure elements
+- Fix the broken recording from rc1 and possible some pre's too
+- start and end with a simple smil document if started with no url.
+  Can be turned off in rc file with option "No Intro=1" in section 
+  "[General Options]".
+- support Podcast rss urls, list chanel/item/enclosure tags and play url
+  arguments of enclosure elements and display inner text from description
+  in info window
+- Added an info panel that is now implemented as a dockable view, this should
+  become the infopanel for Real plugin's CONTROLS attribute possibility. Put
+  messages from Xine backend in this window.
 Changes since version 0.9.0-pre4
 - In place renaming of TV channel/input names in playlist
 - Added help sections for TV and VDR in handbook.
--- trunk/extragear/multimedia/kmplayer/configure.in.in #437598:437599
@@ -1,4 +1,4 @@
-#AM_INIT_AUTOMAKE(kmplayer,0.9.0-rc1)
+#AM_INIT_AUTOMAKE(kmplayer,0.9.0)
 
 #KDE_ENABLE_HIDDEN_VISIBILITY
 
--- trunk/extragear/multimedia/kmplayer/debian/kmplayer-lib.install #437598:437599
@@ -5,7 +5,6 @@
 debian/tmp/usr/share/config/kmplayerrc
 debian/tmp/usr/share/apps/kmplayer/bookmarks.xml
 debian/tmp/usr/share/apps/kmplayer/noise.gif
-debian/tmp/usr/share/services/pnm.protocol
 debian/tmp/usr/share/mimelnk/application/x-kmplayer.desktop
 debian/tmp/usr/share/mimelnk/application/x-mplayer2.desktop
 debian/tmp/usr/share/mimelnk/video/x-ms-wmp.desktop
--- trunk/extragear/multimedia/kmplayer/kmplayer.lsm #437598:437599
@@ -1,6 +1,6 @@
 Begin3
 Title:          Kmplayer 
-Version:        0.9.0-rc1
+Version:        0.9.0
 Entered-date:   
 Description:    
 Keywords:        
--- trunk/extragear/multimedia/kmplayer/src/kmplayerapp.cpp #437598:437599
@@ -584,6 +584,7 @@
             m_part->updateTree ();
             m_current->activate ();
             emit startPlaying ();
+            return;
         }
     }
     qApp->quit ();



Reply to: