pkgsrc/audio/streamtuner-local/Makefile
xtraeme dc035e7a7f 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
2004-03-30 22:42:47 +00:00

29 lines
842 B
Makefile

# $NetBSD: Makefile,v 1.12 2004/03/30 22:42:47 xtraeme Exp $
#
DISTNAME= streamtuner-local-0.4.0
CATEGORIES= audio www
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_BUILDLINK3= yes
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_GNU_TOOLS+= make
USE_X11= yes
SHLIBTOOL_OVERRIDE= libtool
CONFIGURE_ARGS+= --enable-id3
CONFIGURE_ARGS+= --with-id3tag=${BUILDLINK_DIR}/lib
.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"