Subject: CVS commit: pkgsrc/audio/streamtuner
To: None <pkgsrc-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: pkgsrc-changes
Date: 10/19/2005 09:45:09
Module Name:	pkgsrc
Committed By:	xtraeme
Date:		Wed Oct 19 09:45:09 UTC 2005

Modified Files:
	pkgsrc/audio/streamtuner: Makefile PLIST distinfo
Added Files:
	pkgsrc/audio/streamtuner: options.mk

Log Message:
Update to 0.99.99 (one year later... :-)

0.99.99                                 December 21, 2004

        * Core changes:

                * Startup time has been greatly reduced (especially
                  when there are a lot of cached streams)
                * The cache format has changed (a binary cache has
                  been reintroduced, improving performance and
                  allowing to inline binary files into the cache)
                * Was sometimes locking up at startup: fixed
                * The preferences dialog has been reworked
                * A tab can now reload multiple categories
                  concurrently
                * The stop button now only stops the currently
                  selected tab
                * The stream columns can now be reordered
                * The stream columns menu item now displays a dialog
                * The plugin API has been enriched (handler
                  configuration, handler preferences widget, character
                  set handling in the transfer framework, utilities,
                  ...) and documented
                * Bookmarks now include a description, homepage and
                  URI list
                * The about dialog does not list the plugins and
                  handlers anymore
                * Hyperlinks can now be focused, and activated using
                  the keyboard
                * User interface images are now loaded from external
                  files, for smaller memory usage
                * When a plugin was disabled, its configuration was
                  lost: fixed
                * Now compiles cleanly even when -fstrict-aliasing is
                  in use (based on a patch by Philipp Thomas)
                * The stock preselections have been updated
                * The streamtuner icon now uses the new colour scheme
                * Other fixes, cleanups and improvements

pkgsrc changes:

* Make it use the options framework. The following options are
  recognized:

	o streamtuner-local (to enable the local metadata plugin)
	o streamtuner-xiph (to enable the xiph plugin)
	o python (to enable the python plugin)

The python option is off by default and the other ones are on.


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 pkgsrc/audio/streamtuner/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/audio/streamtuner/PLIST \
    pkgsrc/audio/streamtuner/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/audio/streamtuner/options.mk

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