pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/darkice Updated darkice to 0.15.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/420118c6ba33
branches:  trunk
changeset: 511301:420118c6ba33
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Apr 12 21:12:48 2006 +0000

description:
Updated darkice to 0.15.

14-04-2005 DarkIce 0.15 released

    o ported to OpenBSD and NetBSD, though real-time scheduling not supported,
      since it is not implemented in OpenBSD / NetBSD
    o added possibility to downsample from stereo to mono when encoding
      to Ogg Vorbis, thanks to Deti Fliegl, <deti%fliegl.de@localhost>
    o added support for Jack inputs, enabling a lot of interesting usage,
      including support for MacOS X.
      Thanks to Nicholas J. Humfrey <njh%ecs.soton.ac.uk@localhost>
    o various improvements by Joel Ebel <jbebel%ncsu.edu@localhost>
    o added option to turn off automatic reconnect feature
    o added IPv6 support, thanks to <jochen2%users.sourceforge.net@localhost>

diffstat:

 audio/darkice/Makefile         |   14 +-
 audio/darkice/PLIST            |  298 +++++++++++++++++++++++++++-------------
 audio/darkice/distinfo         |    9 +-
 audio/darkice/patches/patch-aa |   40 -----
 4 files changed, 210 insertions(+), 151 deletions(-)

diffs (truncated from 407 to 300 lines):

diff -r 564675582b27 -r 420118c6ba33 audio/darkice/Makefile
--- a/audio/darkice/Makefile    Wed Apr 12 21:02:35 2006 +0000
+++ b/audio/darkice/Makefile    Wed Apr 12 21:12:48 2006 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2006/03/09 21:04:40 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2006/04/12 21:12:48 rillig Exp $
 #
 
-DISTNAME=      darkice-0.14
-PKGREVISION=   2
+DISTNAME=      darkice-0.15
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=darkice/}
 
@@ -15,10 +14,10 @@
 
 CONFIGURE_ARGS+=       --with-vorbis-prefix=${BUILDLINK_PREFIX.libvorbis}
 CONFIGURE_ARGS+=       --with-lame-prefix=${BUILDLINK_PREFIX.lame}
-LIBS+=                 ${LIBOSSAUDIO}
+LIBS+=                 ${LIBOSSAUDIO:Q}
 
 EGDIR=         ${PREFIX}/share/examples/darkice
-HTMLDIR=       ${PREFIX}/share/doc/html/darkice
+HTMLDIR=       ${PREFIX}/share/doc/darkice
 
 CONF_FILES=    ${EGDIR}/darkice.conf.default ${PKG_SYSCONFDIR}/darkice.conf
 
@@ -31,12 +30,11 @@
        ${INSTALL_MAN} ${WRKSRC}/man/darkice.1 ${PREFIX}/man/man1
        ${INSTALL_MAN} ${WRKSRC}/man/darkice.cfg.5 \
                ${PREFIX}/man/man5/darkice.conf.5
