pkgsrc-wip/gxmms2/Makefile

36 lines
1 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.19 2012/11/15 17:59:36 othyro Exp $
#
DISTNAME= gxmms2-0.7.1
CATEGORIES= audio
MASTER_SITES= http://wejp.k.vu/files/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://wejp.k.vu/projects/xmms2/
COMMENT= Graphical GTK+2-based XMMS2 client
LICENSE= gnu-gpl-v2
NO_CONFIGURE= yes
Update to 0.6.5: Version 0.6.5: * Compatible with DrHouse * Added "SmartScroller" option. If enabled the title does not scroll if it fits in the visible width. * Medialib: Added "Don't ask me again" checkbox to clear-playlist-confirmation-dialog. * Fixed GTK 2.10 incompatibility (about dialog) * Updated wejpconfig Version 0.6.4: * Compatible with DrGonzo * Medialib: Avoid horizontal scrollbar in search and playlist view * Medialib: Added "Insert after selected playlist item" functionality to the medialib search context menu. * Decode URLs when displayed * gxmms2: Added (optional) terminate-xmms2d-on-exit feature * gxmms2: Added (optional) xmms2d autostart feature * Medialib: Disable "MLib Add Files" tab when xmms2d is not running on the local machine. * Bugfixes Version 0.6.3: * Compatible with DrEvil * gxmms2 now remembers the time display's state (elapsed/remaining) on exit * gxmms2: Added volume control * gxmms2 and gkrellxmms2: Added optional auto-reconnect feature * Track info dialog: Added file size * Some bugfixes and minor changes Version 0.6.2: * Compatible with DrDolittle * Improved Medialib browser * Added IPC-Path config file options to both gxmms2 and gkrellxmms2 * Medialib: Added progress display (remaining files) when adding files to the medialib * Added CBR/VBR display to the file details dialog * Some Bugfixes Version 0.6.1: * Compatible with DrBombay * gxmms2: Added "MedialibFontSize" option to be able to change the font size * Medialib: Added context menus to show/hide columns in mlib search and playlist * Medialib: Allow less than 3 characters when using exact search * gxmms2: Added "drag" feature to the scroller widget * gxmms2: Tray icon * gkrellxmms2: Save plugin settings in gkrellm's config file * gkrellxmms2: Improved seeking * Bugfixes
2007-02-21 23:25:33 +01:00
USE_TOOLS+= gmake pkg-config
INSTALLATION_DIRS= bin lib/gkrellm2/plugins share/doc/gxmms2/gkrellxmms2
INSTALLATION_DIRS+= share/gxmms2
.include "../../mk/bsd.prefs.mk"
CFLAGS+= -I${BUILDLINK_PREFIX.xmms2}/include/xmms2
SUBST_CLASSES+= prefix
SUBST_MESSAGE.prefix= Fixing PREFIX path.
SUBST_FILES.prefix= Makefile
SUBST_STAGE.prefix= post-patch
SUBST_SED.prefix= -e "s|/usr|${PREFIX}|g"
SUBST_SED.prefix+= -e "s|/local||1"
BUILD_DEPENDS+= gkrellm>=2.2:../../sysutils/gkrellm
.include "../../sysutils/gkrellm/buildlink3.mk"
.include "../../wip/xmms2/buildlink3.mk"
BUILD_DEPENDS+= gtk2+>=2.6.0:../../x11/gtk2
.include "../../x11/gtk2/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"