2017-04-30 03:21:19 +02:00
|
|
|
# $NetBSD: Makefile,v 1.82 2017/04/30 01:21:20 ryoon Exp $
|
2003-02-16 06:58:49 +01:00
|
|
|
|
Update to 0.99.99 (one year later... :-)
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.
2005-10-19 11:45:09 +02:00
|
|
|
DISTNAME= streamtuner-0.99.99
|
2017-04-30 03:21:19 +02:00
|
|
|
PKGREVISION= 43
|
2003-02-16 06:58:49 +01:00
|
|
|
CATEGORIES= audio www
|
2004-03-31 00:21:31 +02:00
|
|
|
MASTER_SITES= http://savannah.nongnu.org/download/streamtuner/
|
2003-02-16 06:58:49 +01:00
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2003-03-20 07:47:10 +01:00
|
|
|
HOMEPAGE= http://www.nongnu.org/streamtuner/
|
2003-02-16 06:58:49 +01:00
|
|
|
COMMENT= Stream directory browser
|
2016-04-20 14:10:24 +02:00
|
|
|
LICENSE= modified-bsd
|
2003-02-16 06:58:49 +01:00
|
|
|
|
2004-10-25 11:05:27 +02:00
|
|
|
BUILD_DEPENDS+= hicolor-icon-theme-[0-9]*:../../graphics/hicolor-icon-theme
|
|
|
|
|
2006-07-19 12:08:12 +02:00
|
|
|
USE_TOOLS+= gmake msgfmt pkg-config intltool
|
2003-09-18 23:57:06 +02:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2003-02-16 06:58:49 +01:00
|
|
|
|
2004-02-14 19:26:26 +01:00
|
|
|
PKGCONFIG_OVERRIDE= extras/streamtuner.pc.in
|
2003-02-16 06:58:49 +01:00
|
|
|
|
Update to 0.99.99 (one year later... :-)
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.
2005-10-19 11:45:09 +02:00
|
|
|
CONFIGURE_ARGS+= --disable-gtk-doc
|
|
|
|
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
|
|
|
|
|
|
|
|
.include "options.mk"
|
|
|
|
|
2016-02-25 11:15:45 +01:00
|
|
|
BUILDLINK_TRANSFORM.SunOS+= rm:-lutil
|
2014-02-23 14:35:41 +01:00
|
|
|
|
2009-03-08 16:56:43 +01:00
|
|
|
.include "../../mk/omf-scrollkeeper.mk"
|
2004-03-31 00:21:31 +02:00
|
|
|
.include "../../www/curl/buildlink3.mk"
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
2012-07-01 21:05:10 +02:00
|
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
2004-03-31 00:21:31 +02:00
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
2003-02-16 06:58:49 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|