diff options
author | markd <markd@pkgsrc.org> | 2006-10-06 20:30:10 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-10-06 20:30:10 +0000 |
commit | 51599def239fd38c236f8a523ec0a0abf3a5a4cc (patch) | |
tree | 1d59f67f411485ec990e782a7349b4cb08afde00 /multimedia/kmplayer/Makefile | |
parent | 5aa78eb8f0e7475b9d5fd21485bb1b33313af99b (diff) | |
download | pkgsrc-51599def239fd38c236f8a523ec0a0abf3a5a4cc.tar.gz |
Update kmplayer to 0.9.3
Changes since version 0.9.3-rc1
- Fix audio/video CD w/ MPlayer adding more and more nodes on restart
- MPlayer movie length detection fix for URLs in lists
- Fix playlistview accessing root node w/o checking (crash fix)
- XML Shareable Playlist Format (aka spiff) support
- Fixed editing in place tree of URL, they were modified by KURL::prettyURL()
- Fixed missing 'NotRunning' state change notification in some cases
- Window title for playlists fix, either group name or item URL
- Catergory items should not be editable
Changes since version 0.9.3-pre2
- Patch from bero, add more output audio and video drivers
- Frequencies for Xv TV watching should now be in MHz (like with MPlayer)
- Add more help in the handbook about the backends and the playlist format
- Support MPLAYEROPTS argument for group/item nodes to add extra settings
- Add option to set path/application name for mplayer backend
- Fix possible crash when updating the playlist tree from QListView click events
- Add 'Delete item' and MoveUp/Down for persistent playlists context menu and TV
- Delay loading of recent XML file to first item played or category opened
- Defaults to not show progress slider instead of having a disabled slider,
this greatly improves channel switching with Xv and the bttv driver
- Properly stop kmplayer when 'hanging' in the resolving state, also add
'Connecting' when starting resolving
Changes since version 0.9.3-pre1
- Support for audio cdrom
- Fixes for 'Persistent Playlists' tree; drop position didn't account for
scrollbar position, painting fixes, popup menu position and dropping an item
in a not-yet-loaded tree created a temporary ghost tree
Changes since version 0.9.2a
- Painting of root items in playlist view as 'Window Background'
- Add a 'Persistent Playlists' sub tree to playlist view, editing by D&D,
in-place node editing or changing the XML directly using the 'Edit Mode'
- Add a 'Most Recent' sub tree to playlist view, when having more than 10
items, automatic create a sub tree 'More ..'
- Merge TV input and device name to make tree one step less deep
- Add Television as persistent sub tree to playlist view
- Add 'Optical Disks' with VCD/DVD as persistent sub tree to playlist view
- Make playlist tree less deep and remove the branches paintings
- Plugin fix for http://www.orbital.pt/ for Konqueror >= 3.5.4 users
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 0dca40de62c..c158c362879 100644 --- a/multimedia/kmplayer/Makefile +++ b/multimedia/kmplayer/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2006/08/02 14:34:01 markd Exp $ +# $NetBSD: Makefile,v 1.35 2006/10/06 20:30:10 markd Exp $ # -DISTNAME= kmplayer-0.9.2a -PKGREVISION= 1 +DISTNAME= kmplayer-0.9.3 CATEGORIES= multimedia kde MASTER_SITES= http://kmplayer.kde.org/pkgs/ EXTRACT_SUFX= .tar.bz2 |