summaryrefslogtreecommitdiff
path: root/audio/streamtuner
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-10-25 09:05:27 +0000
committerxtraeme <xtraeme>2004-10-25 09:05:27 +0000
commit276541e6a342226002ccb658153d50ad4c6ba7c0 (patch)
tree676354aa12ccb512fe5033a6efec103ddf09660c /audio/streamtuner
parent7a78ef2be73523e08584807e87fcae0276364530 (diff)
downloadpkgsrc-276541e6a342226002ccb658153d50ad4c6ba7c0.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')
-rw-r--r--audio/streamtuner/Makefile10
-rw-r--r--audio/streamtuner/PLIST26
-rw-r--r--audio/streamtuner/buildlink3.mk5
-rw-r--r--audio/streamtuner/distinfo6
4 files changed, 35 insertions, 12 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"
diff --git a/audio/streamtuner/PLIST b/audio/streamtuner/PLIST
index 21314d50cac..f155838c969 100644
--- a/audio/streamtuner/PLIST
+++ b/audio/streamtuner/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2004/09/22 08:09:17 jlam Exp $
+@comment $NetBSD: PLIST,v 1.8 2004/10/25 09:05:27 xtraeme Exp $
bin/streamtuner
include/streamtuner/st-action-api.h
include/streamtuner/st-category-api.h
@@ -15,23 +15,43 @@ 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
+lib/streamtuner/plugins/local.la
+lib/streamtuner/plugins/python.la
lib/streamtuner/plugins/shoutcast.la
+lib/streamtuner/plugins/xiph.la
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
+${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/streamtuner.mo
+${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/streamtuner.mo
share/omf/streamtuner/streamtuner-C.omf
share/pixmaps/streamtuner.png
+share/streamtuner/python/icons/basic.ch.png
+share/streamtuner/python/icons/google-stations.png
+share/streamtuner/python/icons/punkcast.com.png
+share/streamtuner/python/scripts/basic.ch.py
+share/streamtuner/python/scripts/google-stations.py
+share/streamtuner/python/scripts/punkcast.com.py
+@dirrm share/streamtuner/python/scripts
+@dirrm share/streamtuner/python/icons
+@dirrm share/streamtuner/python
+@dirrm share/streamtuner
+@comment in xdg-dirs: @dirrm share/pixmaps
@dirrm share/omf/streamtuner
+@comment in scrollkeeper: @dirrm share/omf
@dirrm share/doc/streamtuner/C/figures
+@dirrm share/doc/streamtuner/C
+@dirrm share/doc/streamtuner
+@comment in xdg-dirs: @dirrm share/applications
@dirrm lib/streamtuner/plugins
@dirrm lib/streamtuner
@dirrm include/streamtuner
diff --git a/audio/streamtuner/buildlink3.mk b/audio/streamtuner/buildlink3.mk
index be4224e1d34..4379e256e38 100644
--- a/audio/streamtuner/buildlink3.mk
+++ b/audio/streamtuner/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2004/10/03 00:13:09 tv Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2004/10/25 09:05:27 xtraeme Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
STREAMTUNER_BUILDLINK3_MK:= ${STREAMTUNER_BUILDLINK3_MK}+
@@ -11,8 +11,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nstreamtuner}
BUILDLINK_PACKAGES+= streamtuner
.if !empty(STREAMTUNER_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.streamtuner+= streamtuner>=0.12.1
-BUILDLINK_RECOMMENDED.streamtuner+= streamtuner>=0.12.1nb1
+BUILDLINK_DEPENDS.streamtuner+= streamtuner>=0.99
BUILDLINK_PKGSRCDIR.streamtuner?= ../../audio/streamtuner
.endif # STREAMTUNER_BUILDLINK3_MK
diff --git a/audio/streamtuner/distinfo b/audio/streamtuner/distinfo
index c3aa8b1d313..e71f644919b 100644
--- a/audio/streamtuner/distinfo
+++ b/audio/streamtuner/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2004/03/30 22:21:31 xtraeme Exp $
+$NetBSD: distinfo,v 1.7 2004/10/25 09:05:27 xtraeme Exp $
-SHA1 (streamtuner-0.12.1.tar.gz) = 17a891cfaee6b54313142b208ad6ab3d2fd3672b
-Size (streamtuner-0.12.1.tar.gz) = 664551 bytes
+SHA1 (streamtuner-0.99.tar.gz) = 6d6d0315a360783be9729b0f035bd38df27230d8
+Size (streamtuner-0.99.tar.gz) = 782084 bytes