Subject: CVS commit: pkgsrc/multimedia/kmplayer
To: None <pkgsrc-changes@NetBSD.org>
From: Mark Davies <markd@netbsd.org>
List: pkgsrc-changes
Date: 08/22/2004 01:01:52
Module Name:	pkgsrc
Committed By:	markd
Date:		Sun Aug 22 01:01:52 UTC 2004

Modified Files:
	pkgsrc/multimedia/kmplayer: Makefile PLIST distinfo
	pkgsrc/multimedia/kmplayer/patches: patch-ac
Added Files:
	pkgsrc/multimedia/kmplayer/patches: patch-ad patch-ae
Removed Files:
	pkgsrc/multimedia/kmplayer/patches: patch-aa

Log Message:
Update kmplayer to 0.8.3rc4

pkgsrc changes: dont install some files that kdelibs already has versions
of.

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
- Store xine settings in ~/.kde/share/apps/kmplayer/xine_config and not in
  ~/.xine/config2. Save the first time if file does not exist (Automaticly
  sets the misc.memcpy_method).
- Added a debian build directory, builds a kmplayer-lib, kmplayer-plugin and a
  kmplayer-app package. Eg. install only kmplayer-lib and kmplayer-plugin if
  you prefer another player but do want the plugin for konqueror.
- Added protocol files for mms://, rtsp:// and pnm://
- Position slider now also shows progress of the cache fill
Changes since version 0.8.3-rc1
- Remove configure options for control buttons. Simply always autohide for
  fullscreen and embedded part and show them otherwise
- Fix another case of video widget stays black cause in kxineplayer
- If position slider is hidden, make buttons small again (like <= 0.8.2)
- Support for AUTOSTART attribute
- Support for FULLSCREENMODE attribute
- Seeking while sliding :-)
- Local .pls and .m3u playlist files support. Works too if autodownloaded, eg
  pls' on http://www.shoutcast.com should work now
Changes since version 0.8.2
- fix for the "video window stays (sometimes/often) black" bug, which seems to
  occur more with the latest Qt versions. KMPlayer uses a XSimpleWindow now
  that is managed by QXEmbed
- Support for Real's CONTROLS/CONSOLE attributes. This makes it possible
  multible plugins cooperate with imagewindow/controlpanel
- Combine control buttons and position slider to one control panel


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 pkgsrc/multimedia/kmplayer/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/multimedia/kmplayer/PLIST
cvs rdiff -r1.4 -r1.5 pkgsrc/multimedia/kmplayer/distinfo
cvs rdiff -r1.2 -r0 pkgsrc/multimedia/kmplayer/patches/patch-aa
cvs rdiff -r1.1 -r1.2 pkgsrc/multimedia/kmplayer/patches/patch-ac
cvs rdiff -r0 -r1.1 pkgsrc/multimedia/kmplayer/patches/patch-ad \
    pkgsrc/multimedia/kmplayer/patches/patch-ae

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.