6336b4da44
0.99 23 October 2004 * The plugins have been included in the core distribution * The plugins can now be disabled from the preferences * The paned position and column widths were not saved anymore: fixed * The Local plugin now depends on TagLib (instead of libid3tag and libvorbis) * The Xiph plugin has been fixed, it now lists all the streams (but depends on libxml2) * STREAMTUNER_LOCAL_ROOT has been deprecated: the music folder can now be set from the preferences * The session is now always saved upon exit * Tab labels now have their own popup menu, containing tab-specific actions * The german translations have been updated (submitted by Martin Stromberger) * Minor fixes and cleanups
34 lines
957 B
Makefile
34 lines
957 B
Makefile
# $NetBSD: Makefile,v 1.21 2004/10/25 09:05:27 xtraeme Exp $
|
|
#
|
|
|
|
DISTNAME= streamtuner-0.99
|
|
CATEGORIES= audio www
|
|
MASTER_SITES= http://savannah.nongnu.org/download/streamtuner/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.nongnu.org/streamtuner/
|
|
COMMENT= Stream directory browser
|
|
|
|
BUILD_DEPENDS+= hicolor-icon-theme-[0-9]*:../../graphics/hicolor-icon-theme
|
|
|
|
BUILD_USES_MSGFMT= yes
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_DIRS+= gnome2-1.5
|
|
USE_GNU_TOOLS+= make
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_X11= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
PKGCONFIG_OVERRIDE= extras/streamtuner.pc.in
|
|
|
|
.include "../../audio/taglib/buildlink3.mk"
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
.include "../../lang/python/pyversion.mk"
|
|
.include "../../textproc/libxml2/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"
|