pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc Update audio/streamtuner to 0.99.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ec307afde036
branches:  trunk
changeset: 482318:ec307afde036
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Mon Oct 25 09:05:27 2004 +0000

description:
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:

 audio/streamtuner/Makefile      |  10 +++++++---
 audio/streamtuner/PLIST         |  26 +++++++++++++++++++++++---
 audio/streamtuner/buildlink3.mk |   5 ++---
 audio/streamtuner/distinfo      |   6 +++---
 doc/CHANGES                     |   3 ++-
 doc/TODO                        |   3 +--
 6 files changed, 38 insertions(+), 15 deletions(-)

diffs (150 lines):

diff -r 16605a569d24 -r ec307afde036 audio/streamtuner/Makefile
--- a/audio/streamtuner/Makefile        Mon Oct 25 09:03:22 2004 +0000
+++ b/audio/streamtuner/Makefile        Mon Oct 25 09:05:27 2004 +0000
@@ -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 @@
 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 @@
 
 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 -r 16605a569d24 -r ec307afde036 audio/streamtuner/PLIST
--- a/audio/streamtuner/PLIST   Mon Oct 25 09:03:22 2004 +0000
+++ b/audio/streamtuner/PLIST   Mon Oct 25 09:05:27 2004 +0000
@@ -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-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 -r 16605a569d24 -r ec307afde036 audio/streamtuner/buildlink3.mk
--- a/audio/streamtuner/buildlink3.mk   Mon Oct 25 09:03:22 2004 +0000
+++ b/audio/streamtuner/buildlink3.mk   Mon Oct 25 09:05:27 2004 +0000
@@ -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+=   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 -r 16605a569d24 -r ec307afde036 audio/streamtuner/distinfo
--- a/audio/streamtuner/distinfo        Mon Oct 25 09:03:22 2004 +0000
+++ b/audio/streamtuner/distinfo        Mon Oct 25 09:05:27 2004 +0000
@@ -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
diff -r 16605a569d24 -r ec307afde036 doc/CHANGES
--- a/doc/CHANGES       Mon Oct 25 09:03:22 2004 +0000
+++ b/doc/CHANGES       Mon Oct 25 09:05:27 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.7555 2004/10/25 09:03:22 xtraeme Exp $
+$NetBSD: CHANGES,v 1.7556 2004/10/25 09:05:27 xtraeme Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -4852,3 +4852,4 @@
        Updated ap-ssl to 2.8.21 [tron 2004-10-25]
        Removed streamtuner-live365 [xtraeme 2004-10-25]
        Removed streamtuner-local [xtraeme 2004-10-25]
+       Updated streamtuner to 0.99 [xtraeme 2004-10-25]
diff -r 16605a569d24 -r ec307afde036 doc/TODO
--- a/doc/TODO  Mon Oct 25 09:03:22 2004 +0000
+++ b/doc/TODO  Mon Oct 25 09:05:27 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.2252 2004/10/25 08:35:09 xtraeme Exp $
+$NetBSD: TODO,v 1.2253 2004/10/25 09:05:27 xtraeme Exp $
 
 Suggested new packages
 ======================
@@ -416,7 +416,6 @@
        o srp_client-1.7.5 [jlam]
        o staroffice-7p1
        o stellarium-0.6.1
-       o streamtuner-0.99
        o svk-0.23
        o sweep-0.8.3
        o sylpheed-0.9.99



Home | Main Index | Thread Index | Old Index