diff options
author | salo <salo> | 2003-03-04 14:41:16 +0000 |
---|---|---|
committer | salo <salo> | 2003-03-04 14:41:16 +0000 |
commit | c47317e9ef4a18f6728eb1635c522e0aa8aa39a1 (patch) | |
tree | 3c1fe370c5f3fcd4ae61eaea9323f31f4477ff58 /audio | |
parent | 414e9e6e85a080c5368b6ed0c24de2890bc3ed4e (diff) | |
download | pkgsrc-c47317e9ef4a18f6728eb1635c522e0aa8aa39a1.tar.gz |
Updated to version 0.9.1.
Patch provided by Juan RP via PR pkg/20564 with minor cleanups by me.
Changes:
- The theme code has been improved: themes are now loaded from
the theme selector of the preferences window, allowing easy
theme previewing; Galeon themes directories are now
automatically detected; the STREAMTUNER_THEMES_PATH
environment variable can be used to specify extra
directories to scan for themes
- The geometry of the preferences window is now remembered
- A number of incremental changes have been made to the plugin
API, deprecating a few calls but preserving backward
compatibility
- GTK+ stock icons have been added to some menuitems
- A few bugs have been fixed
Diffstat (limited to 'audio')
-rw-r--r-- | audio/streamtuner/MESSAGE | 5 | ||||
-rw-r--r-- | audio/streamtuner/Makefile | 4 | ||||
-rw-r--r-- | audio/streamtuner/PLIST | 3 | ||||
-rw-r--r-- | audio/streamtuner/buildlink2.mk | 9 | ||||
-rw-r--r-- | audio/streamtuner/distinfo | 6 |
5 files changed, 14 insertions, 13 deletions
diff --git a/audio/streamtuner/MESSAGE b/audio/streamtuner/MESSAGE index c72805116b8..d18c44778e1 100644 --- a/audio/streamtuner/MESSAGE +++ b/audio/streamtuner/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2003/02/16 05:58:49 salo Exp $ +$NetBSD: MESSAGE,v 1.2 2003/03/04 14:41:16 salo Exp $ You may wish to install a MP3 player to listen to streams from streamtuner (if you don't have one already). You can try one of the following packages: @@ -10,6 +10,5 @@ You may wish to install a MP3 player to listen to streams from streamtuner audio/mpg321 Free replacement for mpg123 audio/splay Audio player/decoder that decodes MPEG Layer I,II,III and WAV files - audio/xmms X Multimedia System --- An audio player with a Winamp GUI - + audio/xmms X Multimedia System - An audio player with a Winamp GUI =========================================================================== diff --git a/audio/streamtuner/Makefile b/audio/streamtuner/Makefile index 3d5a971a3aa..3456717bca6 100644 --- a/audio/streamtuner/Makefile +++ b/audio/streamtuner/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/02/16 05:58:49 salo Exp $ +# $NetBSD: Makefile,v 1.2 2003/03/04 14:41:17 salo Exp $ # -DISTNAME= streamtuner-0.9.0 +DISTNAME= streamtuner-0.9.1 CATEGORIES= audio www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=streamtuner/} diff --git a/audio/streamtuner/PLIST b/audio/streamtuner/PLIST index 85e3f12399e..b3c542f9e89 100644 --- a/audio/streamtuner/PLIST +++ b/audio/streamtuner/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/02/16 05:58:49 salo Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/03/04 14:41:17 salo Exp $ bin/streamtuner include/streamtuner/st_category.h include/streamtuner/st_dialog.h @@ -7,6 +7,7 @@ include/streamtuner/st_handler_field.h include/streamtuner/st_handlers.h include/streamtuner/st_programs.h include/streamtuner/st_re.h +include/streamtuner/st_settings.h include/streamtuner/st_state.h include/streamtuner/st_stream.h include/streamtuner/st_transfer.h diff --git a/audio/streamtuner/buildlink2.mk b/audio/streamtuner/buildlink2.mk index 60802376b79..cc6a4400ce1 100644 --- a/audio/streamtuner/buildlink2.mk +++ b/audio/streamtuner/buildlink2.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink2.mk,v 1.1.1.1 2003/02/16 05:58:49 salo Exp $ +# $NetBSD: buildlink2.mk,v 1.2 2003/03/04 14:41:17 salo Exp $ # # This Makefile fragment is included by packages that use streamtuner. # @@ -9,11 +9,11 @@ STREAMTUNER_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= streamtuner -BUILDLINK_DEPENDS.streamtuner?= streamtuner>=0.9.0 -BUILDLINK_PKGSRCDIR.streamtuner?= ../../audio/streamtuner +BUILDLINK_DEPENDS.streamtuner?= streamtuner>=0.9.1 +BUILDLINK_PKGSRCDIR.streamtuner?= ../../audio/streamtuner EVAL_PREFIX+= BUILDLINK_PREFIX.streamtuner=streamtuner -BUILDLINK_PREFIX.streamtuner_DEFAULT= ${X11PREFIX} +BUILDLINK_PREFIX.streamtuner_DEFAULT= ${LOCALBASE} BUILDLINK_FILES.streamtuner+= include/streamtuner/st_category.h BUILDLINK_FILES.streamtuner+= include/streamtuner/st_dialog.h BUILDLINK_FILES.streamtuner+= include/streamtuner/st_handler.h @@ -21,6 +21,7 @@ BUILDLINK_FILES.streamtuner+= include/streamtuner/st_handler_field.h BUILDLINK_FILES.streamtuner+= include/streamtuner/st_handlers.h BUILDLINK_FILES.streamtuner+= include/streamtuner/st_programs.h BUILDLINK_FILES.streamtuner+= include/streamtuner/st_re.h +BUILDLINK_FILES.streamtuner+= include/streamtuner/st_settings.h BUILDLINK_FILES.streamtuner+= include/streamtuner/st_state.h BUILDLINK_FILES.streamtuner+= include/streamtuner/st_stream.h BUILDLINK_FILES.streamtuner+= include/streamtuner/st_transfer.h diff --git a/audio/streamtuner/distinfo b/audio/streamtuner/distinfo index 4c40850f408..d8d648bc92a 100644 --- a/audio/streamtuner/distinfo +++ b/audio/streamtuner/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/02/16 05:58:49 salo Exp $ +$NetBSD: distinfo,v 1.2 2003/03/04 14:41:17 salo Exp $ -SHA1 (streamtuner-0.9.0.tar.gz) = 29c86b1dca8d4e569ac6cde5f76247bf4a7d6db2 -Size (streamtuner-0.9.0.tar.gz) = 300582 bytes +SHA1 (streamtuner-0.9.1.tar.gz) = bd59a337c052a0acfbfb558d3474a7b49b4203f8 +Size (streamtuner-0.9.1.tar.gz) = 314831 bytes |