Subject: CVS commit: pkgsrc/audio/streamtuner
To: None <pkgsrc-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: pkgsrc-changes
Date: 03/30/2004 22:21:31
Module Name:	pkgsrc
Committed By:	xtraeme
Date:		Tue Mar 30 22:21:31 UTC 2004

Modified Files:
	pkgsrc/audio/streamtuner: Makefile PLIST distinfo
Added Files:
	pkgsrc/audio/streamtuner: buildlink3.mk
Removed Files:
	pkgsrc/audio/streamtuner: buildlink2.mk

Log Message:
Update to 0.12.1 and bl3ify.

0.12.1                                  30 March 2004

        * Fixed bookmarks loading

0.12.0                                  30 March 2004

        * The bookmarks are now global
        * A preselections handler has been implemented
        * The properties dialog can now edit a stream
        * Some streams can now be deleted
        * HTTP transfers are now compressed if possible (suggested by
          Marcus Rückert)
        * HTTP transfers now follow redirections
        * Socks 5 proxy support has been added
        * The documentation is now in DocBook format
        * A splash screen has been implemented
        * Some icons have been changed
        * Tabs can now be reordered
        * GTK+ interactive search has been fixed
        * Several UI improvements have been performed
        * The API has been enriched
        * The overall performance has been greatly improved
        * Major code cleanups have been performed
        * Several bugs and memory leaks have been fixed
        * streamtuner-theme-convert has been removed
        * Now requires GTK+ version 2.2.2 or superior
        * Now requires libcurl version 7.10.5 or superior

0.11.1                                  07 February 2004

        * Fixed a deadlock on Linux and other platforms having
          non-recursive mutexes (reported by Marcus Rückert)
        * Fixed a crlf parsing bug in transfer code
        * A minor bug in tab switching has been fixed

0.11.0                                  31 January 2004

        * Reimplemented bookmarks support (unseen since 0.7.3)
        * Multiple stream selection is now possible (a new event has
          been added, ST_HANDLER_EVENT_STREAM_TUNE_IN_MULTIPLE)
        * Categories are now displayed when they are selected
        * Removed the "Stop tune in" feature and the task dialogs
        * The stop button now is now global
        * Removed the category menu and moved its items to the view
          menu
        * The transfer API has been improved:
                - retrieval of HTTP headers
                - UNIX, DOS and Mac newline support
                - cleaner API
        * Introduced the st_action API, obsoleting st_programs
        * Implemented a minimal m3u and pls API
        * Added st_handler_set_description() and
          st_handler_set_home(): a clickable label pointing to the
          currently selected handler's home is now displayed in the
          toolbar
        * GTK_STOCK_REFRESH and GTK_STOCK_STOP now replaces
          ST_STOCK_RELOAD and ST_STOCK_STOP
        * Categories now have a descriptive icon
        * Tab icons can now be hidden
        * Added an "Always refresh categories" option
        * The SHOUTcast plugin can now parse the charset information
          of the Content-Type HTTP header
        * A SHOUTcast playlist writing bug has been fixed
        * Multi-threading is now mandatory


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 pkgsrc/audio/streamtuner/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/audio/streamtuner/PLIST \
    pkgsrc/audio/streamtuner/distinfo
cvs rdiff -r1.8 -r0 pkgsrc/audio/streamtuner/buildlink2.mk
cvs rdiff -r0 -r1.1 pkgsrc/audio/streamtuner/buildlink3.mk

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