pkgsrc/audio/streamtuner/PLIST

111 lines
4.5 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.10 2006/04/17 07:07:12 jlam Exp $
bin/streamtuner
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
2004-03-31 00:21:31 +02:00
include/streamtuner/st-action-api.h
include/streamtuner/st-category-api.h
include/streamtuner/st-dialog-api.h
include/streamtuner/st-handler-api.h
include/streamtuner/st-handler-field-api.h
include/streamtuner/st-handlers-api.h
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
2004-03-31 00:21:31 +02:00
include/streamtuner/st-m3u-api.h
include/streamtuner/st-pls-api.h
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.
2005-10-19 11:45:09 +02:00
include/streamtuner/st-plugin-api.h
include/streamtuner/st-programs-api.h
include/streamtuner/st-re-api.h
include/streamtuner/st-settings-api.h
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
2004-03-31 00:21:31 +02:00
include/streamtuner/st-sgml-ref-api.h
include/streamtuner/st-state-api.h
include/streamtuner/st-stream-api.h
include/streamtuner/st-transfer-api.h
include/streamtuner/st-util-api.h
include/streamtuner/st-version-api.h
include/streamtuner/streamtuner.h
lib/pkgconfig/streamtuner.pc
lib/streamtuner/plugins/live365.la
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.
2005-10-19 11:45:09 +02:00
${LOCAL_PLUGIN}lib/streamtuner/plugins/local.la
${PYTHON_PLUGIN}lib/streamtuner/plugins/python.la
lib/streamtuner/plugins/shoutcast.la
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.
2005-10-19 11:45:09 +02:00
${XIPH_PLUGIN}lib/streamtuner/plugins/xiph.la
share/applications/streamtuner.desktop
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.
2005-10-19 11:45:09 +02:00
share/doc/streamtuner/api-reference.html
share/doc/streamtuner/ch01s02.html
share/doc/streamtuner/home.png
share/doc/streamtuner/index.html
share/doc/streamtuner/index.sgml
share/doc/streamtuner/ix01.html
share/doc/streamtuner/left.png
share/doc/streamtuner/overview.html
share/doc/streamtuner/right.png
share/doc/streamtuner/streamtuner-STHandler.html
share/doc/streamtuner/streamtuner-STPlugin.html
share/doc/streamtuner/streamtuner-st-action-api.html
share/doc/streamtuner/streamtuner-st-category-api.html
share/doc/streamtuner/streamtuner-st-dialog-api.html
share/doc/streamtuner/streamtuner-st-handler-field-api.html
share/doc/streamtuner/streamtuner-st-handlers-api.html
share/doc/streamtuner/streamtuner-st-m3u-api.html
share/doc/streamtuner/streamtuner-st-pls-api.html
share/doc/streamtuner/streamtuner-st-programs-api.html
share/doc/streamtuner/streamtuner-st-re-api.html
share/doc/streamtuner/streamtuner-st-settings-api.html
share/doc/streamtuner/streamtuner-st-sgml-ref-api.html
share/doc/streamtuner/streamtuner-st-state-api.html
share/doc/streamtuner/streamtuner-st-stream-api.html
share/doc/streamtuner/streamtuner-st-transfer-api.html
share/doc/streamtuner/streamtuner-st-util-api.html
share/doc/streamtuner/streamtuner-st-version-api.html
share/doc/streamtuner/streamtuner.devhelp
share/doc/streamtuner/up.png
share/help/streamtuner/C/documentation-license.xml
share/help/streamtuner/C/figures/main-window.png
share/help/streamtuner/C/software-license.xml
share/help/streamtuner/C/streamtuner.xml
share/locale/de/LC_MESSAGES/streamtuner.mo
share/locale/fr/LC_MESSAGES/streamtuner.mo
share/locale/hu/LC_MESSAGES/streamtuner.mo
share/locale/ja/LC_MESSAGES/streamtuner.mo
share/locale/pt/LC_MESSAGES/streamtuner.mo
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
2004-03-31 00:21:31 +02:00
share/omf/streamtuner/streamtuner-C.omf
share/pixmaps/streamtuner.png
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.
2005-10-19 11:45:09 +02:00
${PYTHON_PLUGIN}share/streamtuner/python/icons/basic.ch.png
${PYTHON_PLUGIN}share/streamtuner/python/icons/google-stations.png
${PYTHON_PLUGIN}share/streamtuner/python/icons/punkcast.com.png
${PYTHON_PLUGIN}share/streamtuner/python/scripts/basic.ch.py
${PYTHON_PLUGIN}share/streamtuner/python/scripts/google-stations.py
${PYTHON_PLUGIN}share/streamtuner/python/scripts/punkcast.com.py
share/streamtuner/ui/applications.png
share/streamtuner/ui/bookmarks.png
share/streamtuner/ui/browse.png
share/streamtuner/ui/category-open-running.png
share/streamtuner/ui/category-open.png
share/streamtuner/ui/category-running.png
share/streamtuner/ui/category.png
share/streamtuner/ui/live365.png
share/streamtuner/ui/local.png
share/streamtuner/ui/logo.png
share/streamtuner/ui/main-category-running.png
share/streamtuner/ui/main-category.png
${PYTHON_PLUGIN}share/streamtuner/ui/python.png
share/streamtuner/ui/preselections.png
share/streamtuner/ui/record.png
share/streamtuner/ui/search-category-running.png
share/streamtuner/ui/search-category.png
share/streamtuner/ui/search.png
share/streamtuner/ui/shoutcast.png
share/streamtuner/ui/streamtuner.png
share/streamtuner/ui/tune-in.png
share/streamtuner/ui/xiph.png
@dirrm share/streamtuner/ui
${PYTHON_PLUGIN}@dirrm share/streamtuner/python/scripts
${PYTHON_PLUGIN}@dirrm share/streamtuner/python/icons
${PYTHON_PLUGIN}@dirrm share/streamtuner/python
@dirrm share/streamtuner
@comment in xdg-dirs: @dirrm share/pixmaps
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
2004-03-31 00:21:31 +02:00
@dirrm share/omf/streamtuner
@comment in scrollkeeper: @dirrm share/omf
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.
2005-10-19 11:45:09 +02:00
@dirrm share/help/streamtuner/C/figures
@dirrm share/doc/streamtuner
@comment in xdg-dirs: @dirrm share/applications
@dirrm lib/streamtuner/plugins
@dirrm lib/streamtuner
@dirrm include/streamtuner