pkgsrc/x11/xmms-osd/Makefile
jmmv cf5784cc44 Update xosd and xmms-osd to 2.2.5. Changes since 2.2.2:
2.2.5:
        set font patch (Joachim "nomeata" Breitner)
	cleanup "draw_bar" method patch (Philipp Matthias Hahn)
	ran all source and header files through 'indent' for
	  consistancy (Tim Wright). Used default arguents --- GNU style.

2.2.4:  outline/shadow cut fix (Tomas Janousek)
	xmms_plugin: added outline (Ondrej Novy)
		     added playlist_pos/playlist_length (Ondrej Novy)
 		     added time_pos on pause (Ondrej Novy)
 	added outline to draw_bar and shadow fix (Ondrej Novy)

2.2.3:
        Alignment patch (Philipp Matthias Hahn)
	xosd-config xlibs patch (Philipp Matthias Hahn)
2003-09-26 11:23:43 +00:00

21 lines
585 B
Makefile

# $NetBSD: Makefile,v 1.6 2003/09/26 11:23:43 jmmv Exp $
#
.include "../xosd/Makefile.common"
PKGNAME= ${DISTNAME:S/xosd/xmms-osd/}
COMMENT= XMMS plugin that shows current status on your desktop
CONFLICTS= xosd<=2.2.0
CONFIGURE_ENV+= XOSD_XMMS_PLUGIN=YES
CONFIGURE_ARGS+= --enable-new-plugin
BUILD_DIRS= ${WRKSRC}/src/xmms_plugin
INSTALL_DIRS= ${WRKSRC}/src/xmms_plugin
.include "../../audio/xmms/buildlink2.mk"
.include "../../graphics/gdk-pixbuf/buildlink2.mk"
.include "../../x11/gtk/buildlink2.mk"
.include "../../x11/xosd/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"