pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/streamtuner Update to 0.12.1 and bl3ify.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/79b32788b952
branches:  trunk
changeset: 471770:79b32788b952
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Tue Mar 30 22:21:31 2004 +0000

description:
Update to 0.12.1 and bl3ify.

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

diffstat:

 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(-)

diffs (156 lines):

diff -r 87a58d2c812f -r 79b32788b952 audio/streamtuner/Makefile
--- a/audio/streamtuner/Makefile        Tue Mar 30 21:58:45 2004 +0000
+++ b/audio/streamtuner/Makefile        Tue Mar 30 22:21:31 2004 +0000
@@ -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@localhost
 HOMEPAGE=      http://www.nongnu.org/streamtuner/
@@ -13,7 +12,7 @@
 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 @@
 
 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 -r 87a58d2c812f -r 79b32788b952 audio/streamtuner/PLIST
--- a/audio/streamtuner/PLIST   Tue Mar 30 21:58:45 2004 +0000
+++ b/audio/streamtuner/PLIST   Tue Mar 30 22:21:31 2004 +0000
@@ -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/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 -r 87a58d2c812f -r 79b32788b952 audio/streamtuner/buildlink2.mk
--- a/audio/streamtuner/buildlink2.mk   Tue Mar 30 21:58:45 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 87a58d2c812f -r 79b32788b952 audio/streamtuner/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/streamtuner/buildlink3.mk   Tue Mar 30 22:21:31 2004 +0000
@@ -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 -r 87a58d2c812f -r 79b32788b952 audio/streamtuner/distinfo
--- a/audio/streamtuner/distinfo        Tue Mar 30 21:58:45 2004 +0000
+++ b/audio/streamtuner/distinfo        Tue Mar 30 22:21:31 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index