diff options
author | shattered <shattered@pkgsrc.org> | 2009-02-03 19:59:41 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2009-02-03 19:59:41 +0000 |
commit | 0920e753d66e6a796773a8ead5729db25ede6742 (patch) | |
tree | 250f95f38487926436da7e04e4125cf82563e3d0 /x11/xmms-osd | |
parent | f8e7aa14cb1470aeacf372e8298960d5e118941b (diff) | |
download | pkgsrc-0920e753d66e6a796773a8ead5729db25ede6742.tar.gz |
Update to 2.2.14, enable Xinerama support, delint. Changes:
2.2.14:
Timeout Bigfix Patch (P Hahn)
Documentation Patch (P Hahn)
Beep Plugin Security Patch (P Hahn)
2.2.13:
buffer overflow patch (P Hahn)
timeout patch (P Hahn)
x window select patch (P Hahn)
x event patch (P Hahn)
synchronous update patch (P Hahn)
beep media player plugin (G Washk)
OK by wiz@.
Diffstat (limited to 'x11/xmms-osd')
-rw-r--r-- | x11/xmms-osd/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/xmms-osd/Makefile b/x11/xmms-osd/Makefile index 6693f569200..407c2343243 100644 --- a/x11/xmms-osd/Makefile +++ b/x11/xmms-osd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2008/07/14 12:56:20 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2009/02/03 19:59:42 shattered Exp $ # PKG_DESTDIR_SUPPORT= user-destdir @@ -6,7 +6,7 @@ PKG_DESTDIR_SUPPORT= user-destdir .include "../../x11/xosd/Makefile.common" PKGNAME= ${DISTNAME:S/xosd/xmms-osd/} -PKGREVISION= 3 +#PKGREVISION= 1 COMMENT= XMMS plugin that shows current status on your desktop CONFLICTS= xosd<=2.2.0 @@ -14,8 +14,8 @@ 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 +BUILD_DIRS= src/xmms_plugin +INSTALL_DIRS= src/xmms_plugin .include "../../audio/xmms/buildlink3.mk" .include "../../graphics/gdk-pixbuf/buildlink3.mk" |