-       for f in ${WRKSRC}/kdoc/*.html; do \
-               ${INSTALL_DATA} $$f ${HTMLDIR}; \
-       done
+       cd ${WRKSRC}/doc/doxygen/html && ${INSTALL_DATA} *.html ${HTMLDIR}
 
 .include "../../audio/lame/buildlink3.mk"
 .include "../../audio/libvorbis/buildlink3.mk"
+.include "../../audio/jack/buildlink3.mk"
 
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/oss.buildlink3.mk"
diff -r 564675582b27 -r 420118c6ba33 audio/darkice/PLIST
--- a/audio/darkice/PLIST       Wed Apr 12 21:02:35 2006 +0000
+++ b/audio/darkice/PLIST       Wed Apr 12 21:12:48 2006 +0000
@@ -1,103 +1,205 @@
-@comment $NetBSD: PLIST,v 1.2 2004/02/16 09:51:47 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.3 2006/04/12 21:12:48 rillig Exp $
 bin/darkice
 man/man1/darkice.1
 man/man5/darkice.conf.5
-share/doc/html/darkice/AlsaDspSource.html
-share/doc/html/darkice/AlsaDspSource_h.html
-share/doc/html/darkice/AudioEncoder.html
-share/doc/html/darkice/AudioEncoder_h.html
-share/doc/html/darkice/AudioSource.html
-share/doc/html/darkice/AudioSource_h.html
-share/doc/html/darkice/BufferedSink.html
-share/doc/html/darkice/BufferedSink_h.html
-share/doc/html/darkice/CastSink.html
-share/doc/html/darkice/CastSink_h.html
-share/doc/html/darkice/Config.html
-share/doc/html/darkice/ConfigSection.html
-share/doc/html/darkice/ConfigSection_h.html
-share/doc/html/darkice/Config_h.html
-share/doc/html/darkice/Connector.html
-share/doc/html/darkice/Connector_h.html
-share/doc/html/darkice/DarkIce.html
-share/doc/html/darkice/DarkIce_h.html
-share/doc/html/darkice/Exception.html
-share/doc/html/darkice/Exception_h.html
-share/doc/html/darkice/FileCast.html
-share/doc/html/darkice/FileCast_h.html
-share/doc/html/darkice/FileSink.html
-share/doc/html/darkice/FileSink_h.html
-share/doc/html/darkice/IceCast.html
-share/doc/html/darkice/IceCast2.html
-share/doc/html/darkice/IceCast2_h.html
-share/doc/html/darkice/IceCast_h.html
-share/doc/html/darkice/LameLibEncoder.html
-share/doc/html/darkice/LameLibEncoder_h.html
-share/doc/html/darkice/MultiThreadedConnector.html
-share/doc/html/darkice/MultiThreadedConnector__ThreadData.html
-share/doc/html/darkice/MultiThreadedConnector_h.html
-share/doc/html/darkice/OssDspSource.html
-share/doc/html/darkice/OssDspSource_h.html
-share/doc/html/darkice/Ref.html
-share/doc/html/darkice/Ref_h.html
-share/doc/html/darkice/Referable.html
-share/doc/html/darkice/Referable_h.html
-share/doc/html/darkice/Reporter.html
-share/doc/html/darkice/Reporter_h.html
-share/doc/html/darkice/ShoutCast.html
-share/doc/html/darkice/ShoutCast_h.html
-share/doc/html/darkice/Sink.html
-share/doc/html/darkice/Sink_h.html
-share/doc/html/darkice/SolarisDspSource.html
-share/doc/html/darkice/SolarisDspSource_h.html
-share/doc/html/darkice/Source.html
-share/doc/html/darkice/Source_h.html
-share/doc/html/darkice/TcpSocket.html
-share/doc/html/darkice/TcpSocket_h.html
-share/doc/html/darkice/Util.html
-share/doc/html/darkice/Util_h.html
-share/doc/html/darkice/VorbisLibEncoder.html
-share/doc/html/darkice/VorbisLibEncoder_h.html
-share/doc/html/darkice/aflibConverter.html
-share/doc/html/darkice/aflibConverterLargeFilter_h.html
-share/doc/html/darkice/aflibConverterSmallFilter_h.html
-share/doc/html/darkice/aflibConverter_h.html
-share/doc/html/darkice/aflibDebug.html
-share/doc/html/darkice/aflibDebug_h.html
-share/doc/html/darkice/all-globals.html
-share/doc/html/darkice/full-list-AlsaDspSource.html
-share/doc/html/darkice/full-list-AudioEncoder.html
-share/doc/html/darkice/full-list-AudioSource.html
-share/doc/html/darkice/full-list-BufferedSink.html
-share/doc/html/darkice/full-list-CastSink.html
-share/doc/html/darkice/full-list-Config.html
-share/doc/html/darkice/full-list-ConfigSection.html
-share/doc/html/darkice/full-list-Connector.html
-share/doc/html/darkice/full-list-DarkIce.html
-share/doc/html/darkice/full-list-Exception.html
-share/doc/html/darkice/full-list-FileCast.html
-share/doc/html/darkice/full-list-FileSink.html
-share/doc/html/darkice/full-list-IceCast.html
-share/doc/html/darkice/full-list-IceCast2.html
-share/doc/html/darkice/full-list-LameLibEncoder.html
-share/doc/html/darkice/full-list-MultiThreadedConnector.html
-share/doc/html/darkice/full-list-MultiThreadedConnector__ThreadData.html
-share/doc/html/darkice/full-list-OssDspSource.html
-share/doc/html/darkice/full-list-Ref.html
-share/doc/html/darkice/full-list-Referable.html
-share/doc/html/darkice/full-list-Reporter.html
-share/doc/html/darkice/full-list-ShoutCast.html
-share/doc/html/darkice/full-list-Sink.html
-share/doc/html/darkice/full-list-SolarisDspSource.html
-share/doc/html/darkice/full-list-Source.html
-share/doc/html/darkice/full-list-TcpSocket.html
-share/doc/html/darkice/full-list-Util.html
-share/doc/html/darkice/full-list-VorbisLibEncoder.html
-share/doc/html/darkice/full-list-aflibConverter.html
-share/doc/html/darkice/full-list-aflibDebug.html
-share/doc/html/darkice/header-list.html
-share/doc/html/darkice/hier.html
-share/doc/html/darkice/index-long.html
-share/doc/html/darkice/index.html
+share/doc/darkice/AlsaDspSource_8cpp-source.html
+share/doc/darkice/AlsaDspSource_8cpp.html
+share/doc/darkice/AlsaDspSource_8h-source.html
+share/doc/darkice/AlsaDspSource_8h.html
+share/doc/darkice/AudioEncoder_8h-source.html
+share/doc/darkice/AudioEncoder_8h.html
+share/doc/darkice/AudioSource_8cpp-source.html
+share/doc/darkice/AudioSource_8cpp.html
+share/doc/darkice/AudioSource_8h-source.html
+share/doc/darkice/AudioSource_8h.html
+share/doc/darkice/BufferedSink_8cpp-source.html
+share/doc/darkice/BufferedSink_8cpp.html
+share/doc/darkice/BufferedSink_8h-source.html
+share/doc/darkice/BufferedSink_8h.html
+share/doc/darkice/CastSink_8cpp-source.html
+share/doc/darkice/CastSink_8cpp.html
+share/doc/darkice/CastSink_8h-source.html
+share/doc/darkice/CastSink_8h.html
+share/doc/darkice/ConfigSection_8cpp-source.html
+share/doc/darkice/ConfigSection_8cpp.html
+share/doc/darkice/ConfigSection_8h-source.html
+share/doc/darkice/ConfigSection_8h.html
+share/doc/darkice/Connector_8cpp-source.html
+share/doc/darkice/Connector_8cpp.html
+share/doc/darkice/Connector_8h-source.html
+share/doc/darkice/Connector_8h.html
+share/doc/darkice/DarkIceConfig_8cpp-source.html
+share/doc/darkice/DarkIceConfig_8cpp.html
+share/doc/darkice/DarkIceConfig_8h-source.html
+share/doc/darkice/DarkIceConfig_8h.html
+share/doc/darkice/DarkIce_8cpp-source.html
+share/doc/darkice/DarkIce_8cpp.html
+share/doc/darkice/DarkIce_8h-source.html
+share/doc/darkice/DarkIce_8h.html
+share/doc/darkice/Exception_8cpp-source.html
+share/doc/darkice/Exception_8cpp.html
+share/doc/darkice/Exception_8h-source.html
+share/doc/darkice/Exception_8h.html
+share/doc/darkice/FileCast_8cpp-source.html
+share/doc/darkice/FileCast_8cpp.html
+share/doc/darkice/FileCast_8h-source.html
+share/doc/darkice/FileCast_8h.html
+share/doc/darkice/FileSink_8cpp-source.html
+share/doc/darkice/FileSink_8cpp.html
+share/doc/darkice/FileSink_8h-source.html
+share/doc/darkice/FileSink_8h.html
+share/doc/darkice/IceCast2_8cpp-source.html
+share/doc/darkice/IceCast2_8cpp.html
+share/doc/darkice/IceCast2_8h-source.html
+share/doc/darkice/IceCast2_8h.html
+share/doc/darkice/IceCast_8cpp-source.html
+share/doc/darkice/IceCast_8cpp.html
+share/doc/darkice/IceCast_8h-source.html
+share/doc/darkice/IceCast_8h.html
+share/doc/darkice/JackDspSource_8cpp-source.html
+share/doc/darkice/JackDspSource_8cpp.html
+share/doc/darkice/JackDspSource_8h-source.html
+share/doc/darkice/JackDspSource_8h.html
+share/doc/darkice/LameLibEncoder_8cpp-source.html
+share/doc/darkice/LameLibEncoder_8cpp.html
+share/doc/darkice/LameLibEncoder_8h-source.html
+share/doc/darkice/LameLibEncoder_8h.html
+share/doc/darkice/MultiThreadedConnector_8cpp-source.html
+share/doc/darkice/MultiThreadedConnector_8cpp.html
+share/doc/darkice/MultiThreadedConnector_8h-source.html
+share/doc/darkice/MultiThreadedConnector_8h.html
+share/doc/darkice/OssDspSource_8cpp-source.html
+share/doc/darkice/OssDspSource_8cpp.html
+share/doc/darkice/OssDspSource_8h-source.html
+share/doc/darkice/OssDspSource_8h.html
+share/doc/darkice/Ref_8h-source.html
+share/doc/darkice/Ref_8h.html
+share/doc/darkice/Referable_8h-source.html
+share/doc/darkice/Referable_8h.html
+share/doc/darkice/Reporter_8cpp-source.html
+share/doc/darkice/Reporter_8cpp.html
+share/doc/darkice/Reporter_8h-source.html
+share/doc/darkice/Reporter_8h.html
+share/doc/darkice/ShoutCast_8cpp-source.html
+share/doc/darkice/ShoutCast_8cpp.html
+share/doc/darkice/ShoutCast_8h-source.html
+share/doc/darkice/ShoutCast_8h.html
+share/doc/darkice/Sink_8h-source.html
+share/doc/darkice/Sink_8h.html
+share/doc/darkice/SolarisDspSource_8cpp-source.html
+share/doc/darkice/SolarisDspSource_8cpp.html
+share/doc/darkice/SolarisDspSource_8h-source.html
+share/doc/darkice/SolarisDspSource_8h.html
+share/doc/darkice/Source_8h-source.html
+share/doc/darkice/Source_8h.html
+share/doc/darkice/TcpSocket_8cpp-source.html
+share/doc/darkice/TcpSocket_8cpp.html
+share/doc/darkice/TcpSocket_8h-source.html
+share/doc/darkice/TcpSocket_8h.html
+share/doc/darkice/Util_8cpp-source.html
+share/doc/darkice/Util_8cpp.html
+share/doc/darkice/Util_8h-source.html
+share/doc/darkice/Util_8h.html
+share/doc/darkice/VorbisLibEncoder_8cpp-source.html
+share/doc/darkice/VorbisLibEncoder_8cpp.html
+share/doc/darkice/VorbisLibEncoder_8h-source.html
+share/doc/darkice/VorbisLibEncoder_8h.html
+share/doc/darkice/aflibConverterLargeFilter_8h-source.html
+share/doc/darkice/aflibConverterLargeFilter_8h.html
+share/doc/darkice/aflibConverterSmallFilter_8h-source.html
+share/doc/darkice/aflibConverterSmallFilter_8h.html
+share/doc/darkice/aflibConverter_8cc-source.html
+share/doc/darkice/aflibConverter_8cc.html
+share/doc/darkice/aflibConverter_8h-source.html
+share/doc/darkice/aflibConverter_8h.html
+share/doc/darkice/aflibDebug_8cc-source.html
+share/doc/darkice/aflibDebug_8cc.html
+share/doc/darkice/aflibDebug_8h-source.html
+share/doc/darkice/aflibDebug_8h.html
+share/doc/darkice/annotated.html
+share/doc/darkice/classAlsaDspSource-members.html
+share/doc/darkice/classAlsaDspSource.html
+share/doc/darkice/classAudioEncoder-members.html
+share/doc/darkice/classAudioEncoder.html
+share/doc/darkice/classAudioSource-members.html
+share/doc/darkice/classAudioSource.html
+share/doc/darkice/classBufferedSink-members.html
+share/doc/darkice/classBufferedSink.html
+share/doc/darkice/classCastSink-members.html
+share/doc/darkice/classCastSink.html
+share/doc/darkice/classConfig-members.html
+share/doc/darkice/classConfig.html
+share/doc/darkice/classConfigSection-members.html
+share/doc/darkice/classConfigSection.html
+share/doc/darkice/classConnector-members.html
+share/doc/darkice/classConnector.html
+share/doc/darkice/classDarkIce-members.html
+share/doc/darkice/classDarkIce.html
+share/doc/darkice/classDebugInitFromEnv-members.html
+share/doc/darkice/classDebugInitFromEnv.html
+share/doc/darkice/classException-members.html
+share/doc/darkice/classException.html
+share/doc/darkice/classFileCast-members.html
+share/doc/darkice/classFileCast.html
+share/doc/darkice/classFileSink-members.html
+share/doc/darkice/classFileSink.html
+share/doc/darkice/classIceCast-members.html
+share/doc/darkice/classIceCast.html
+share/doc/darkice/classIceCast2-members.html
+share/doc/darkice/classIceCast2.html
+share/doc/darkice/classJackDspSource-members.html
+share/doc/darkice/classJackDspSource.html
+share/doc/darkice/classLameLibEncoder-members.html
+share/doc/darkice/classLameLibEncoder.html
+share/doc/darkice/classMultiThreadedConnector-members.html
+share/doc/darkice/classMultiThreadedConnector.html
+share/doc/darkice/classOssDspSource-members.html
+share/doc/darkice/classOssDspSource.html



Home | Main Index | Thread Index | Old Index