pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/streamtuner-local Update to 0.4.0 and bl3ify.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/73e46837e1c0
branches:  trunk
changeset: 471772:73e46837e1c0
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Tue Mar 30 22:42:47 2004 +0000

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

diffstat:

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

diffs (84 lines):

diff -r bec29ad05c9c -r 73e46837e1c0 audio/streamtuner-local/Makefile
--- a/audio/streamtuner-local/Makefile  Tue Mar 30 22:26:58 2004 +0000
+++ b/audio/streamtuner-local/Makefile  Tue Mar 30 22:42:47 2004 +0000
@@ -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@localhost
 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 -r bec29ad05c9c -r 73e46837e1c0 audio/streamtuner-local/PLIST
--- a/audio/streamtuner-local/PLIST     Tue Mar 30 22:26:58 2004 +0000
+++ b/audio/streamtuner-local/PLIST     Tue Mar 30 22:42:47 2004 +0000
@@ -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 -r bec29ad05c9c -r 73e46837e1c0 audio/streamtuner-local/distinfo
--- a/audio/streamtuner-local/distinfo  Tue Mar 30 22:26:58 2004 +0000
+++ b/audio/streamtuner-local/distinfo  Tue Mar 30 22:42:47 2004 +0000
@@ -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 -r bec29ad05c9c -r 73e46837e1c0 audio/streamtuner-local/patches/patch-aa
--- a/audio/streamtuner-local/patches/patch-aa  Tue Mar 30 22:26:58 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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



Home | Main Index | Thread Index | Old Index