diff options
author | markd <markd@pkgsrc.org> | 2004-10-12 11:21:54 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-10-12 11:21:54 +0000 |
commit | 1d1c0764ae9dc51cb534444dc47035823c33e19b (patch) | |
tree | 68f68a9f8ac644d803b273540acd85e64290cd8c /multimedia/kmplayer/Makefile | |
parent | 24b862f36249161fa75cae92114a6ffbb2e1a20a (diff) | |
download | pkgsrc-1d1c0764ae9dc51cb534444dc47035823c33e19b.tar.gz |
Update to kmplayer 0.8.3a
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
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
backend hang on some web movies
- Ripped out the arts volume slider. Now you only get a volume slider if you
run kmix standalone or as an applet in kicker.
- Try to limit symbols in the shared objects by using KDE_NO_EXPORT. Although
hard to measure, hopefully speed up loading the plugin
- New recorder (mplayer -dumpstream) from Stefan Siegel
Diffstat (limited to 'multimedia/kmplayer/Makefile')
-rw-r--r-- | multimedia/kmplayer/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/kmplayer/Makefile b/multimedia/kmplayer/Makefile index eafc8202fc2..170c3c1d20b 100644 --- a/multimedia/kmplayer/Makefile +++ b/multimedia/kmplayer/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2004/10/03 00:13:02 tv Exp $ +# $NetBSD: Makefile,v 1.13 2004/10/12 11:21:54 markd Exp $ # -DISTNAME= kmplayer-0.8.3rc4 -PKGREVISION= 1 +DISTNAME= kmplayer-0.8.3a CATEGORIES= multimedia kde MASTER_SITES= http://www.xs4all.nl/~jjvrieze/ EXTRACT_SUFX= .tar.bz2 |