diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-10-25 09:05:27 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-10-25 09:05:27 +0000 |
commit | 6336b4da440febd991b3e98321870a5a5d036399 (patch) | |
tree | 676354aa12ccb512fe5033a6efec103ddf09660c /audio/streamtuner/Makefile | |
parent | 30c87c07444f86f7de0ed526e8d689bd015d921c (diff) | |
download | pkgsrc-6336b4da440febd991b3e98321870a5a5d036399.tar.gz |
Update audio/streamtuner to 0.99.
0.99 23 October 2004
* The plugins have been included in the core distribution
* The plugins can now be disabled from the preferences
* The paned position and column widths were not saved anymore:
fixed
* The Local plugin now depends on TagLib (instead of libid3tag
and libvorbis)
* The Xiph plugin has been fixed, it now lists all the streams
(but depends on libxml2)
* STREAMTUNER_LOCAL_ROOT has been deprecated: the music folder
can now be set from the preferences
* The session is now always saved upon exit
* Tab labels now have their own popup menu, containing
tab-specific actions
* The german translations have been updated (submitted by
Martin Stromberger)
* Minor fixes and cleanups
Diffstat (limited to 'audio/streamtuner/Makefile')
-rw-r--r-- | audio/streamtuner/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/audio/streamtuner/Makefile b/audio/streamtuner/Makefile index b54c1c73556..a238da2c964 100644 --- a/audio/streamtuner/Makefile +++ b/audio/streamtuner/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2004/10/03 00:13:09 tv Exp $ +# $NetBSD: Makefile,v 1.21 2004/10/25 09:05:27 xtraeme Exp $ # -DISTNAME= streamtuner-0.12.1 -PKGREVISION= 1 +DISTNAME= streamtuner-0.99 CATEGORIES= audio www MASTER_SITES= http://savannah.nongnu.org/download/streamtuner/ @@ -10,6 +9,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.nongnu.org/streamtuner/ COMMENT= Stream directory browser +BUILD_DEPENDS+= hicolor-icon-theme-[0-9]*:../../graphics/hicolor-icon-theme + BUILD_USES_MSGFMT= yes USE_BUILDLINK3= yes @@ -22,7 +23,10 @@ GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE= extras/streamtuner.pc.in +.include "../../audio/taglib/buildlink3.mk" .include "../../devel/pkgconfig/buildlink3.mk" +.include "../../lang/python/pyversion.mk" +.include "../../textproc/libxml2/buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" .include "../../www/curl/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" |