Subject: CVS commit: pkgsrc/audio/libvisual
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 07/03/2006 23:33:43
Module Name:	pkgsrc
Committed By:	wiz
Date:		Mon Jul  3 23:33:43 UTC 2006

Modified Files:
	pkgsrc/audio/libvisual: Makefile PLIST buildlink3.mk distinfo
	pkgsrc/audio/libvisual/patches: patch-ab
Removed Files:
	pkgsrc/audio/libvisual/patches: patch-aa

Log Message:
Update to 0.4:

New in 0.4.0:
* Real time timestamping support. (Dennis)
* Will unref plugins that don't match the ABI version. (Dennis)
* Added VisRectangle system. (Dennis)
* New BMP loader that supports all depths and RLE encoding. (Sepp)
* visual_mem_set(), visual_mem_set16(), visual_mem_set32()
  Optimized memset functions. (Dennis)
* VisVideo new composite system. (Dennis)
* VisVideo sub regions. (Dennis)
* visual_video_zoom_*(). (Jaak)
* visual_video_mirror_*(). (Jaak)
* visual_video_rotate_*(). (Jaak)
* Removed obsolete visual_video_depth_transform_to_buffer(). (Jaak)
* Added VisCollection system. (Dennis)
* Added VisHashmap. (Dennis)
* Added VisCache. (Dennis)
* VisAudio rewrite. (Dennis)
* Added .license bit to VisPluginInfo for realtime license check. (Dennis)
* Removed .struct_size and .api_version from the VisPluginInfo structure,
  and revamped the plugin version check system. Put
  VISUAL_PLUGIN_API_VERSION_VALIDATOR somewhere in your plugin and it'll
  work. (Dennis)
* Homedir installable plugins ~/.libvisual/actor transform morph input. (Dennis)
* Added VisOS. Realtime priority functions are hosted in this module. (Dennis)
* Added VisMath. All kind of math related functions have been added, most
  note worthy are the _vectorized_. All of these are accelerated by
  mmx/3dnow/sse instructions.
* VisFourier completely revamped. (Chong Kai Xiong)

Breaks compatibility with 0.2 releases.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 pkgsrc/audio/libvisual/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/audio/libvisual/PLIST
cvs rdiff -r1.6 -r1.7 pkgsrc/audio/libvisual/buildlink3.mk
cvs rdiff -r1.7 -r1.8 pkgsrc/audio/libvisual/distinfo
cvs rdiff -r1.3 -r0 pkgsrc/audio/libvisual/patches/patch-aa
cvs rdiff -r1.5 -r1.6 pkgsrc/audio/libvisual/patches/patch-ab

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