From dc035e7a7fd65f3f7ea8af1bb66bbadcff2d60a9 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Tue, 30 Mar 2004 22:42:47 +0000 Subject: Update to 0.4.0 and bl3ify. 0.4.0 30 March 2004 * Files can now be renamed and deleted * ID3 tags and Vorbis comments can now be edited * The browse function has been enabled (uses www.allmusic.com) * A few minor bugs and memory leaks have been fixed * Because of the inclusion of GPL code, the program license has been changed to GPL * Requires streamtuner 0.12.0 0.3.0 31 January 2004 * Ogg Vorbis support has been implemented (requires libvorbis) * Internationalization has been performed, and a french translation is already available * Now uses libid3tag (part of MAD project) instead of id3lib * Added a duration column * Switched to Autoconf 2.57, Automake 1.7.5 and Libtool 1.5 * Requires streamtuner 0.11.0 --- audio/streamtuner-local/Makefile | 29 ++++++++++++++++------------- audio/streamtuner-local/PLIST | 3 ++- audio/streamtuner-local/distinfo | 7 +++---- audio/streamtuner-local/patches/patch-aa | 13 ------------- 4 files changed, 21 insertions(+), 31 deletions(-) delete mode 100644 audio/streamtuner-local/patches/patch-aa (limited to 'audio/streamtuner-local') diff --git a/audio/streamtuner-local/Makefile b/audio/streamtuner-local/Makefile index 2a8ee9d9068..e139dcb8f08 100644 --- a/audio/streamtuner-local/Makefile +++ b/audio/streamtuner-local/Makefile @@ -1,26 +1,29 @@ -# $NetBSD: Makefile,v 1.11 2004/03/26 02:27:34 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2004/03/30 22:42:47 xtraeme Exp $ # -DISTNAME= streamtuner-local-0.2.1 -PKGREVISION= 6 +DISTNAME= streamtuner-local-0.4.0 CATEGORIES= audio www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=streamtuner/} +MASTER_SITES= http://savannah.nongnu.org/download/streamtuner/ MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://www.nongnu.org/streamtuner/ COMMENT= Streamtuner plugin providing access to your local MP3 repository -USE_BUILDLINK2= YES -USE_LIBTOOL= YES -GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make -USE_X11= YES +USE_BUILDLINK3= yes +USE_LIBTOOL= yes +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes +USE_GNU_TOOLS+= make +USE_X11= yes SHLIBTOOL_OVERRIDE= libtool -CONFIGURE_ARGS+= --with-id3lib="${BUILDLINK_PREFIX.id3lib}" +CONFIGURE_ARGS+= --enable-id3 +CONFIGURE_ARGS+= --with-id3tag=${BUILDLINK_DIR}/lib -.include "../../audio/id3lib/buildlink2.mk" -.include "../../audio/streamtuner/buildlink2.mk" -.include "../../devel/zlib/buildlink2.mk" +.include "../../audio/id3lib/buildlink3.mk" +.include "../../audio/libid3tag/buildlink3.mk" +.include "../../audio/libvorbis/buildlink3.mk" +.include "../../audio/streamtuner/buildlink3.mk" +.include "../../devel/zlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/audio/streamtuner-local/PLIST b/audio/streamtuner-local/PLIST index 9575fda3daf..9e227f3d5bc 100644 --- a/audio/streamtuner-local/PLIST +++ b/audio/streamtuner-local/PLIST @@ -1,3 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/02/16 05:59:54 salo Exp $ +@comment $NetBSD: PLIST,v 1.2 2004/03/30 22:42:47 xtraeme Exp $ lib/streamtuner/plugins/local.la lib/streamtuner/plugins/local.so +${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/streamtuner-local.mo diff --git a/audio/streamtuner-local/distinfo b/audio/streamtuner-local/distinfo index 3d84f9948ab..74739415064 100644 --- a/audio/streamtuner-local/distinfo +++ b/audio/streamtuner-local/distinfo @@ -1,5 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/02/16 05:59:54 salo Exp $ +$NetBSD: distinfo,v 1.2 2004/03/30 22:42:47 xtraeme Exp $ -SHA1 (streamtuner-local-0.2.1.tar.gz) = 06fe5438d1c8c9b82dcd80f6fe19d849e4c8faf6 -Size (streamtuner-local-0.2.1.tar.gz) = 182499 bytes -SHA1 (patch-aa) = 6816c5d51d657a8655814fcd1e73001a6b31ae08 +SHA1 (streamtuner-local-0.4.0.tar.gz) = efd5b1c0f791991cc69c62c69037666b63dfd5f1 +Size (streamtuner-local-0.4.0.tar.gz) = 320955 bytes diff --git a/audio/streamtuner-local/patches/patch-aa b/audio/streamtuner-local/patches/patch-aa deleted file mode 100644 index 3afd0804f9d..00000000000 --- a/audio/streamtuner-local/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2003/02/16 05:59:54 salo Exp $ - ---- configure.orig 2003-02-07 20:25:35.000000000 +0100 -+++ configure 2003-02-07 20:25:59.000000000 +0100 -@@ -7933,7 +7933,7 @@ - fi - - ID3LIB_CFLAGS="-I$ID3LIB_PREFIX/include" --ID3LIB_LIBS="-L$ID3LIB_PREFIX/lib -lstdc++ -lz -lid3" -+ID3LIB_LIBS="-L$ID3LIB_PREFIX/lib -lm -lstdc++ -lz -lid3" - - found=yes - id3lib_min_version=3.8.0 -- cgit v1.2.3