138cfd54f8
0.99.99 December 21, 2004 * Core changes: * Startup time has been greatly reduced (especially when there are a lot of cached streams) * The cache format has changed (a binary cache has been reintroduced, improving performance and allowing to inline binary files into the cache) * Was sometimes locking up at startup: fixed * The preferences dialog has been reworked * A tab can now reload multiple categories concurrently * The stop button now only stops the currently selected tab * The stream columns can now be reordered * The stream columns menu item now displays a dialog * The plugin API has been enriched (handler configuration, handler preferences widget, character set handling in the transfer framework, utilities, ...) and documented * Bookmarks now include a description, homepage and URI list * The about dialog does not list the plugins and handlers anymore * Hyperlinks can now be focused, and activated using the keyboard * User interface images are now loaded from external files, for smaller memory usage * When a plugin was disabled, its configuration was lost: fixed * Now compiles cleanly even when -fstrict-aliasing is in use (based on a patch by Philipp Thomas) * The stock preselections have been updated * The streamtuner icon now uses the new colour scheme * Other fixes, cleanups and improvements pkgsrc changes: * Make it use the options framework. The following options are recognized: o streamtuner-local (to enable the local metadata plugin) o streamtuner-xiph (to enable the xiph plugin) o python (to enable the python plugin) The python option is off by default and the other ones are on.
33 lines
864 B
Makefile
33 lines
864 B
Makefile
# $NetBSD: Makefile,v 1.28 2005/10/19 09:45:09 xtraeme Exp $
|
|
#
|
|
|
|
DISTNAME= streamtuner-0.99.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_DIRS+= gnome2-1.5
|
|
USE_TOOLS+= gmake pkg-config
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
PKGCONFIG_OVERRIDE= extras/streamtuner.pc.in
|
|
|
|
CONFIGURE_ARGS+= --disable-gtk-doc
|
|
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
|
|
|
|
.include "options.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"
|