Bug#846940: org.kde.KScreen floods journal log with RRNotify_OutputProperty (ignored)

2016-12-04 Thread koos vriezen
Package: libkf5screen-bin
Version:  4:5.8.4-1

On KDE startup and then periodically I get a huge burst of

org.kde.KScreen[1167]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
org.kde.KScreen[1167]: kscreen.xcb.helper: Output:  67
org.kde.KScreen[1167]: kscreen.xcb.helper: Property:  Backlight
org.kde.KScreen[1167]: kscreen.xcb.helper: State (newValue, Deleted):  0

messages in the user journal log. The severity is warn and the PID is
from dbus-daemon -session

I couldn't find a way to limit these logs w/o also limiting system
messages. In the dbus sources though I saw that the stdio from the
spawned processes is apparently forwarded to the syslog. So I ended up
changing the
/usr/share/dbus-1/services/org.kde.kscreen.service
to

[D-BUS Service]
Name=org.kde.KScreen
Exec=/bin/sh -c
'/usr/lib/x86_64-linux-gnu/libexec/kf5/kscreen_backend_launcher
>/dev/null 2>/dev/null'

which indeed helps.
IMHO kscreen should log these warnings once.


Best regards,

Koos Vriezen



Bug#719493: libqt5gui5:i386 uninstallable

2013-08-12 Thread Koos Vriezen
Package: libqt5gui5:i386
Version: 5.1.0+dfsg-3

When installing like

apt-get install libqt5gui5:i386

the output is

libqt5gui5:i386 : Depends: libxkbcommon0:i386 (= 0.2.0) but it is not
going to be installed

when I then do

apt-get install libqt5gui5:i386 libxkbcommon0:i386

I get

libxkbcommon0:i386 : Depends: xkb-data:i386 but it is not installable

and finally that last one gives

Package xkb-data:i386 is not available, but is referred to by another
package.


Cheers,
Koos Vriezen


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130812130747.gh4...@froglogic.com



Bug#435262: uic3 and lib missing in QTDIR

2007-07-30 Thread koos vriezen
Package: libqt4-dev
Version: 4.3.0-4

I assume the /usr/share/qt4 dir is there to mimic the original qt sources.
i needed such a dir for a --with-qtdir option, but had to manually add
a link to /usr/lib and /usr/bin/uic3.
If my assumption is correct, than I thing this is missing in this directory.

Best regards,

Koos Vriezen


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



branches/work/kde4/extragear/multimedia

2006-10-06 Thread Koos Vriezen
SVN commit 593058 by vriezen:

From trunc/extragear/multimedia/kmplayer


 A kmplayer (directory)   trunk/extragear/multimedia/kmplayer#586491
 A kmplayer/ChangeLog   
trunk/extragear/multimedia/kmplayer/ChangeLog#586512
 A kmplayer/TODO   trunk/extragear/multimedia/kmplayer/TODO#586512
 A kmplayer/configure.in.in   
trunk/extragear/multimedia/kmplayer/configure.in.in#586512
 M  +36 -32kmplayer/debian/control  
 M  +3 -144kmplayer/debian/rules  
 A kmplayer/kmplayer.lsm   
trunk/extragear/multimedia/kmplayer/kmplayer.lsm#586512
 M  +29 -23kmplayer/src/kmplayer_part.cpp  
 A kmplayer/src/kmplayerpartbase.cpp   
trunk/extragear/multimedia/kmplayer/src/kmplayerpartbase.cpp#592780
 A kmplayer/src/kmplayerprocess.cpp   
trunk/extragear/multimedia/kmplayer/src/kmplayerprocess.cpp#592037
 A kmplayer/src/kmplayersource.h   
trunk/extragear/multimedia/kmplayer/src/kmplayersource.h#592037
 A kmplayer/src/kmplayertvsource.cpp   
trunk/extragear/multimedia/kmplayer/src/kmplayertvsource.cpp#592037


--- branches/work/kde4/extragear/multimedia/kmplayer/debian/control 
#586491:593058
@@ -1,45 +1,49 @@
 Source: kmplayer
 Section: kde
 Priority: optional
-Maintainer: Koos Vriezen [EMAIL PROTECTED]
-Build-Depends: debhelper (= 4.0.0), kdelibs4-dev, libxine-dev, 
libgstreamer0.10-dev, libgstreamer-plugins-base0.10-dev
-Standards-Version: 3.6.0
+Maintainer: Koos Vriezen [EMAIL PROTECTED]
+Build-Depends: debhelper (= 5.0.0), cdbs, kdelibs4-dev, libxine-dev, 
libgstreamer0.10-dev, libgstreamer-plugins-base0.10-dev
+Standards-Version: 3.6.2
 
 Package: kmplayer
-Architecture: all
-Section: sound
-Depends: kmplayer-lib (= ${Source-Version}), kmplayer-app (= 
${Source-Version}), kmplayer-plugin (= ${Source-Version})
-Description: KMPlayer metapackage
+Architecture: any
+Section: kde
+Depends: kmplayer-base (= ${Source-Version})
+Recommends: kmplayer-konq-plugins (= ${Source-Version})
+Suggests: kmplayer-doc (= ${Source-Version})
+Description: media player for KDE
+ A basic audio/video viewer application for KDE.
+ .
+ Homepage: http://kmplayer.kde.org
 
-Package: kmplayer-lib
+Package: kmplayer-base
 Architecture: any
-Section: sound
+Section: kde
 Depends: ${shlibs:Depends}
-Description: KMPlayer shared library
+Description: Base files for KMPlayer
+ Core files needed for KMPlayer.
+ .
+ Homepage: http://kmplayer.kde.org
 
-Package: kmplayer-app
+Package: kmplayer-konq-plugins
 Architecture: any
-Section: sound
-Depends: kmplayer-lib (= ${Source-Version})
-Description: KMPlayer stand-alone application
- Basic audio/video viewer application for KDE.
-
-Package: kmplayer-plugin
-Architecture: any
-Section: sound
-Depends: kmplayer-lib (= ${Source-Version})
-Description: KMPlayer plugin for khtml/konqueror
- This plugin enables audio/video playback inside konqueror, such as
+Section: kde
+Depends: kmplayer-base (= ${Source-Version}), konqueror
+Description: KMPlayer plugin for KHTML/Konqueror
+ This plugin enables audio/video playback inside Konqueror, such as
  movie trailers, web tv or radio.
+ .
+ The KMPlayer KPart plugin for Konqueror mimics QuickTime, MS Media Player and
+ RealPlayer plugin browser plugins.
+ .
+ Homepage: http://kmplayer.kde.org
 
-Package: kmplayer-i18n
-Architecture: any
-Section: sound
-Depends: kmplayer-lib (= ${Source-Version})
-Description: All internationalized (i18n) files for KMPlayer.
+Package: kmplayer-doc
+Architecture: all
+Section: kde
+Depends: 
+Description: Handbook for KMPlayer
+ Documention for KMPlayer, a basic audio/video viewer application for KDE.
+ .
+ Homepage: http://kmplayer.kde.org
 
