From 77f381d7591c32ee24e5c8bfdc3316aeb5374066 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Tue, 30 Mar 2004 22:21:31 +0000 Subject: Update to 0.12.1 and bl3ify. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- audio/streamtuner/Makefile | 19 +++++++++---------- audio/streamtuner/PLIST | 19 ++++++++++++++----- audio/streamtuner/buildlink2.mk | 29 ----------------------------- audio/streamtuner/buildlink3.mk | 21 +++++++++++++++++++++ audio/streamtuner/distinfo | 6 +++--- 5 files changed, 47 insertions(+), 47 deletions(-) delete mode 100644 audio/streamtuner/buildlink2.mk create mode 100644 audio/streamtuner/buildlink3.mk (limited to 'audio') diff --git a/audio/streamtuner/Makefile b/audio/streamtuner/Makefile index 507a2bdb0e3..08d95aeb581 100644 --- a/audio/streamtuner/Makefile +++ b/audio/streamtuner/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.16 2004/03/26 02:27:34 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2004/03/30 22:21:31 xtraeme Exp $ # -DISTNAME= streamtuner-${DIST_VER} -PKGREVISION= 3 +DISTNAME= streamtuner-0.12.1 CATEGORIES= audio www -MASTER_SITES= http://savannah.nongnu.org/download/streamtuner/streamtuner.pkg/${DIST_VER}/ +MASTER_SITES= http://savannah.nongnu.org/download/streamtuner/ MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://www.nongnu.org/streamtuner/ @@ -13,7 +12,7 @@ COMMENT= Stream directory browser DEPENDS+= gnome2-dirs>=1.5:../../misc/gnome2-dirs BUILD_USES_MSGFMT= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_GNU_TOOLS+= make USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes @@ -22,9 +21,9 @@ GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE= extras/streamtuner.pc.in -DIST_VER= 0.10.2 - -.include "../../devel/pkgconfig/buildlink2.mk" -.include "../../www/curl/buildlink2.mk" -.include "../../x11/gtk2/buildlink2.mk" +.include "../../devel/pkgconfig/buildlink3.mk" +.include "../../textproc/scrollkeeper/omf.mk" +.include "../../www/curl/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/audio/streamtuner/PLIST b/audio/streamtuner/PLIST index 63640aae162..8f4878b163a 100644 --- a/audio/streamtuner/PLIST +++ b/audio/streamtuner/PLIST @@ -1,14 +1,17 @@ -@comment $NetBSD: PLIST,v 1.5 2003/12/13 11:19:01 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.6 2004/03/30 22:21:31 xtraeme Exp $ bin/streamtuner -bin/streamtuner-theme-convert +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 +include/streamtuner/st-m3u-api.h +include/streamtuner/st-pls-api.h include/streamtuner/st-programs-api.h include/streamtuner/st-re-api.h include/streamtuner/st-settings-api.h +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 @@ -18,13 +21,19 @@ lib/pkgconfig/streamtuner.pc lib/streamtuner/plugins/shoutcast.a lib/streamtuner/plugins/shoutcast.la lib/streamtuner/plugins/shoutcast.so -man/man1/streamtuner-theme-convert.1 -man/man1/streamtuner.1 share/applications/streamtuner.desktop +share/doc/streamtuner/C/documentation-license.xml +share/doc/streamtuner/C/figures/main-window.png +share/doc/streamtuner/C/figures/search-category.png +share/doc/streamtuner/C/figures/search-dialog.png +share/doc/streamtuner/C/software-license.xml +share/doc/streamtuner/C/streamtuner.xml ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/streamtuner.mo ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/streamtuner.mo +share/omf/streamtuner/streamtuner-C.omf share/pixmaps/streamtuner.png -@comment in gnome2-dirs: @dirrm share/applications +@dirrm share/omf/streamtuner +@dirrm share/doc/streamtuner/C/figures @dirrm lib/streamtuner/plugins @dirrm lib/streamtuner @dirrm include/streamtuner diff --git a/audio/streamtuner/buildlink2.mk b/audio/streamtuner/buildlink2.mk deleted file mode 100644 index e82ef02d786..00000000000 --- a/audio/streamtuner/buildlink2.mk +++ /dev/null @@ -1,29 +0,0 @@ -# $NetBSD: buildlink2.mk,v 1.8 2004/03/26 02:27:34 wiz Exp $ -# -# This Makefile fragment is included by packages that use streamtuner. -# -# This file was created automatically using createbuildlink 2.4. -# - -.if !defined(STREAMTUNER_BUILDLINK2_MK) -STREAMTUNER_BUILDLINK2_MK= # defined - -BUILDLINK_PACKAGES+= streamtuner -BUILDLINK_DEPENDS.streamtuner?= streamtuner>=0.10.2nb1 -BUILDLINK_RECOMMENDED.streamtuner?= streamtuner>=0.10.2nb3 -BUILDLINK_PKGSRCDIR.streamtuner?= ../../audio/streamtuner - -EVAL_PREFIX+= BUILDLINK_PREFIX.streamtuner=streamtuner -BUILDLINK_PREFIX.streamtuner_DEFAULT= ${LOCALBASE} -BUILDLINK_FILES.streamtuner+= include/streamtuner/*.h -BUILDLINK_FILES.streamtuner+= lib/pkgconfig/streamtuner.pc -BUILDLINK_FILES.streamtuner+= lib/streamtuner/plugins/shoutcast.* - -.include "../../www/curl/buildlink2.mk" -.include "../../x11/gtk2/buildlink2.mk" - -BUILDLINK_TARGETS+= streamtuner-buildlink - -streamtuner-buildlink: _BUILDLINK_USE - -.endif # STREAMTUNER_BUILDLINK2_MK diff --git a/audio/streamtuner/buildlink3.mk b/audio/streamtuner/buildlink3.mk new file mode 100644 index 00000000000..7a68d1892c7 --- /dev/null +++ b/audio/streamtuner/buildlink3.mk @@ -0,0 +1,21 @@ +# $NetBSD: buildlink3.mk,v 1.1 2004/03/30 22:21:31 xtraeme Exp $ + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ +STREAMTUNER_BUILDLINK3_MK:= ${STREAMTUNER_BUILDLINK3_MK}+ + +.if !empty(BUILDLINK_DEPTH:M+) +BUILDLINK_DEPENDS+= streamtuner +.endif + +BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nstreamtuner} +BUILDLINK_PACKAGES+= streamtuner + +.if !empty(STREAMTUNER_BUILDLINK3_MK:M+) +BUILDLINK_DEPENDS.streamtuner+= streamtuner>=0.12.1 +BUILDLINK_PKGSRCDIR.streamtuner?= ../../audio/streamtuner +.endif # STREAMTUNER_BUILDLINK3_MK + +.include "../../www/curl/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} diff --git a/audio/streamtuner/distinfo b/audio/streamtuner/distinfo index a43fb52ca04..c3aa8b1d313 100644 --- a/audio/streamtuner/distinfo +++ b/audio/streamtuner/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2003/12/13 11:19:01 xtraeme Exp $ +$NetBSD: distinfo,v 1.6 2004/03/30 22:21:31 xtraeme Exp $ -SHA1 (streamtuner-0.10.2.tar.gz) = 0f5101775d7d37b1285089248b6d9894c8ee417c -Size (streamtuner-0.10.2.tar.gz) = 509772 bytes +SHA1 (streamtuner-0.12.1.tar.gz) = 17a891cfaee6b54313142b208ad6ab3d2fd3672b +Size (streamtuner-0.12.1.tar.gz) = 664551 bytes -- cgit v1.2.3