-Package: kmplayer-doc
-Architecture: any
-Section: sound
-Depends: kmplayer-app (= ${Source-Version})
-Description: Handbook for KMPlayer.
--- branches/work/kde4/extragear/multimedia/kmplayer/debian/rules #586491:593058
@@ -1,146 +1,5 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
-#
-# Modified to make a template file for a multi-binary package with separated
-# build-arch and build-indep targets  by Bill Allombert 2001
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# This has to be exported to make some magic below work.
-export DH_OPTIONS
-
-# These are used for cross-compiling and for saving the configure script
-# from having to guess our platform (since we know it already)
-DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
-
-CFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-   CFLAGS += -O0
-else
-   CFLAGS += -O2
-endif
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-   INSTALL_PROGRAM += -s
-endif
-
-objdir = $(CURDIR)/obj-$(DEB_BUILD_GNU_TYPE)
-
-configure-stamp:
-   dh_testdir
-   # make build directory
-   mkdir $(objdir

extragear/multimedia/kmplayer

2006-06-07 Thread Koos Vriezen
SVN commit 548905 by vriezen:

Fixes for uitzendinggemist.nl, tagesschau.de, http://www.mouviz.com and 
http://www.kvbc.com (only the link plays now, not correctly embedded but 
that's bug 33903 of khtml) should justify a maintenance release


 M  +10 -0 ChangeLog  
 M  +1 -1  configure.in.in  
 M  +6 -0  debian/changelog  
 M  +1 -1  kmplayer.lsm  
 M  +5 -1  tests/nested_smil.smil  


--- trunk/extragear/multimedia/kmplayer/ChangeLog #548904:548905
@@ -1,3 +1,13 @@
+Changes since version 0.9.2
+- Fix realvideo on tagesschau.de, support control lists as well
+- Toolbar can now be changed using KDE's default KEditToolbar dialog
+- Support 'ref' media tags and 'meta' head tags for Smil
+- TV source channel switching using Xv player now lowers volume for a short 
time
+- Fix passing playlist files at the commandline, were directly fed to backends
+- Fix ASX in case entries point to other playlist files, these weren't resolved
+- With plugin, undo infowindow or controlpanel only view if video output
+  is detected (basically undo (mis)detection which controls to show)
+- Fix set Edit mode window to plain text, it interpretered HTML tags
 Changes since version 0.9.2-rc1
 - Added a DCOP call 'isPlaying()' that returns true when backend is running
   and a DCOP call 'isPlaying()' on the backends, other than MPlayer, that
--- trunk/extragear/multimedia/kmplayer/configure.in.in #548904:548905
@@ -1,4 +1,4 @@
-#AM_INIT_AUTOMAKE(kmplayer,0.9.2)
+#AM_INIT_AUTOMAKE(kmplayer,0.9.2a)
 
 #KDE_ENABLE_HIDDEN_VISIBILITY
 
--- trunk/extragear/multimedia/kmplayer/debian/changelog #548904:548905
@@ -1,3 +1,9 @@
+kmplayer (0.9.2.1-1) unstable; urgency=low
+
+  *  0.9.2a first maintenance release of 0.9.2
+
+ -- Koos Vriezen [EMAIL PROTECTED]  Tue, 06 Jun 2006 22:22:10 +0200
+
 kmplayer (0.9.2-1) unstable; urgency=low
 
   *  0.9.2 release
--- trunk/extragear/multimedia/kmplayer/kmplayer.lsm #548904:548905
@@ -1,6 +1,6 @@
 Begin3
 Title:  Kmplayer 
-Version:0.9.2
+Version:0.9.2a
 Entered-date:   
 Description:
 Keywords:
--- trunk/extragear/multimedia/kmplayer/tests/nested_smil.smil #548904:548905
@@ -14,8 +14,12 @@
 /text
 video src=excl_timings.smil id=video1 region=nested_smil 
begin=nested_but1.activateEvent/
   /excl
-  text src=data:,Source id=text2 region=nested_but2 
dur=indefinite fill=freeze/
+  text src=data:,Change%20Source id=text2 region=nested_but2 
dur=indefinite fill=freeze
+param name=backgroundColor value=orange/
+param name=fontColor value=black/
+  /text
   set target=video1 attribute=src to=img_scale.smil 
begin=nested_but2.activateEvent dur=15/
+  set target=text2 attribute=fontColor to=gray 
begin=nested_but2.activateEvent dur=15/
 /par
   /body
 /smil


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



extragear/multimedia/kmplayer

2006-04-22 Thread Koos Vriezen
SVN commit 532365 by vriezen:

Prepare for 0.9.2 release


 M  +9 -0  ChangeLog  
 M  +1 -1  configure.in.in  
 M  +6 -0  debian/changelog  
 M  +1 -1  kmplayer.lsm  


--- trunk/extragear/multimedia/kmplayer/ChangeLog #532364:532365
@@ -1,3 +1,11 @@
+Changes since version 0.9.2-rc1
+- Added a DCOP call 'isPlaying()' that returns true when backend is running
+  and a DCOP call 'isPlaying()' on the backends, other than MPlayer, that
+  returns true when not paused
+- Fix having to press 'pause' twice for unpause and pausing not working with
+  playlists (likely regression since 0.9.2-pre1)
+- Compile fix for when not using Xine (regression in 0.9.2-rc1)
+- Crash fix when restarting certain SMIL files, eg when having an RealPix img
 Changes since version 0.9.2-pre3
 - Recorder added using Xine's mrl setup (see xine-ui-ver/doc/README.en.15.MRLs)
 - Seeking support for gstreamer backend
@@ -2,2 +10,3 @@
 - Ported gstreamer backend from 0.8 to 0.10
+- Fix length parsing for MPlayer current CVS version (by Jonas Hurrelmann)
 Changes since version 0.9.2-pre2
--- trunk/extragear/multimedia/kmplayer/configure.in.in #532364:532365
@@ -1,4 +1,4 @@
-#AM_INIT_AUTOMAKE(kmplayer,0.9.2-rc1)
+#AM_INIT_AUTOMAKE(kmplayer,0.9.2)
 
 #KDE_ENABLE_HIDDEN_VISIBILITY
 
--- trunk/extragear/multimedia/kmplayer/debian/changelog #532364:532365
@@ -1,3 +1,9 @@
+kmplayer (0.9.2-1) unstable; urgency=low
+
+  *  0.9.2 release
+
+ -- Koos Vriezen [EMAIL PROTECTED]  Fri, 21 Apr 2006 20:56:05 +0200
+
 kmplayer (0.9.1.93-1) unstable; urgency=low
 
   *  0.9.2-rc1 release
--- trunk/extragear/multimedia/kmplayer/kmplayer.lsm #532364:532365
@@ -1,6 +1,6 @@
 Begin3
 Title:  Kmplayer 
-Version:0.9.2-rc1
+Version:0.9.2
 Entered-date:   
 Description:
 Keywords:


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



extragear/multimedia/kmplayer

2006-04-07 Thread Koos Vriezen
SVN commit 527359 by vriezen:

Prepare for next stable in two weeks

CCMAIL: [EMAIL PROTECTED]

I've released rc1 for kmplayer 0.9.2. This should become the stable one 
in two weeks string-freeze-period 
(http://kmplayer.kde.org/pkgs/kmplayer-0.9.2-rc1.tar.bz2).
AFAIR only two new strings were added, one for automatic setting the 
colors on player start (automatic setting the contrast/brightness etc, 
gave problems on some hardware) and a synchronize with playlist that 
reloads the playlist either from the original URL or from the edit 
window.

Please check the handbook translations as well. Not that it's really 
needed to translate it, still far from finished, but it does has some 
configuration notes. Eg. for the dutch translation I noticed that it 
didn't have all those notes on TV settings, only one that said that 
nothing was there ATM. If that's the case for your language as well, 
please consider simply removing that one or update.

Tia,

Koos


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


--- trunk/extragear/multimedia/kmplayer/ChangeLog #527358:527359
@@ -1,4 +1,5 @@
 Changes since version 0.9.2-pre3
+- Recorder added using Xine's mrl setup (see xine-ui-ver/doc/README.en.15.MRLs)
 - Seeking support for gstreamer backend
 - Ported gstreamer backend from 0.8 to 0.10
 Changes since version 0.9.2-pre2
--- trunk/extragear/multimedia/kmplayer/configure.in.in #527358:527359
@@ -1,4 +1,4 @@
-#AM_INIT_AUTOMAKE(kmplayer,0.9.2-pre3)
+#AM_INIT_AUTOMAKE(kmplayer,0.9.2-rc1)
 
 #KDE_ENABLE_HIDDEN_VISIBILITY
 
--- trunk/extragear/multimedia/kmplayer/debian/changelog #527358:527359
@@ -1,3 +1,9 @@
+kmplayer (0.9.1.93-1) unstable; urgency=low
+
+  *  0.9.2-rc1 release
+
+ -- Koos Vriezen [EMAIL PROTECTED]  Fri, 07 Apr 2006 22:31:56 +0200
+
 kmplayer (0.9.1.92-1) unstable; urgency=low
 
   *  0.9.2-pre3 release
--- trunk/extragear/multimedia/kmplayer/kmplayer.lsm #527358:527359
@@ -1,6 +1,6 @@
 Begin3
 Title:  Kmplayer 
-Version:0.9.2-pre3
+Version:0.9.2-rc1
 Entered-date:   
 Description:
 Keywords:
--- trunk/extragear/multimedia/kmplayer/src/kmplayerpartbase.cpp #527358:527359
@@ -123,7 +123,7 @@
 m_players [mplayer] = new MPlayer (this, m_settings);
 Xine * xine = new Xine (this, m_settings);
 m_players [xine] = xine;
-m_players [gst] = new GStreamer (this, m_settings);
+m_players [gstreamer] = new GStreamer (this, m_settings);
 m_recorders [mencoder] = new MEncoder (this, m_settings);
 m_recorders [mplayerdumpstream] = new MPlayerDumpstream(this, 
m_settings);
 m_recorders [ffmpeg] = new FFMpeg (this, m_settings);
--- trunk/extragear/multimedia/kmplayer/src/kmplayerprocess.cpp #527358:527359
@@ -1682,7 +1682,7 @@
 };
 
 KDE_NO_CDTOR_EXPORT GStreamer::GStreamer (QObject * parent, Settings * 
settings)
-: CallbackProcess (parent, settings, gst, i18n (GStreamer)) {
+: CallbackProcess (parent, settings, gstreamer, i18n (GStreamer)) {
 #ifdef HAVE_GSTREAMER
 m_supported_sources = gst_supported;
 #endif


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



extragear/multimedia/kmplayer

2006-03-17 Thread Koos Vriezen
SVN commit 519536 by vriezen:

Update for KMPlayer-0.9.1c/KMPlayer-0.9.2-pre3


 M  +19 -7 ChangeLog  
 M  +1 -1  configure.in.in  
 M  +6 -0  debian/changelog  
 M  +1 -1  debian/control  
 M  +1 -1  kmplayer.lsm  


--- trunk/extragear/multimedia/kmplayer/ChangeLog #519535:519536
@@ -1,17 +1,29 @@
+Changes since version 0.9.2-pre2
+- Update with 0.9.1c
+- SMIL files can be part of other SMIL files
+- y-coordinate fix for images in RealPix
 Changes since version 0.9.2-pre1
+- Update with 0.9.1b
+- Added RealPix support for SMIL animations
+Changes since version 0.9.1c
+- Option added to disable color setting on movie start
+- Simple playlist edit mode, edit (sub)tree in raw XML
+- SMIL animations can be paused now
+Changes since version 0.9.1b
+- WMP's showdisplay object argument interpretation fix, it's about clip info
+- Fix current playlist item not visual selected and plugin's playlist not
+  showing HTML object's arguments (regression in 0.9.1b compared to 0.9.1a)
+- Fix KHTML setting palette on controlpanel, buttons weren't updated
+- Double click on video widget for Xine/Gst/Xv or background toggles fullscreen
+Changes since version 0.9.1a
+- WMP plugin fix for not showing video widget when 'controls' is 
+  specified
 - Fix for audio only plugin group for real
-- Added RealPix support for SMIL animations
 - Fix media:// url's
 - Crash fix for SMIL when resolving multible url's simultaneously
 - Don't play exit animation if started with an url
 - Fix for plugin w/ floating statusbar,wrong parent was set
 - Real plugin fix for 'controls=All', shouldn't show video widget
-- WMP plugin fix for not showing video widget when 'controls' is 
-  specified
-Changes since version 0.9.1a
-- Option added to disable color setting on movie start
-- Simple playlist edit mode, edit (sub)tree in raw XML
-- SMIL animations can be paused now
 - Support for uimode/nolabels/nocontrols/showdisplay/showcontrols/showstatusbar
   attributes for WMP's embedded object emulation
 - Autohide controlpanel w/ 'Click to play' and support for TARGET attribute
--- trunk/extragear/multimedia/kmplayer/configure.in.in #519535:519536
@@ -1,4 +1,4 @@
-#AM_INIT_AUTOMAKE(kmplayer,0.9.2-pre1)
+#AM_INIT_AUTOMAKE(kmplayer,0.9.2-pre3)
 
 #KDE_ENABLE_HIDDEN_VISIBILITY
 
--- trunk/extragear/multimedia/kmplayer/debian/changelog #519535:519536
@@ -1,3 +1,9 @@
+kmplayer (0.9.1.92-1) unstable; urgency=low
+
+  *  0.9.2-pre3 release
+
+ -- Koos Vriezen [EMAIL PROTECTED]  Thu, 16 Mar 2006 20:30:52 +0100
+
 kmplayer (0.9.1.91-1) unstable; urgency=low
 
   *  0.9.2-pre2 release
--- trunk/extragear/multimedia/kmplayer/debian/control #519535:519536
@@ -2,7 +2,7 @@
 Section: kde
 Priority: optional
 Maintainer: Koos Vriezen [EMAIL PROTECTED]
-Build-Depends: debhelper (= 4.0.0), kdelibs4-dev, libxine-dev, xlibs-dev, 
libgstreamer0.8-dev, libgstreamer-plugins0.8-dev
+Build-Depends: debhelper (= 4.0.0), kdelibs4-dev, libxine-dev, 
libgstreamer0.8-dev, libgstreamer-plugins0.8-dev
 Standards-Version: 3.6.0
 
 Package: kmplayer
--- trunk/extragear/multimedia/kmplayer/kmplayer.lsm #519535:519536
@@ -1,6 +1,6 @@
 Begin3
 Title:  Kmplayer 
-Version:0.9.2-pre2
+Version:0.9.2-pre3
 Entered-date:   
 Description:
 Keywords:


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



extragear/multimedia/kmplayer

2006-02-05 Thread Koos Vriezen
SVN commit 506020 by vriezen:

Updates for 0.9.1b/0.9.2-pre2


 M  +10 -0 ChangeLog  
 M  +6 -0  debian/changelog  
 M  +1 -1  kmplayer.lsm  


--- trunk/extragear/multimedia/kmplayer/ChangeLog #506019:506020
@@ -1,3 +1,13 @@
+Changes since version 0.9.2-pre1
+- Fix for audio only plugin group for real
+- Added RealPix support for SMIL animations
+- Fix media:// url's
+- Crash fix for SMIL when resolving multible url's simultaneously
+- Don't play exit animation if started with an url
+- Fix for plugin w/ floating statusbar,wrong parent was set
+- Real plugin fix for 'controls=All', shouldn't show video widget
+- WMP plugin fix for not showing video widget when 'controls' is 
+  specified
 Changes since version 0.9.1a
 - Option added to disable color setting on movie start
 - Simple playlist edit mode, edit (sub)tree in raw XML
--- trunk/extragear/multimedia/kmplayer/debian/changelog #506019:506020
@@ -1,3 +1,9 @@
+kmplayer (0.9.1.91-1) unstable; urgency=low
+
+  *  0.9.2-pre2 release
+
+ -- Koos Vriezen [EMAIL PROTECTED]  Sun, 05 Feb 2006 16:23:21 +0100
+
 kmplayer (0.9.1.90-1) unstable; urgency=low
 
   *  0.9.2-pre1 release
--- trunk/extragear/multimedia/kmplayer/kmplayer.lsm #506019:506020
@@ -1,6 +1,6 @@
 Begin3
 Title:  Kmplayer 
-Version:0.9.2-pre1
+Version:0.9.2-pre2
 Entered-date:   
 Description:
 Keywords:


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: extragear/multimedia/kmplayer/debian

2006-01-09 Thread Koos Vriezen
On Mon, Jan 09, 2006 at 01:06:19AM +0100, Achim Bohnet wrote:
 On Sunday 08 January 2006 20:45, Koos Vriezen wrote:
[..]
  Btw. is there anyone that would like to adopt kmplayer for debian
  inclusion. At least for the plugin there is no real alternative. It
  would require a small patch to set xine as default backend (instead of
  mplayer), and maybe a 'powered by debian' intro animation if the
  application would go in as well.
 
 I checked and it looks like noone is working on a debian inclusion.
 For ubuntu Tonio_ started polishing it for inclusion but ran out
 of time:  http://revu.tauware.de/details.py?upid=287
 When I asked him for his plan, jpatrick offered to take over.
 I'll keep an eye on it.

From what I read here, I would suggest to not build the koffice plugin,
its useless. I do recommend the xine and gstreamer backend support
though and configure kmplayer to use xine by default. Which means to
patch the global installed kmplayerrc with adding:

pipesource=xine
urlsource=xine
vcdsource=xine

in section [General Options]

 When kubuntu is pleased with the packaging, I can ask some of the
 kubuntu devels that are debian developers too if they are
 interested to upload it to debian.   If not I contact you again.

Thanks,

Koos


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



extragear/multimedia/kmplayer/debian

2006-01-08 Thread Koos Vriezen
SVN commit 495689 by vriezen:

A working shlib would be nice indeed ..


 M  +1 -1  control  


--- trunk/extragear/multimedia/kmplayer/debian/control #495688:495689
@@ -14,7 +14,7 @@
 Package: kmplayer-lib
 Architecture: any
 Section: sound
-Depends: kdelibs4 (= 4:3.1.0-1) | kdelibs4c2 (= 4:3.4.0-1), libxine1 | 
libxine1c2, libgstreamer0.8-0, libgstreamer-plugins0.8-0
+Depends: kdelibs4 (= 4:3.1.0-1) | kdelibs4c2a (= 4:3.4.0-1), libxine1 | 
libxine1c2, libgstreamer0.8-0, libgstreamer-plugins0.8-0
 Description: KMPlayer shared library
 
 Package: kmplayer-app


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: extragear/multimedia/kmplayer/debian

2006-01-08 Thread Koos Vriezen
On Sun, Jan 08, 2006 at 07:56:39PM +0100, Achim Bohnet wrote:
 On Sunday 08 January 2006 18:14, Koos Vriezen wrote:
  SVN commit 495689 by vriezen:
  
  A working shlib would be nice indeed ..
 
 What's breaks when you use
 
 Depends: ${shlibs:Depends}
 
 ?

I tried that some time ago, and the dependency was empty. Strangly
enough now trying it again, I do get the dependency:

Depends: kdelibs4c2a (= 4:3.4.3-1), libaudio2, libc6 (= 2.3.5-1),
libfontconfig1 (= 2.3.0), libfreetype6 (= 2.1.5-1), libgcc1 (=
1:4.0.2), libglib2.0-0 (= 2.8.0), libgstreamer-plugins0.8-0 (= 0.8.0),
libgstreamer0.8-0 (= 0.8.11), libice6, libjpeg62, libpng12-0 (=
1.2.8rel), libpopt0 (= 1.7), libqt3-mt (= 3:3.3.5), libsm6, libstdc++6
(= 4.0.2-4), libx11-6, libxcursor1 ( 1.1.2), libxext6, libxft2 (
2.1.1), libxi6, libxine1 (= 1.0.1), libxinerama1, libxml2 (= 2.6.21),
libxrandr2, libxrender1 (= 1:0.9.0.2), libxt6, zlib1g (= 1:1.2.1)

I guess I made a mistake back then.

Thanks for reminding,

Koos

Btw. is there anyone that would like to adopt kmplayer for debian
inclusion. At least for the plugin there is no real alternative. It
would require a small patch to set xine as default backend (instead of
mplayer), and maybe a 'powered by debian' intro animation if the
application would go in as well.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



extragear/multimedia/kmplayer/debian

2006-01-08 Thread Koos Vriezen
SVN commit 495741 by vriezen:

Somehow it does work afterall ..


 M  +1 -1  control  


--- trunk/extragear/multimedia/kmplayer/debian/control #495740:495741
@@ -14,7 +14,7 @@
 Package: kmplayer-lib
 Architecture: any
 Section: sound
-Depends: kdelibs4 (= 4:3.1.0-1) | kdelibs4c2a (= 4:3.4.0-1), libxine1 | 
libxine1c2, libgstreamer0.8-0, libgstreamer-plugins0.8-0
+Depends: ${shlibs:Depends}
 Description: KMPlayer shared library
 
 Package: kmplayer-app


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



extragear/multimedia/kmplayer

2006-01-05 Thread Koos Vriezen
SVN commit 494628 by vriezen:

Update for 0.9.2-pre1


 M  +8 -0  ChangeLog  
 M  +1 -1  configure.in.in  
 M  +6 -0  debian/changelog  
 M  +1 -1  kmplayer.lsm  


--- trunk/extragear/multimedia/kmplayer/ChangeLog #494627:494628
@@ -1,3 +1,11 @@
+Changes since version 0.9.1a
+- Option added to disable color setting on movie start
+- Simple playlist edit mode, edit (sub)tree in raw XML
+- SMIL animations can be paused now
+- Support for uimode/nolabels/nocontrols/showdisplay/showcontrols/showstatusbar
+  attributes for WMP's embedded object emulation
+- Autohide controlpanel w/ 'Click to play' and support for TARGET attribute
+  for QT embedded object emulation
 Changes since version 0.9.1
 - Fix that switching channels w/ VDR sometimes stopped the backend
 - Fix saving playlist looses cdata sections (if any) and don't normalize them
--- trunk/extragear/multimedia/kmplayer/configure.in.in #494627:494628
@@ -1,4 +1,4 @@
-#AM_INIT_AUTOMAKE(kmplayer,0.9.1a)
+#AM_INIT_AUTOMAKE(kmplayer,0.9.2-pre1)
 
 #KDE_ENABLE_HIDDEN_VISIBILITY
 
--- trunk/extragear/multimedia/kmplayer/debian/changelog #494627:494628
@@ -1,3 +1,9 @@
+kmplayer (0.9.1.90-1) unstable; urgency=low
+
+  *  0.9.2-pre1 release
+
+ -- Koos Vriezen [EMAIL PROTECTED]  Thu, 05 Jan 2006 21:51:18 +0100
+
 kmplayer (0.9.1.1-1) unstable; urgency=low
 
   *  0.9.1a first maintenance release
--- trunk/extragear/multimedia/kmplayer/kmplayer.lsm #494627:494628
@@ -1,6 +1,6 @@
 Begin3
 Title:  Kmplayer 
-Version:0.9.1a
+Version:0.9.2-pre1
 Entered-date:   
 Description:
 Keywords:


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



extragear/multimedia/kmplayer

2005-11-27 Thread Koos Vriezen
SVN commit 483671 by vriezen:

Update for 0.9.1a


 M  +4 -1  ChangeLog  
 M  +1 -1  configure.in.in  
 M  +6 -0  debian/changelog  
 M  +1 -1  kmplayer.lsm  


--- trunk/extragear/multimedia/kmplayer/ChangeLog #483670:483671
@@ -1,7 +1,10 @@
 Changes since version 0.9.1
+- Fix that switching channels w/ VDR sometimes stopped the backend
+- Fix saving playlist looses cdata sections (if any) and don't normalize them
+- Fix application window stays hidden when fullscreen window closed with ALT_F4
 - Fix parser closing root's parent object when reading a XML file in an
   existing playlist (ie. a playlist item points to a broken XML playlist file)
-- Fix small change of crashing by the intro movie when choosing another
+- Fix small chance of crashing by the intro movie when choosing another
   source very fast (eg. when having, and using, a shortcut for VDR directly)
 - Remove hardcode Esc shortcut to escape fullscreen mode, it clashes with
   canceling playlist editing
--- trunk/extragear/multimedia/kmplayer/configure.in.in #483670:483671
@@ -1,4 +1,4 @@
-#AM_INIT_AUTOMAKE(kmplayer,0.9.1)
+#AM_INIT_AUTOMAKE(kmplayer,0.9.1a)
 
 #KDE_ENABLE_HIDDEN_VISIBILITY
 
--- trunk/extragear/multimedia/kmplayer/debian/changelog #483670:483671
@@ -1,3 +1,9 @@
+kmplayer (0.9.1.1-1) unstable; urgency=low
+
+  *  0.9.1a first maintenance release
+
+ -- Koos Vriezen [EMAIL PROTECTED]  Sun, 27 Nov 2005 16:44:54 +0100
+
 kmplayer (0.9.1-1) unstable; urgency=low
 
   *  0.9.1 release
--- trunk/extragear/multimedia/kmplayer/kmplayer.lsm #483670:483671
@@ -1,6 +1,6 @@
 Begin3
 Title:  Kmplayer 
-Version:0.9.1
+Version:0.9.1a
 Entered-date:   
 Description:
 Keywords:


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



extragear/multimedia/kmplayer

2005-11-18 Thread Koos Vriezen
SVN commit 481353 by vriezen:

Fix debian version
Update ChangeLog


 M  +10 -0 ChangeLog  
 M  +1 -1  debian/changelog  


--- trunk/extragear/multimedia/kmplayer/ChangeLog #481352:481353
@@ -1,3 +1,13 @@
+Changes since version 0.9.1
+- Fix parser closing root's parent object when reading a XML file in an
+  existing playlist (ie. a playlist item points to a broken XML playlist file)
+- Fix small change of crashing by the intro movie when choosing another
+  source very fast (eg. when having, and using, a shortcut for VDR directly)
+- Remove hardcode Esc shortcut to escape fullscreen mode, it clashes with
+  canceling playlist editing
+- Workaround bug in KListView when clearing the playlist while it's editing
+  an item, by clearing Focus on any child widget. Also move focus back to
+  ViewArea when an item is executed
 Changes since version 0.9.1-rc1
 - Added Find/FindNext in playlist's context menu
 - Intro-movie's background will finish when clicked on its background
--- trunk/extragear/multimedia/kmplayer/debian/changelog #481352:481353
@@ -1,4 +1,4 @@
-kmplayer (0.9.1) unstable; urgency=low
+kmplayer (0.9.1-1) unstable; urgency=low
 
   *  0.9.1 release
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



extragear/multimedia/kmplayer

2005-10-29 Thread Koos Vriezen
SVN commit 475504 by vriezen:

Update for 0.9.1 final


 M  +1 -1  AUTHORS  
 M  +15 -0 ChangeLog  
 M  +1 -1  configure.in.in  
 M  +6 -0  debian/changelog  
 M  +1 -1  kmplayer.lsm  


--- trunk/extragear/multimedia/kmplayer/AUTHORS #475503:475504
@@ -1 +1 @@
-Koos Vriezen koos dot vriezen at xs4all dot nl
+Koos Vriezen koos dot vriezen at gmail dot com
--- trunk/extragear/multimedia/kmplayer/ChangeLog #475503:475504
@@ -1,3 +1,18 @@
+Changes since version 0.9.1-rc1
+- Added Find/FindNext in playlist's context menu
+- Intro-movie's background will finish when clicked on its background
+- Fix possible crash w/ plugin if javascript did a 'put' on an unknown property
+- Support reading playlist files from media:// or remote:// protocols, movie
+  files that resolve to these, still doesn't work though
+- Support SMIL's 'begin' attribute on group tags (seq/par/excl) as well
+- Fix not honouring MPlayer's aspects detection in case it's not width:height
+- Fix MPlayer with the X11Shm video driver not scaling correctly when
+  'keep aspects' is set
+- Fix Xine not resuming on 'pause' when pressing the 'pause' button again
+- Fix to not let the session manager restore a backend application as well
+- Support for CONTROLS=StatusBar for plugin, having the same statusbar
+  as application. See tests/controls.html, after installing KMPlayer-plugin,
+  with konqueror (also used on many sites when choosing for real format)
 Changes since version 0.9.1-pre3
 - Show backend's status in application's statusbar and show the play time
   left as well.
--- trunk/extragear/multimedia/kmplayer/configure.in.in #475503:475504
@@ -1,4 +1,4 @@
-#AM_INIT_AUTOMAKE(kmplayer,0.9.1-rc1)
+#AM_INIT_AUTOMAKE(kmplayer,0.9.1)
 
 #KDE_ENABLE_HIDDEN_VISIBILITY
 
--- trunk/extragear/multimedia/kmplayer/debian/changelog #475503:475504
@@ -1,3 +1,9 @@
+kmplayer (0.9.1) unstable; urgency=low
+
+  *  0.9.1 release
+
+ -- Koos Vriezen [EMAIL PROTECTED]  Sat, 29 Oct 2005 15:52:19 +0200
+
 kmplayer (0.9.0.93-1) unstable; urgency=low
 
   *  0.9.1-rc1 release
--- trunk/extragear/multimedia/kmplayer/kmplayer.lsm #475503:475504
@@ -1,6 +1,6 @@
 Begin3
 Title:  Kmplayer 
-Version:0.9.1-rc1
+Version:0.9.1
 Entered-date:   
 Description:
 Keywords:


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: extragear/multimedia/kmplayer/debian

2005-10-26 Thread Koos Vriezen
On Wed, Oct 26, 2005 at 02:37:31AM +0200, Adeodato Simó wrote:
 * Koos Vriezen [Thu, 20 Oct 2005 19:23:40 +0200]:
 
  But anyways, you mean that the line above should be
 
Depends: ${shlib:Depends}
 
  Is that correct?
 
   Yes.
 
  and that magically works because of the build dependency is
 
Build-Depends: debhelper (= 4.0.0), kdelibs4-dev, libxine-dev, \
  xlibs-dev, libgstreamer0.8-dev, libgstreamer-plugins0.8-dev
 
   More because those libraries provide correct /var/lib/dpkg/info/*.shlibs
   files.

Well, I got these in debian/rules
binary-common:
...
dh_shlibdeps -ldebian/tmp/usr/lib
dh_gencontrol

but no go whatsoever. That is, there is no dependence anymore for
kmplayer-lib if I set it to 'Depends: ${shlib:Depends}'

So much for 'magically works' :-)

Thanks anyway,

Koos


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: extragear/multimedia/kmplayer/debian

2005-10-20 Thread Koos Vriezen
On Wed, Oct 19, 2005 at 11:28:12PM +0200, Adeodato Simó wrote:
 * Koos Vriezen [Wed, 19 Oct 2005 20:56:13 +]:
 
 Hi, Koos.

Hi,

  -Depends: kdelibs4 (= 4:3.1.0-1), libxine1, libgstreamer0.8-0, 
  libgstreamer-plugins0.8-0
  +Depends: kdelibs4 (= 4:3.1.0-1) | kdelibs4c2 (= 4:3.4.0-1), libxine1 | 
  libxine1c2, libgstreamer0.8-0, libgstreamer-plugins0.8-0
 
   This should be done with the ${shlib:Depends} mechanism, really.

Well, I'm an absolute zero when it comes to this (or just too lazy to
really figure out what should have been done, though I did read the
tutorial which of course only handled the simple case where one source
package created one .dep package).

But anyways, you mean that the line above should be

  Depends: ${shlib:Depends}

and that magically works because of the build dependency is

  Build-Depends: debhelper (= 4.0.0), kdelibs4-dev, libxine-dev, \
xlibs-dev, libgstreamer0.8-dev, libgstreamer-plugins0.8-dev

Is that correct?

Tia,

Koos


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



extragear/multimedia/kmplayer/debian

2005-10-19 Thread Koos Vriezen
SVN commit 472110 by vriezen:

- c102/c2 builds w/o having to edit the control file
- Finally metapackage working
Both from Eric Drechsel, thanks!


 M  +2 -2  control  


--- trunk/extragear/multimedia/kmplayer/debian/control #472109:472110
@@ -6,7 +6,7 @@
 Standards-Version: 3.6.0
 
 Package: kmplayer
-Architecture: any
+Architecture: all
 Section: sound
 Depends: kmplayer-lib (= ${Source-Version}), kmplayer-app (= 
${Source-Version}), kmplayer-plugin (= ${Source-Version})
 Description: KMPlayer metapackage
@@ -14,7 +14,7 @@
 Package: kmplayer-lib
 Architecture: any
 Section: sound
-Depends: kdelibs4 (= 4:3.1.0-1), libxine1, libgstreamer0.8-0, 
libgstreamer-plugins0.8-0
+Depends: kdelibs4 (= 4:3.1.0-1) | kdelibs4c2 (= 4:3.4.0-1), libxine1 | 
libxine1c2, libgstreamer0.8-0, libgstreamer-plugins0.8-0
 Description: KMPlayer shared library
 
 Package: kmplayer-app


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



extragear/multimedia/kmplayer

2005-10-14 Thread Koos Vriezen
SVN commit 470609 by vriezen:

Prepare for next release (0.9.1) in two weeks.

CCMAIL: [EMAIL PROTECTED]

In about two weeks, I release a stable version. As of now the strings are
freezed. Compared to the previous version, there are some changes with
font settings and languages/subtitles. No doubt more strings a little
damages by various changes.
I'll try to make a -rc1 version this day and announce it on kde-apps.

TIA (and thanks for all previous updates!),

Koos



 M  +16 -0 ChangeLog  
 M  +1 -1  configure.in.in  
 M  +6 -0  debian/changelog  
 M  +1 -1  kmplayer.lsm  


--- trunk/extragear/multimedia/kmplayer/ChangeLog #470608:470609
@@ -1,3 +1,19 @@
+Changes since version 0.9.1-pre3
+- Show backend's status in application's statusbar and show the play time
+  left as well.
+- Add OBJECT's attributes coming from khtml to the document of urlsource, that
+  might be helpful for web developers (using the 'Show all' feature of 
playlist)
+- Add KAction for showing the control or language popup menu
+- Put colors and font settings on a separate tab, reducing total config
+  dialog dimensions
+- Fix restoring playlist causing flashing on screen after intro animation
+- Also remember window location for window-minimal mode-window
+- Integrate MPlayer's languague/subtitles menus for DVD with new languague
+  popup menu and seek to current position when changing languague/subtitles
+  with MPlayer
+- Support for audio/subtitles within a stream. A language button will be added
+  when detected which has submenus for the languages. GStreamer only subtitles
+  with an external url ATM.
 Changes since version 0.9.1-pre2
 - Support for CONTROLS=Playlist for plugin
 - Support for base HREF='...'/ tags for ASX
--- trunk/extragear/multimedia/kmplayer/configure.in.in #470608:470609
@@ -1,4 +1,4 @@
-#AM_INIT_AUTOMAKE(kmplayer,0.9.1-pre3)
+#AM_INIT_AUTOMAKE(kmplayer,0.9.1-rc1)
 
 #KDE_ENABLE_HIDDEN_VISIBILITY
 
--- trunk/extragear/multimedia/kmplayer/debian/changelog #470608:470609
@@ -1,3 +1,9 @@
+kmplayer (0.9.0.93-1) unstable; urgency=low
+
+  *  0.9.1-rc1 release
+
+ -- Koos Vriezen [EMAIL PROTECTED]  Fri, 14 Oct 2005 14:57:43 +0200
+
 kmplayer (0.9.0.92-1) unstable; urgency=low
 
   *  0.9.1-pre3 release
--- trunk/extragear/multimedia/kmplayer/kmplayer.lsm #470608:470609
@@ -1,6 +1,6 @@
 Begin3
 Title:  Kmplayer 
-Version:0.9.1-pre3
+Version:0.9.1-rc1
 Entered-date:   
 Description:
 Keywords:


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



extragear/multimedia/kmplayer

2005-10-02 Thread Koos Vriezen
SVN commit 466336 by vriezen:

Two places having old homepage set


 M  +1 -1  debian/copyright  
 M  +1 -1  kmplayer.lsm  


--- trunk/extragear/multimedia/kmplayer/debian/copyright #466335:466336
@@ -1,7 +1,7 @@
 This package was debianized by Koos Vriezen [EMAIL PROTECTED] on
 Tue, 29 Jun 2004 09:53:37 +0200.
 
-It was downloaded from http://www.xs4all.nl/~jjvrieze/kmplayer.html
+It was downloaded from http://kmplayer.kde.org
 
 Upstream Author(s): Koos Vriezen [EMAIL PROTECTED]
 
--- trunk/extragear/multimedia/kmplayer/kmplayer.lsm #466335:466336
@@ -7,7 +7,7 @@
 Author: Koos Vriezen  
 Maintained-by:  Koos Vriezen  
 Primary-site:  
-Home-page:  http://www.xs4all.nl/~jjvrieze/kmplayer.html
+Home-page:  http://kmplayer.kde.org
 Original-site:  
 Platforms:   Linux and other Unices
 Copying-policy: GNU Public License


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



extragear/multimedia/kmplayer

2005-09-30 Thread Koos Vriezen
SVN commit 465838 by vriezen:

Update for 0.9.1-pre3


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


--- trunk/extragear/multimedia/kmplayer/configure.in.in #465837:465838
@@ -1,4 +1,4 @@
-#AM_INIT_AUTOMAKE(kmplayer,0.9.1-pre2)
+#AM_INIT_AUTOMAKE(kmplayer,0.9.1-pre3)
 
 #KDE_ENABLE_HIDDEN_VISIBILITY
 
--- trunk/extragear/multimedia/kmplayer/debian/changelog #465837:465838
@@ -1,3 +1,9 @@
+kmplayer (0.9.0.92-1) unstable; urgency=low
+
+  *  0.9.1-pre3 release
+
+ -- Koos Vriezen [EMAIL PROTECTED]  Fri, 30 Sep 2005 23:04:56 +0200
+
 kmplayer (0.9.0.91-1) unstable; urgency=low
 
   *  0.9.1-pre2 release
--- trunk/extragear/multimedia/kmplayer/kmplayer.lsm #465837:465838
@@ -1,6 +1,6 @@
 Begin3
 Title:  Kmplayer 
-Version:0.9.1-pre2
+Version:0.9.1-pre3
 Entered-date:   
 Description:
 Keywords:


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#328157: libqt3-mt: Qt's Q_EXPORT macro does not support gcc's -fvisibility

2005-09-14 Thread Koos Vriezen
http://bugs.kde.org/show_bug.cgi?id=101542 is closed. What exact issues
still remain for the 3.4 branch? Note that this is important for KDE,
since it solves more or less the slow application start up performance.
Better to have as much testing now and have a possibility to revert than
the other way around IMHO (unless you own Intel shares of course :-)).

Other than that, it's also for users own compilings that can't use
visiblity w/o that patch. Eg. I've some debian pkgs for KMPlayer on my
site for SID as well, and those unfortunately suffers from slower startup
due to this bug in Qt and I know that there is no problem with
-fvisibility=hidden. You could also fix Qt and comment out the checks
in the KDE admin dirs (like kubuntu does IIRC), though I don't recommend
it.

Regards,

Koos Vriezen


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



extragear/multimedia/kmplayer

2005-09-09 Thread Koos Vriezen
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 [EMAIL PROTECTED]  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);


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



extragear/multimedia/kmplayer

2005-08-22 Thread Koos Vriezen
SVN commit 452216 by vriezen:

Update 0.9.0c and 0.9.1-pre1


 M  +24 -2 ChangeLog  
 M  +1 -1  configure.in.in  
 M  +12 -0 debian/changelog  
 M  +1 -1  kmplayer.lsm  


--- trunk/extragear/multimedia/kmplayer/ChangeLog #452215:452216
@@ -1,8 +1,30 @@
-Changes since version 0.9.0b
+Changes since version 0.9.0c
+- Font settings for playlist and infowindow added.
+- Color settings for infowindow added.
+- Added some docu about intro/exit movies and kmplayer:// urls in handbook.
 - Added minimal mode option that hides playlist, status- and menubar and
-  autohides the controlpanel
+  autohides the controlpanel.
 - Moved playlist option from popupmenu to controlpanel and a configure option
   whether to show this button
+Changes since version 0.9.0b
+- Fix 1+ movies become blackwhite with Xine backend playing the playlist
+- Fix the 'Remember window size on exit' setting and make the 'Always start
+  with fixed size' setting use the last remembered size.
+- Fix XML parser if two or more entities follow each other and block a
+  possible stack overflow
+- Check for local file access on playlist items too
+- Hide more XML nodes in playlist if they don't have a title
+- Fix displaying jpeg pictures in SMIL's img elements
+- Make sure to reset view after playing
+- Add js binding to DoPlayPause for real plugin
+- Try to restore playlist to previous position
+- Fix creating default region in SMIL (if no layout is found)
+- Show inner text in infowindow if clicked on an element that isn't a mrl
+- Support for Atom type podcast playlists, plays link rel=enclosure src=../
+- Add a scale slider to popup menu when in fullscreen. This is particular
+  useful if watching a 4:3 movie on a widescreen display.
+- Allow for custom intro/exit movies when exists {intro,exit}.xml in either
+  $KDEDIR/share/apps/kmplayer/ or an user's .kde/share/apps/kmplayer/
 Changes since version 0.9.0a
 - Removed decoration (+ and - for tree) from root item in playlist, saving
   16px horizontal. Also set icon for this item to an url.
--- trunk/extragear/multimedia/kmplayer/configure.in.in #452215:452216
@@ -1,4 +1,4 @@
-#AM_INIT_AUTOMAKE(kmplayer,0.9.0b)
+#AM_INIT_AUTOMAKE(kmplayer,0.9.1-pre1)
 
 #KDE_ENABLE_HIDDEN_VISIBILITY
 
--- trunk/extragear/multimedia/kmplayer/debian/changelog #452215:452216
@@ -1,3 +1,15 @@
+kmplayer (0.9.0.90-1) unstable; urgency=low
+
+  *  0.9.1-pre1 release
+
+ -- Koos Vriezen [EMAIL PROTECTED]  Mon, 22 Aug 2005 21:52:00 +0200
+
+kmplayer (0.9.0.3-1) unstable; urgency=low
+
+  *  0.9.0c release
+
+ -- Koos Vriezen [EMAIL PROTECTED]  Mon, 22 Aug 2005 20:10:30 +0200
+
 kmplayer (0.9.0.2-1) unstable; urgency=low
 
   *  0.9.0b release
--- trunk/extragear/multimedia/kmplayer/kmplayer.lsm #452215:452216
@@ -1,6 +1,6 @@
 Begin3
 Title:  Kmplayer 
-Version:0.9.0b
+Version:0.9.1-pre1
 Entered-date:   
 Description:
 Keywords:


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: GCC++4 ABI transition for KDE?

2005-08-12 Thread Koos Vriezen
On Friday 12 August 2005 01:37:38 Alejandro Exojo wrote:
 IIRC, a patched Qt is also needed, but Trolltech include visibility
 support in 
 the next release of Qt 3.

There is a patch for this already
http://bugs.kde.org/show_bug.cgi?id=109386
The problem is described here http://bugs.kde.org/show_bug.cgi?id=101542

Koos


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



extragear/multimedia/kmplayer

2005-08-06 Thread Koos Vriezen
SVN commit 443468 by vriezen:

Update for 0.9.0b
Don't install application/x-mplayer2.desktop with debian, conflicts with
kaffeine 0.6
Make sure the callback process is up and running before calling play on
them, fixes manual navigating in playlist when not already playing for
Xine/gst



 M  +17 -0 ChangeLog  
 M  +1 -1  configure.in.in  
 M  +6 -0  debian/changelog  
 M  +0 -1  debian/kmplayer-lib.install  
 M  +1 -1  kmplayer.lsm  
 M  +2 -0  src/kmplayerpartbase.cpp  


--- trunk/extragear/multimedia/kmplayer/ChangeLog #443467:443468
@@ -1,3 +1,20 @@
+Changes since version 0.9.0b
+- Added minimal mode option that hides playlist, status- and menubar and
+  autohides the controlpanel
+- Moved playlist option from popupmenu to controlpanel and a configure option
+  whether to show this button
+Changes since version 0.9.0a
+- Removed decoration (+ and - for tree) from root item in playlist, saving
+  16px horizontal. Also set icon for this item to an url.
+- Removed extra text/html mimetype check for playlist detection. Seems some
+  sites use this mimetype for ASX too.
+- Fixed random navigating in ASX playlists.
+- Don't show a folder icon when playlist item has no childeren and isn't a
+  multi-media link either.
+- Make playlist menu/toolbar item a toggle for show and hide.
+- Combine console/video toolbar buttons and menu items as one toggle and get
+  rid of 'View' submenu in popup menu. Fill gap on toolbar with zoom100%
+- Clear history didn't clear 'Recent files' permanently.
 Changes since version 0.9.0
 - Fixed last minute change that broke almost all Podcast RSS support
 Changes since version 0.9.0-rc1
--- trunk/extragear/multimedia/kmplayer/configure.in.in #443467:443468
@@ -1,4 +1,4 @@
-#AM_INIT_AUTOMAKE(kmplayer,0.9.0)
+#AM_INIT_AUTOMAKE(kmplayer,0.9.0b)
 
 #KDE_ENABLE_HIDDEN_VISIBILITY
 
--- trunk/extragear/multimedia/kmplayer/debian/changelog #443467:443468
@@ -1,3 +1,9 @@
+kmplayer (0.9.0.2-1) unstable; urgency=low
+
+  *  0.9.0b release
+
+ -- Koos Vriezen [EMAIL PROTECTED]  Sat, 06 Aug 2005 12:08:47 +0200
+
 kmplayer (0.9.0.1-1) unstable; urgency=low
 
   *  0.9.0a release
--- trunk/extragear/multimedia/kmplayer/debian/kmplayer-lib.install 
#443467:443468
@@ -6,7 +6,6 @@
 debian/tmp/usr/share/apps/kmplayer/bookmarks.xml
 debian/tmp/usr/share/apps/kmplayer/noise.gif
 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
 debian/tmp/usr/share/icons/hicolor/16x16/apps/kmplayer.png
 debian/tmp/usr/share/icons/hicolor/22x22/apps/kmplayer.png
--- trunk/extragear/multimedia/kmplayer/kmplayer.lsm #443467:443468
@@ -1,6 +1,6 @@
 Begin3
 Title:  Kmplayer 
-Version:0.9.0a
+Version:0.9.0b
 Entered-date:   
 Description:
 Keywords:
--- trunk/extragear/multimedia/kmplayer/src/kmplayerpartbase.cpp #443467:443468
@@ -814,6 +814,8 @@
 emit endOfPlayItems ();
 } else if (m_current-state == Element::state_deferred) {
 m_current-undefer ();
+} else if (m_player-process ()-state () == Process::NotRunning) {
+m_player-process ()-ready (static_cast View * (m_player-view 
())-viewer ());
 } else if (m_player-process ()) {
 m_player-process ()-play (this, m_current-mrl ()-realMrl ());
 }


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



extragear/multimedia/kmplayer

2005-07-24 Thread Koos Vriezen
SVN commit 438162 by vriezen:

Updates for 0.9.0


 M  +13 -0 debian/changelog  
 M  +8 -6  src/kmplayer_smil.cpp  
 M  +24 -23src/kmplayerpartbase.cpp  
 M  +3 -1  src/kmplayerview.cpp  
 M  +1 -1  src/kmplayerview.h  



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



extragear/multimedia/kmplayer

2005-07-24 Thread Koos Vriezen
SVN commit 438188 by vriezen:

Bah, last minute change broke RSS ...


 M  +2 -0  ChangeLog  
 M  +6 -0  debian/changelog  
 M  +1 -1  kmplayer.lsm  
 M  +1 -2  src/kmplayerpartbase.cpp  


--- trunk/extragear/multimedia/kmplayer/ChangeLog #438187:438188
@@ -1,3 +1,5 @@
+Changes since version 0.9.0
+- Fixed last minute change that broke almost all Podcast RSS support
 Changes since version 0.9.0-rc1
 - 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.
--- trunk/extragear/multimedia/kmplayer/debian/changelog #438187:438188
@@ -1,3 +1,9 @@
+kmplayer (0.9.0.1-1) unstable; urgency=low
+
+  *  0.9.0a release
+
+ -- Koos Vriezen [EMAIL PROTECTED]  Sun, 24 Jul 2005 17:09:17 +0200
+
 kmplayer (0.9.0-1) unstable; urgency=low
 
   *  0.9.0 release
--- trunk/extragear/multimedia/kmplayer/kmplayer.lsm #438187:438188
@@ -1,6 +1,6 @@
 Begin3
 Title:  Kmplayer 
-Version:0.9.0
+Version:0.9.0a
 Entered-date:   
 Description:
 Keywords:
--- trunk/extragear/multimedia/kmplayer/src/kmplayerpartbase.cpp #438187:438188
@@ -1424,8 +1424,7 @@
 int accuraty = 0;
 KMimeType::Ptr mime = KMimeType::findByContent (d, accuraty);
 if (mime) {
-if (!mime-name ().startsWith (QString (text/)) ||
-mime-name () == QString::fromLatin1 (text/html))
+if (!mime-name ().startsWith (QString (text/)))
 newsize = 0;
 kdDebug ()  URLSource::kioData:   mime-name ()  accuraty 
 endl;
 }


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



extragear/multimedia/kmplayer

2005-07-22 Thread Koos Vriezen
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 ();


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



extragear/multimedia/kmplayer

2005-07-16 Thread Koos Vriezen
SVN commit 435282 by vriezen:

If started w/o url, show a small intro


 M  +4 -0  ChangeLog  
 M  +6 -0  debian/control  
 M  +1 -0  debian/kmplayer-lib.install  
 M  +1 -1  src/Makefile.am  
 M  +31 -7 src/kmplayerpartbase.cpp  
 AMsrc/noise.gif  


--- trunk/extragear/multimedia/kmplayer/ChangeLog #435281:435282
@@ -1,3 +1,7 @@
+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
 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/debian/control #435281:435282
@@ -37,3 +37,9 @@
 Section: sound
 Depends: kmplayer-lib (= ${Source-Version})
 Description: All internationalized (i18n) files for KMPlayer.
+
+Package: kmplayer-doc
+Architecture: any
+Section: sound
+Depends: kmplayer-app (= ${Source-Version})
+Description: Handbook for KMPlayer.
--- trunk/extragear/multimedia/kmplayer/debian/kmplayer-lib.install 
#435281:435282
@@ -4,6 +4,7 @@
 debian/tmp/usr/bin/kgstplayer
 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
--- trunk/extragear/multimedia/kmplayer/src/Makefile.am #435281:435282
@@ -65,7 +65,7 @@
 confdir = $(kde_confdir)
 
 appsdatadir=$(kde_datadir)/kmplayer
-appsdata_DATA= bookmarks.xml pluginsinfo
+appsdata_DATA= bookmarks.xml pluginsinfo noise.gif
 
 dummy.cpp:
echo  dummy.cpp
--- trunk/extragear/multimedia/kmplayer/src/kmplayerpartbase.cpp #435281:435282
@@ -744,7 +744,7 @@
 void Source::setURL (const KURL  url) {
 m_url = url;
 m_back_request = 0L;
-if (m_document  !m_document-hasChildNodes () 
+if (m_document  !m_document-hasChildNodes () 
 (m_document-mrl()-src.isEmpty () || m_document-mrl()-src 
== url.url ()))
 // special case, mime is set first by plugin FIXME v
 m_document-mrl()-src = url.url ();
@@ -784,8 +784,8 @@
 m_player-process ()-viewer ()-view ()-videoStop (); //show 
buttonbar
 if (m_document)
 m_player-process ()-viewer ()-view ()-viewArea 
()-setRootLayout (m_document-document ()-rootLayout);
-kdDebug ()  Source::playCurrent   (m_current ? 
m_current-nodeName():)   (m_document  !m_document-active ())  
(!m_current)  (m_current  !m_current-active ())   endl;
 }
+// kdDebug ()  Source::playCurrent   (m_current ? 
m_current-nodeName(): doc act:)   (m_document  !m_document-active ()) 
  cur:  (!m_current)cur act:  (m_current  !m_current-active 
())   endl;
 if (m_document  !m_document-active ()) {
 if (!m_current)
 m_document-activate ();
@@ -1246,8 +1246,6 @@
 }
 
 KDE_NO_EXPORT void URLSource::activate () {
-if (url ().isEmpty ()  (!m_document || !m_document-hasChildNodes ()))
-return;
 if (m_auto_play)
 play ();
 }
@@ -1371,11 +1369,11 @@
 } else if (line.stripWhiteSpace ().startsWith (QChar (''))) {
 readXML (cur_elm, textstream, line);
 cur_elm-normalize ();
-if (m_document  m_document-firstChild () 
-!strcmp (m_document-firstChild ()-nodeName (), smil)) {
+if (m_document  m_document-firstChild ()) {
 // SMIL documents have set its size of root-layout
 Mrl * mrl = m_document-firstChild ()-mrl ();
-Source::setDimensions (mrl-width, mrl-height);
+if (mrl)
+Source::setDimensions (mrl-width, mrl-height);
 }
 } else if (line.lower () != QString ([reference])) do {
 QString mrl = line.stripWhiteSpace ();
@@ -1499,6 +1497,32 @@
 }
 
 KDE_NO_EXPORT void URLSource::play () {
+if (m_url.isEmpty ()) {
+if (m_document)
+m_document-document ()-dispose ();
+m_document = (new Document (QString (), this))-self ();
+QString smil = QString::fromLatin1 (smilheadlayout
+  root-layout width='320' height='240' background-color='black'/
+  region id='image1' left='31.25%' top='25%' width='37.5%' 
height='50%'/
+/layout/headbody
+img src='%1' region='image1' dur='3s' fit='fill'/
+par
+  animate target='image1' attribute='width' from='37.5%' to='0%' dur='1' 
fill='freeze'/
+  animate target='image1' attribute='left' from='31.25%' to='50%' 
dur='1' fill='freeze'/
+  animate target='image1' attribute='height' from='50%' to='0%' dur='1' 
fill='freeze'/
+  animate target='image1' attribute='top' from='25%' to='50%' dur='1' 
fill='freeze'/
+  set id='set1' target='image1' attribute='background-color' to='white' 
dur='1'/

extragear/multimedia/kmplayer/debian

2005-07-11 Thread Koos Vriezen
SVN commit 433547 by vriezen:

Build a kmplayer-doc packages too for the handbook


 A kmplayer-doc.install  
 M  +1 -1  rules  


--- trunk/extragear/multimedia/kmplayer/debian/rules #433546:433547
@@ -124,7 +124,7 @@
dh_installman
dh_link
dh_strip
-   dh_compress 
+   dh_compress -Xindex.docbook
dh_fixperms
 #  dh_perl
 #  dh_python


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



extragear/multimedia/kmplayer

2005-05-04 Thread Koos Vriezen
SVN commit 409299 by vriezen:

Update for 0.9.0-pre3 (from last week)
Safety template specialisation for not allowing 'NodePtr p; p = new Node'
(should use 'self()')


 M  +7 -0  trunk/extragear/multimedia/kmplayer/debian/changelog  
 M  +1 -1  trunk/extragear/multimedia/kmplayer/kmplayer.lsm  
 M  +23 -4 trunk/extragear/multimedia/kmplayer/src/kmplayerplaylist.h  


--- trunk/extragear/multimedia/kmplayer/debian/changelog #409298:409299
@@ -1,3 +1,10 @@
+kmplayer (0.8.99.1-1) unstable; urgency=low
+
+  *  0.9.0-pre3 pre release for 0.9.0 (obviously I should have started
+ with 0.8.90-1).
+
+ -- Koos Vriezen [EMAIL PROTECTED]  Thu, 28 Apr 2005 22:32:39 +0200
+
 kmplayer (0.8.99-1) unstable; urgency=low
 
   *  0.9.0-pre1 first pre release for 0.9.0.
--- trunk/extragear/multimedia/kmplayer/kmplayer.lsm #409298:409299
@@ -1,6 +1,6 @@
 Begin3
 Title:  Kmplayer 
-Version:0.9.0-pre1
+Version:0.9.0-pre3
 Entered-date:   
 Description:
 Keywords:
--- trunk/extragear/multimedia/kmplayer/src/kmplayerplaylist.h #409298:409299
@@ -79,9 +79,6 @@
 
 virtual ~Item () {}
 
-virtual const char * nodeName () const { return #item; }
-virtual QString nodeValue () const { return QString (); }
-
 SharedType self () const { return m_self; }
 protected:
 Item ();
@@ -123,6 +120,9 @@
 public:
 virtual ~ListNodeBase () {}
 
+virtual const char * nodeName () const { return #nodebase; }
+virtual QString nodeValue () const { return QString (); }
+
 typename ItemT::SharedType nextSibling () const { return m_next; }
 typename ItemT::SharedType previousSibling () const { return m_prev; }
 protected:
@@ -132,7 +132,7 @@
 };
 
 /*
- * ListNode for class U storage
+ * ListNode for class T storage
  */
 template class T
 class ListNode : public ListNodeBase ListNode T  {
@@ -354,7 +354,26 @@
 unsigned int defer_tree_version;
 };
 
+template 
+inline SharedPtrKMPlayer::Node  SharedPtrKMPlayer::Node::operator = 
(KMPlayer::Node * t) {
+ASSERT (!t);
+if ((!data  t) || (data  data-ptr != t)) {
+if (data) data-release ();
+data = t ? new SharedDataKMPlayer::Node (t, false) : 0L;
+}
+return *this;
+}
 
+template 
+inline WeakPtrKMPlayer::Node  WeakPtrKMPlayer::Node::operator = 
(KMPlayer::Node * t) {
+ASSERT (!t);
+if ((!data  t) || (data  data-ptr != t)) {
+if (data) data-releaseWeak ();
+data = t ? new SharedDataKMPlayer::Node (t, true) : 0L;
+}
+return *this;
+}
+
 /*
  * Element node, XML node that can have attributes
  */


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



kdeextragear-2/kmplayer

2005-03-28 Thread Koos Vriezen
CVS commit by vriezen: 

Update for 0.9.0-pre1


  M +1 -0  ChangeLog   1.47
  M +1 -1  kmplayer.lsm   1.29
  M +6 -0  debian/changelog   1.14


--- kdeextragear-2/kmplayer/ChangeLog  #1.46:1.47
@@ -1,3 +1,4 @@
 Changes since version 0.8.4b
+- Build fix for compiling with -fvisibility=hidden
 - More work on SMIL, support for layout/root-layout/region tags so one can
   position a mediatype in a rectangle, other than video/audio also support

--- kdeextragear-2/kmplayer/kmplayer.lsm  #1.28:1.29
@@ -1,5 +1,5 @@
 Begin3
 Title:  Kmplayer 
-Version:0.8.4b
+Version:0.9.0-pre1
 Entered-date:   
 Description:

--- kdeextragear-2/kmplayer/debian/changelog  #1.13:1.14
@@ -1,2 +1,8 @@
+kmplayer (0.8.99-1) unstable; urgency=low
+
+  *  0.9.0-pre1 first pre release for 0.9.0.
+
+ -- Koos Vriezen [EMAIL PROTECTED]  Tue, 29 Mar 2005 00:26:44 +0200
+
 kmplayer (0.8.4.2-1) unstable; urgency=low
 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



kdeextragear-2/kmplayer

2005-03-14 Thread Koos Vriezen
CVS commit by vriezen: 

Update for 0.8.4b and some more changelogs for current CVS


  M +14 -0 ChangeLog   1.44
  M +1 -1  configure.in.in   1.45
  M +1 -1  kmplayer.lsm   1.28
  M +6 -0  debian/changelog   1.13


--- kdeextragear-2/kmplayer/ChangeLog  #1.43:1.44
@@ -1,2 +1,16 @@
+Changes since version 0.8.4b
+- More work on SMIL, support for layout/root-layout/region tags so one can
+  position a mediatype in a rectangle, other than video/audio also support
+  for text/img mediatypes and flow control with begin/dur/end attribute that
+  can be time values but also (mouse) events or clip ends
+- Added option to adjust the colors of playlist and viewing area
+- Added option whether backends should set volume on start
+- Original gcc-2.95 compile fixes (Leo Savernik)
+Changes since version 0.8.4a
+- gcc-2.95 compile fixes (Leo Savernik) hopefully correctly backported
+- Read playlist from audio/m3u mimetypes
+- Don't print log to stdout but to stderr instead (BR100422)
+- Don't set volume on starting MPlayer becuase MPlayer sets volume relative
+  to current volume (BR99953)
 Changes since version 0.8.4
 - Fix keyboard shortcuts for increase/decrease volume for fullscreen

--- kdeextragear-2/kmplayer/configure.in.in  #1.44:1.45
@@ -1,3 +1,3 @@
-#AM_INIT_AUTOMAKE(kmplayer,0.8.4a)
+#AM_INIT_AUTOMAKE(kmplayer,0.8.4b)
 
 AC_ARG_VAR(PKGCONFIGFOUND, [Path to pkg-config])

--- kdeextragear-2/kmplayer/kmplayer.lsm  #1.27:1.28
@@ -1,5 +1,5 @@
 Begin3
 Title:  Kmplayer 
-Version:0.8.4a
+Version:0.8.4b
 Entered-date:   
 Description:

--- kdeextragear-2/kmplayer/debian/changelog  #1.12:1.13
@@ -1,2 +1,8 @@
+kmplayer (0.8.4.2-1) unstable; urgency=low
+
+  *  0.8.4b bug fix release.
+
+ -- Koos Vriezen [EMAIL PROTECTED]  Mon, 14 Mar 2005 10:39:54 +0100
+
 kmplayer (0.8.4.1-1) unstable; urgency=low
 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



kdeextragear-2/kmplayer

2005-02-18 Thread Koos Vriezen
CVS commit by vriezen: 

Update for (usual :( ) bug fix release


  M +5 -0  ChangeLog   1.43
  M +1 -1  configure.in.in   1.44
  M +1 -1  kmplayer.lsm   1.27
  M +6 -0  debian/changelog   1.12


--- kdeextragear-2/kmplayer/ChangeLog  #1.42:1.43
@@ -1,2 +1,7 @@
+Changes since version 0.8.4
+- Fix keyboard shortcuts for increase/decrease volume for fullscreen
+- Better 100% zoom calculation
+- Prevents ways to crash KMPlayer via DCOP when just started
+- Fix MPlayer's command queue after manually stop a movie
 Changes since version 0.8.4-rc5
 - Debian builds now a kmplayer-i18n package too

--- kdeextragear-2/kmplayer/configure.in.in  #1.43:1.44
@@ -1,3 +1,3 @@
-#AM_INIT_AUTOMAKE(kmplayer,0.8.4-rc5)
+#AM_INIT_AUTOMAKE(kmplayer,0.8.4a)
 
 AC_ARG_VAR(PKGCONFIGFOUND, [Path to pkg-config])

--- kdeextragear-2/kmplayer/kmplayer.lsm  #1.26:1.27
@@ -1,5 +1,5 @@
 Begin3
 Title:  Kmplayer 
-Version:0.8.4
+Version:0.8.4a
 Entered-date:   
 Description:

--- kdeextragear-2/kmplayer/debian/changelog  #1.11:1.12
@@ -1,2 +1,8 @@
+kmplayer (0.8.4.1-1) unstable; urgency=low
+
+  *  0.8.4a bug fix release.
+
+ -- Koos Vriezen [EMAIL PROTECTED]  Fri, 18 Feb 2005 22:32:48 +0100
+
 kmplayer (0.8.4-1) unstable; urgency=low
 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



kdeextragear-2/kmplayer

2005-01-31 Thread Koos Vriezen
CVS commit by vriezen: 

Updates for 0.8.4


  M +1 -0  ChangeLog   1.42
  M +1 -1  kmplayer.lsm   1.26
  M +6 -0  debian/changelog   1.11
  M +1 -1  src/kmplayerconfig.cpp   1.115


--- kdeextragear-2/kmplayer/ChangeLog  #1.41:1.42
@@ -1,3 +1,4 @@
 Changes since version 0.8.4-rc5
+- Debian builds now a kmplayer-i18n package too
 - Controlpanel uses paletteForegroundColor for drawing
 - Added a volume control to controlpanel that let backends control the volume

--- kdeextragear-2/kmplayer/kmplayer.lsm  #1.25:1.26
@@ -1,5 +1,5 @@
 Begin3
 Title:  Kmplayer 
-Version:0.8.4-rc5
+Version:0.8.4
 Entered-date:   
 Description:

--- kdeextragear-2/kmplayer/debian/changelog  #1.10:1.11
@@ -1,2 +1,8 @@
+kmplayer (0.8.4-1) unstable; urgency=low
+
+  *  New upstream release.
+
+ -- Koos Vriezen [EMAIL PROTECTED]  Mon, 31 Jan 2005 09:52:56 +0100
+
 kmplayer (0.8.3.94-1) unstable; urgency=low
 

--- kdeextragear-2/kmplayer/src/kmplayerconfig.cpp  #1.114:1.115
@@ -458,5 +458,5 @@ KDE_NO_EXPORT void Settings::okPressed (
 return;
 bool urlchanged = configdialog-m_SourcePageURL-changed;
-bool playerchanged = true;
+bool playerchanged = false;
 if (urlchanged) {
 if (configdialog-m_SourcePageURL-url-url ().isEmpty ())



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



kdeextragear-2/kmplayer

2005-01-13 Thread Koos Vriezen
CVS commit by vriezen: 

On second thought, remove the kmplayer.protocol idea. Simply to dangerous
for novice users with pipe commands (they probably will be tempted to
press the 'Follow' button for sure)


  M +0 -2  ChangeLog   1.39
  M +0 -1  debian/kmplayer-app.install   1.4
  M +1 -1  protocols/Makefile.am   1.3
  Rprotocols/kmplayer.protocol   1.2


--- kdeextragear-2/kmplayer/ChangeLog  #1.38:1.39
@@ -2,6 +2,4 @@
 - Bookmarking a VDR channel now bookmarks it as kmplayer://vdrsource/channel
   Same for pipe command, bookmarked as kmplayer://pipesource/command
-  Added a kmplayer.protocol for it so this should work (application only)
-kmplayer 'kmplayer://pipesource/cat ~/example.avi'
 - When controlpanel is in autohide mode, move it over the video instead of
   shifting the video up causing annoying flickering (bug 96861)

--- kdeextragear-2/kmplayer/debian/kmplayer-app.install  #1.3:1.4
@@ -5,3 +5,2 @@
 debian/tmp/usr/share/apps/kmplayer/kmplayerui.rc
 debian/tmp/usr/share/applications/kde/kmplayer.desktop
-debian/tmp/usr/share/services/kmplayer.protocol

--- kdeextragear-2/kmplayer/protocols/Makefile.am  #1.2:1.3
@@ -1,2 +1,2 @@
 protocoldir = $(kde_servicesdir)
-protocol_DATA = mms.protocol rtsp.protocol pnm.protocol kmplayer.protocol
+protocol_DATA = mms.protocol rtsp.protocol pnm.protocol



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



kdeextragear-2/kmplayer

2005-01-06 Thread Koos Vriezen
CVS commit by vriezen: 

Update for 0.8.4-rc5 (final)


  M +2 -0  ChangeLog   1.37
  M +1 -1  configure.in.in   1.40
  M +1 -1  kmplayer.lsm   1.25
  M +6 -0  debian/changelog   1.10


--- kdeextragear-2/kmplayer/ChangeLog  #1.36:1.37
@@ -1,3 +1,5 @@
 Changes since version 0.8.4-rc4
+- Recording now stops movie playing after hitting 'Start Recording'
+- Be less strict with parsing ASX (and SMIL) play list files
 - Internals: merge code from backends, with the 'never reaching' goal to add
   a new backend just by configuration (plus a backend player of course)

--- kdeextragear-2/kmplayer/configure.in.in  #1.39:1.40
@@ -1,3 +1,3 @@
-#AM_INIT_AUTOMAKE(kmplayer,0.8.4-rc4b)
+#AM_INIT_AUTOMAKE(kmplayer,0.8.4-rc5)
 
 AC_DEFUN([KDE_PKG_CHECK_MODULES], [

--- kdeextragear-2/kmplayer/kmplayer.lsm  #1.24:1.25
@@ -1,5 +1,5 @@
 Begin3
 Title:  Kmplayer 
-Version:0.8.4-rc4
+Version:0.8.4-rc5
 Entered-date:   
 Description:

--- kdeextragear-2/kmplayer/debian/changelog  #1.9:1.10
@@ -1,2 +1,8 @@
+kmplayer (0.8.3.94-1) unstable; urgency=low
+
+  *  Release candidate 5 for upcoming 0.8.4.
+
+ -- Koos Vriezen [EMAIL PROTECTED]  Thu, 06 Jan 2005 17:53:14 +0100
+
 kmplayer (0.8.3.93-3) unstable; urgency=low
 




kdeextragear-2/kmplayer

2004-12-13 Thread Koos Vriezen
CVS commit by vriezen: 

Update for 0.8.4-rc4


  M +6 -2  ChangeLog   1.34
  M +1 -1  configure.in.in   1.35
  M +1 -1  kmplayer.lsm   1.24
  M +6 -0  debian/changelog   1.8
  M +2 -2  debian/control   1.3
  M +1 -0  debian/kmplayer-lib.install   1.4
  M +1 -1  debian/rules   1.2


--- kdeextragear-2/kmplayer/ChangeLog  #1.33:1.34
@@ -1,9 +1,13 @@
 Changes since version 0.8.4-rc3
-- Begin of GStreamer backend support
+- Look for title entries in ASX and .pls files for playlist items
+- DemiBold font for playlist and console log window for readability
+- Begin of GStreamer backend support, local file only
+- Allow disconnect/connect for VDR while still playing, allows other apps to 
+  access the VDR port
 - Actively determine mime-type for playlist detection (was guess on extension
   or use the one the plugin got from konqueror)
 - VCD tracks are, for MPlayer only, displayed in playlist and not in menu
 - Added custom command for VDR, output to console view
-- Made command interaction with VDR much more relyable
+- Made command interaction with VDR much more reliable
 Changes since version 0.8.4-rc2
 - Added a XVideo player (kxvplayer) process. Used now for viewing VDR

--- kdeextragear-2/kmplayer/configure.in.in  #1.34:1.35
@@ -1,3 +1,3 @@
-#AM_INIT_AUTOMAKE(kmplayer,0.8.4-rc3)
+#AM_INIT_AUTOMAKE(kmplayer,0.8.4-rc4)
 
 AC_DEFUN([KDE_PKG_CHECK_MODULES], [

--- kdeextragear-2/kmplayer/kmplayer.lsm  #1.23:1.24
@@ -1,5 +1,5 @@
 Begin3
 Title:  Kmplayer 
-Version:0.8.4-rc3
+Version:0.8.4-rc4
 Entered-date:   
 Description:

--- kdeextragear-2/kmplayer/debian/changelog  #1.7:1.8
@@ -1,2 +1,8 @@
+kmplayer (0.8.3.93-1) unstable; urgency=low
+
+  *  Release candidate 4 for upcoming 0.8.4.
+
+ -- Koos Vriezen [EMAIL PROTECTED]  Thu, 7 Dec 2004 08:35:57 +0200
+
 kmplayer (0.8.3.92-1) unstable; urgency=high
 

--- kdeextragear-2/kmplayer/debian/control  #1.2:1.3
@@ -3,5 +3,5 @@
 Priority: optional
 Maintainer: Koos Vriezen [EMAIL PROTECTED]
-Build-Depends: debhelper (= 4.0.0), kdelibs4-dev, libxine-dev, xlibs-dev
+Build-Depends: debhelper (= 4.0.0), kdelibs4-dev, libxine-dev, xlibs-dev, 
libgstreamer0.8-dev, libgstreamer-plugins0.8-dev
 Standards-Version: 3.6.0
 
@@ -15,5 +15,5 @@
 Architecture: any
 Section: sound
-Depends: kdelibs4 = 4:3.1.0-1), libxine1
+Depends: kdelibs4 (= 4:3.1.0-1), libxine1, libgstreamer0.8-0, 
libgstreamer-plugins0.8-0
 Description: KMPlayer shared library
 

--- kdeextragear-2/kmplayer/debian/kmplayer-lib.install  #1.3:1.4
@@ -2,4 +2,5 @@
 debian/tmp/usr/lib/libkmplayercommon.la
 debian/tmp/usr/bin/kxineplayer
+debian/tmp/usr/bin/kgstplayer
 debian/tmp/usr/share/config/kmplayerrc
 debian/tmp/usr/share/apps/kmplayer/bookmarks.xml

--- kdeextragear-2/kmplayer/debian/rules  #1.1:1.2
@@ -38,5 +38,5 @@
 # Add here commands to configure the package.
 cd $(objdir)  \
-CFLAGS=$(CFLAGS) ../configure $(configkde) 
--host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr 
--mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info 
--disable-arts-volume --enable-final
+CFLAGS=$(CFLAGS) ../configure $(configkde) 
--host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr 
--mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-final
 touch configure-stamp
 




kdeextragear-2/kmplayer

2004-11-20 Thread Koos Vriezen
CVS commit by vriezen: 

Update for 0.8.4-rc3 (satellite-release)


  M +1 -0  ChangeLog   1.32
  M +1 -1  configure.in.in   1.32
  M +1 -1  kmplayer.lsm   1.23
  M +12 -0 debian/changelog   1.7
  M +1 -0  debian/kmplayer-app.install   1.2


--- kdeextragear-2/kmplayer/ChangeLog  #1.31:1.32
@@ -2,4 +2,5 @@
 - Added a XVideo player (kxvplayer) process. Used now for viewing VDR
 - Fixed various crash cases with the playlist
+- Playlist view is dockable now
 Changes since version 0.8.4-rc1
 - Oops, left an ugly hack in the icon loading for the playlist tree, can crash

--- kdeextragear-2/kmplayer/configure.in.in  #1.31:1.32
@@ -1,3 +1,3 @@
-#AM_INIT_AUTOMAKE(kmplayer,0.8.4-rc1)
+#AM_INIT_AUTOMAKE(kmplayer,0.8.4-rc3)
 
 AC_MSG_CHECKING(if koffice-plugin support is wanted)

--- kdeextragear-2/kmplayer/kmplayer.lsm  #1.22:1.23
@@ -1,5 +1,5 @@
 Begin3
 Title:  Kmplayer 
-Version:0.8.4-rc1
+Version:0.8.4-rc3
 Entered-date:   
 Description:

--- kdeextragear-2/kmplayer/debian/changelog  #1.6:1.7
@@ -1,2 +1,14 @@
+kmplayer (0.8.3.92-1) unstable; urgency=high
+
+  *  Release candidate 3 for upcoming 0.8.4.
+
+ -- Koos Vriezen [EMAIL PROTECTED]  Sat, 21 Nov 2004 08:35:57 +0200
+
+kmplayer (0.8.3.91-1) unstable; urgency=high
+
+  *  Release candidate 2 for upcoming 0.8.4.
+
+ -- Koos Vriezen [EMAIL PROTECTED]  Tue, 02 Nov 2004 08:59:06 +0200
+
 kmplayer (0.8.3.90-1) unstable; urgency=low
 

--- kdeextragear-2/kmplayer/debian/kmplayer-app.install  #1.1:1.2
@@ -2,4 +2,5 @@
 debian/tmp/usr/lib/kde3/kmplayer.so
 debian/tmp/usr/bin/kmplayer
+debian/tmp/usr/bin/kxvplayer
 debian/tmp/usr/share/apps/kmplayer/kmplayerui.rc
 debian/tmp/usr/share/applications/kde/kmplayer.desktop




kdeextragear-2/kmplayer

2004-11-01 Thread Koos Vriezen
CVS commit by vriezen: 

Updates for 0.8.4-rc1
build issues found with gcc-3.2


  M +8 -0  ChangeLog   1.30
  M +1 -1  configure.in.in   1.30
  M +1 -1  kmplayer.lsm   1.22
  M +6 -0  debian/changelog   1.6
  M +6 -2  debian/control   1.2
  M +25 -18src/kmplayerpartbase.cpp   1.98
  M +2 -0  src/kmplayerplaylist.h   1.5
  M +2 -2  src/kmplayerview.cpp   1.105
  M +1 -1  src/main.cpp   1.12





kdeextragear-2/kmplayer/debian

2004-10-16 Thread Koos Vriezen
CVS commit by vriezen: 

Update for new icons


  M +7 -3  kmplayer-lib.install   1.3


--- kdeextragear-2/kmplayer/debian/kmplayer-lib.install  #1.2:1.3
@@ -8,5 +8,9 @@
 debian/tmp/usr/share/mimelnk/application/x-mplayer2.desktop
 debian/tmp/usr/share/mimelnk/video/x-ms-wmp.desktop
-debian/tmp/usr/share/icons/crystalsvg/32x32/apps/kmplayer.png
-debian/tmp/usr/share/icons/locolor/16x16/apps/kmplayer.png
-debian/tmp/usr/share/icons/locolor/32x32/apps/kmplayer.png
+debian/tmp/usr/share/icons/hicolor/16x16/apps/kmplayer.png
+debian/tmp/usr/share/icons/hicolor/22x22/apps/kmplayer.png
+debian/tmp/usr/share/icons/hicolor/32x32/apps/kmplayer.png
+debian/tmp/usr/share/icons/hicolor/48x48/apps/kmplayer.png
+debian/tmp/usr/share/icons/hicolor/64x64/apps/kmplayer.png
+debian/tmp/usr/share/icons/hicolor/128x128/apps/kmplayer.png
+debian/tmp/usr/share/icons/hicolor/scalable/apps/kmplayer.svgz




kdeextragear-2/kmplayer

2004-10-05 Thread Koos Vriezen
CVS commit by vriezen: 

Update version 0.8.3a (w/o latest exchange players changes)


  M +5 -0  ChangeLog   1.29
  M +1 -1  configure.in.in   1.29
  M +1 -1  kmplayer.lsm   1.21
  M +6 -0  debian/changelog   1.5
  M +1 -1  src/kmplayerview.cpp   1.94


--- kdeextragear-2/kmplayer/ChangeLog  #1.28:1.29
@@ -1,2 +1,7 @@
+Changes since version 0.8.3
+- Auto hiding in fullscreen fix
+- Mencoder recording fix for URLs
+- Yet another spurious seek locking Xine when playing a playlist
+- Comment out NoExpose debug line with kxineplayer
 Changes since version 0.8.3-rc5
 - Two more regression fixes in show cache progress, get rid of spurious seek

--- kdeextragear-2/kmplayer/configure.in.in  #1.28:1.29
@@ -1,3 +1,3 @@
-#AM_INIT_AUTOMAKE(kmplayer,0.8.3)
+#AM_INIT_AUTOMAKE(kmplayer,0.8.3a)
 
 AC_MSG_CHECKING(if koffice-plugin support is wanted)

--- kdeextragear-2/kmplayer/kmplayer.lsm  #1.20:1.21
@@ -1,5 +1,5 @@
 Begin3
 Title:  Kmplayer 
-Version:0.8.3
+Version:0.8.3a
 Entered-date:   
 Description:

--- kdeextragear-2/kmplayer/debian/changelog  #1.4:1.5
@@ -1,2 +1,8 @@
+kmplayer (0.8.3a-1) unstable; urgency=low
+
+  *  New upstream release.
+
+ -- Koos Vriezen [EMAIL PROTECTED]  Sat, 05 Oct 2004 20:34:27 +0200
+
 kmplayer (0.8.3-1) unstable; urgency=low
 

--- kdeextragear-2/kmplayer/src/kmplayerview.cpp  #1.93:1.94
@@ -342,6 +342,6 @@ KDE_NO_CDTOR_EXPORT KMPlayerControlPanel
 void KMPlayerControlPanel::showPositionSlider (bool show) {
 int h = show ? button_height_with_slider : button_height_only_buttons;
-m_posSlider-setValue (0);
 m_posSlider-setEnabled (false);
+m_posSlider-setValue (0);
 if (show) {
 m_posSlider-show ();




kdeextragear-2/kmplayer

2004-09-28 Thread Koos Vriezen
CVS commit by vriezen: 

Update for 0.8.3


  M +5 -0  ChangeLog   1.28
  M +1 -1  configure.in.in   1.28
  M +1 -1  kmplayer.lsm   1.20
  M +12 -0 debian/changelog   1.4


--- kdeextragear-2/kmplayer/ChangeLog  #1.27:1.28
@@ -1,2 +1,7 @@
+Changes since version 0.8.3-rc5
+- Two more regression fixes in show cache progress, get rid of spurious seek
+  command caused by switching progress slider usage and don't update playing
+  position if there is no position change (might fill cache instead).
+- Xinerama fix, fullscreen on display where video widget is on.
 Changes since version 0.8.3-rc4
 - Fix regression in show cache progress in 0.8.3-rc2, which made the xine

--- kdeextragear-2/kmplayer/configure.in.in  #1.27:1.28
@@ -1,3 +1,3 @@
-#AM_INIT_AUTOMAKE(kmplayer,0.8.3rc5)
+#AM_INIT_AUTOMAKE(kmplayer,0.8.3)
 
 AC_MSG_CHECKING(if koffice-plugin support is wanted)

--- kdeextragear-2/kmplayer/kmplayer.lsm  #1.19:1.20
@@ -1,5 +1,5 @@
 Begin3
 Title:  Kmplayer 
-Version:0.8.3rc5
+Version:0.8.3
 Entered-date:   
 Description:

--- kdeextragear-2/kmplayer/debian/changelog  #1.3:1.4
@@ -1,2 +1,14 @@
+kmplayer (0.8.3-1) unstable; urgency=low
+
+  *  New upstream release.
+
+ -- Koos Vriezen [EMAIL PROTECTED]  Sat, 28 Sep 2004 10:51:44 +0200
+
+kmplayer (0.8.3rc5-1) unstable; urgency=low
+
+  *  New upstream release.
+
+ -- Koos Vriezen [EMAIL PROTECTED]  Sat, 18 Sep 2004 13:53:37 +0200
+
 kmplayer (0.8.3rc4-2) unstable; urgency=low
 




kdeextragear-2/kmplayer

2004-09-12 Thread Koos Vriezen
CVS commit by vriezen: 

Ripped out arts volume and use kmix DCOP instead. TODO, choose mixer.

Linking against arts was huge overkill, made startup twice as slow.

However, kmix w/ DCOP has its own worries. Eg. the mixer is kicker/MixerX or
kmix/MixerX or unfindable (if kicker mixer applet still in proxy mode). 
Also, kmix doesn't update another instance of kmix.

Would be cool to put just soundcard0/setvolume/80 on a bus (hoping some mixer
will pick it up), and receive soundcard0/volume/80 if some other application
changed it.


  M +0 -20 configure.in.in   1.26
  M +6 -0  debian/changelog   1.3
  M +1 -1  src/Makefile.am   1.29
  M +2 -4  src/kmplayer_part.cpp   1.110
  M +0 -3  src/kmplayerconfig.cpp   1.95
  M +38 -119   src/kmplayerview.cpp   1.87
  M +5 -15 src/kmplayerview.h   1.37





kdeextragear-2/kmplayer/debian

2004-08-30 Thread Koos Vriezen
CVS commit by vriezen: 

kmplayer-lib/unstable clash


  M +0 -1  kmplayer-lib.install   1.2


--- kdeextragear-2/kmplayer/debian/kmplayer-lib.install  #1.1:1.2
@@ -7,5 +7,4 @@
 debian/tmp/usr/share/mimelnk/application/x-kmplayer.desktop
 debian/tmp/usr/share/mimelnk/application/x-mplayer2.desktop
-debian/tmp/usr/share/mimelnk/audio/x-ms-wma.desktop
 debian/tmp/usr/share/mimelnk/video/x-ms-wmp.desktop
 debian/tmp/usr/share/icons/crystalsvg/32x32/apps/kmplayer.png




kdeextragear-2/kmplayer

2004-07-15 Thread Koos Vriezen
CVS commit by vriezen: 

Updates for 0.8.3rc4


  M +9 -0  ChangeLog   1.26
  M +1 -1  configure.in.in   1.25
  M +1 -1  kmplayer.lsm   1.18
  M +6 -0  debian/changelog   1.2
  M +2 -3  src/kmplayerpartbase.cpp   1.69
  M +6 -5  src/kmplayerprocess.cpp   1.77


--- kdeextragear-2/kmplayer/ChangeLog  #1.25:1.26
@@ -1,2 +1,11 @@
+Changes since version 0.8.3-rc3a
+- Downloading of .m3u/.pls also eats .asx, so try to read this one too. This
+  fixes also MPlayer-1.0pre not been able to read .asx files.
+- Make sure if we're downloading a playlist file, it isn't bigger than 50k
+- More or less revert the alsa5/alsa9 change to just alsa. Seems latest
+  MPlayer doesn't work with alsa5/alsa9. Although they are still available.
+Changes since version 0.8.3-rc3
+- add AM_MAINTAINER_MODE in configure.in.in, no recheck/automake/autoconf
+  version mismatch
 Changes since version 0.8.3-rc2
 - All QtoolTips to QWhatsThis and help from Xine for whatsthis by xine options

--- kdeextragear-2/kmplayer/configure.in.in  #1.24:1.25
@@ -1,3 +1,3 @@
-#AM_INIT_AUTOMAKE(kmplayer,0.8.3rc3)
+#AM_INIT_AUTOMAKE(kmplayer,0.8.3rc4)
 
 if test $build_arts = no; then

--- kdeextragear-2/kmplayer/kmplayer.lsm  #1.17:1.18
@@ -1,5 +1,5 @@
 Begin3
 Title:  Kmplayer 
-Version:0.8.3rc3
+Version:0.8.3rc4
 Entered-date:   
 Description:

--- kdeextragear-2/kmplayer/debian/changelog  #1.1:1.2
@@ -1,2 +1,8 @@
+kmplayer (0.8.3rc4-1) unstable; urgency=low
+
+  *  New upstream release.
+
+ -- Koos Vriezen [EMAIL PROTECTED]  Tue, 15 Jul 2004 20:22:37 +0200
+
 kmplayer (0.8.3rc3-1) unstable; urgency=low
 

--- kdeextragear-2/kmplayer/src/kmplayerpartbase.cpp  #1.68:1.69
@@ -702,7 +702,6 @@ void KMPlayerSource::play () {
 void KMPlayerSource::backward () {
 if (m_refurls.size ()  1) {
-m_nexturl = m_currenturl;
-if (m_nexturl != m_refurls.begin ())
---m_nexturl;
+if (m_currenturl != m_refurls.begin ())
+m_nexturl = m_currenturl--;
 m_player-process ()-stop ();
 } else

--- kdeextragear-2/kmplayer/src/kmplayerprocess.cpp  #1.76:1.77
@@ -269,7 +269,7 @@ bool MPlayer::play () {
 } else {
 int cache = m_configpage-cachesize;
-if (url.protocol () != QString (dvd) 
+if (cache  3  url.protocol () != QString (dvd) 
 url.protocol () != QString (vcd) 
-url.protocol () != QString (tv))
+!url.url ().startsWith (QString (tv://)))
 args += QString (-cache %1 ).arg (cache); 
 }
@@ -660,5 +660,5 @@ void MPlayerPreferencesPage::read (KConf
 config-setGroup (strMPlayerGroup);
 additionalarguments = config-readEntry (strAddArgs);
-cachesize = config-readNumEntry (strCacheSize, 0);
+cachesize = config-readNumEntry (strCacheSize, 384);
 alwaysbuildindex = config-readBoolEntry (strAlwaysBuildIndex, false);
 }
@@ -1116,7 +1116,8 @@ void Xine::initProcess () {
 this, SLOT (processOutput (KProcess *, char *, int)));
 }
-
+// TODO:input.v4l_video_device_path input.v4l_radio_device_path
+// v4l:/Webcam/0   v4l:/Television/21600  v4l:/Radio/96
 bool Xine::play () {
-KURL url (m_source-current ());
+KURL url (m_source ? m_source-current () : QString ());
 if (playing ()) {
 if (m_backend) {




kdeextragear-2/kmplayer/debian

2004-06-29 Thread Koos Vriezen
CVS commit by vriezen: 

Added a debian build dir. Still exits .../kmplayer$ dpkg-buildpackage -rfakeroot
  dh_clean: I have no package to build
  make: *** [install-indep] Error 1
but it does build .deb files. Four are build:
- kmplayer-plugin_0.8.3rc3-1_i386.deb, kpart (plugin) only
- kmplayer-app_0.8.3rc3-1_i386.deb, application only
- kmplayer-lib_0.8.3rc3-1_i386.deb, shared lib for plugin and application
- kmplayer_0.8.3rc3-1_i386.deb, all the above


  Achangelog   1.1
  Acontrol   1.1
  Acopyright   1.1
  Akmplayer-app.install   1.1
  Akmplayer-app.menu   1.1
  Akmplayer-doc.docs   1.1
  Akmplayer-doc.files   1.1
  Akmplayer-lib.dirs   1.1
  Akmplayer-lib.docs   1.1
  Akmplayer-lib.install   1.1
  Akmplayer-plugin.install   1.1
  Arules   1.1