diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-21 01:31:24 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-21 01:31:24 +0000 |
commit | 127246259b2e7b24b23163a2d4ff7d5261abd7fb (patch) | |
tree | 32a6443073bdcde412427688cb7b1fa35d987413 /audio/xmms-dscope | |
parent | 08c9ef130a7896106927a008b4c815dc39f995c6 (diff) | |
download | pkgsrc-127246259b2e7b24b23163a2d4ff7d5261abd7fb.tar.gz |
buildlink1 -> buildlink2
Diffstat (limited to 'audio/xmms-dscope')
-rw-r--r-- | audio/xmms-dscope/Makefile | 10 | ||||
-rw-r--r-- | audio/xmms-dscope/distinfo | 4 | ||||
-rw-r--r-- | audio/xmms-dscope/patches/patch-aa | 16 |
3 files changed, 14 insertions, 16 deletions
diff --git a/audio/xmms-dscope/Makefile b/audio/xmms-dscope/Makefile index 0964440227b..19a62790f0a 100644 --- a/audio/xmms-dscope/Makefile +++ b/audio/xmms-dscope/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/10/24 22:10:45 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2002/09/21 01:34:50 jlam Exp $ # DISTNAME= dscope-1.2 @@ -10,12 +10,12 @@ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://hem.passagen.se/joakime/linuxapp.html COMMENT= XMMS plugin for dual scope -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES +USE_X11= YES USE_LIBTOOL= YES pre-build: - cd ${WRKSRC} ; ${MAKE} clean + cd ${WRKSRC} ; ${MAKE} clean -.include "../../audio/xmms/buildlink.mk" -.include "../../mk/x11.buildlink.mk" +.include "../../audio/xmms/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/audio/xmms-dscope/distinfo b/audio/xmms-dscope/distinfo index 9d3b8253247..328a0854f99 100644 --- a/audio/xmms-dscope/distinfo +++ b/audio/xmms-dscope/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2001/08/16 04:40:29 zuntum Exp $ +$NetBSD: distinfo,v 1.4 2002/09/21 01:34:50 jlam Exp $ SHA1 (dscope-1.2.tar.gz) = 5a4750c0a8170c1e2d263df1212262b3adad1210 Size (dscope-1.2.tar.gz) = 34353 bytes -SHA1 (patch-aa) = ea612e13db0e4bd4bd52d0644c56739817e141c5 +SHA1 (patch-aa) = 1dec86cbec9d870ee2586d3f209e4bbb7ecacfb5 diff --git a/audio/xmms-dscope/patches/patch-aa b/audio/xmms-dscope/patches/patch-aa index 3f9a44b6819..bdf0d1d3fcc 100644 --- a/audio/xmms-dscope/patches/patch-aa +++ b/audio/xmms-dscope/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.3 2001/08/16 04:40:29 zuntum Exp $ +$NetBSD: patch-aa,v 1.4 2002/09/21 01:34:50 jlam Exp $ ---- Makefile.orig Sat Jan 20 15:18:28 2001 +--- Makefile.orig Sat Jan 20 06:18:28 2001 +++ Makefile -@@ -1,34 +1,37 @@ +@@ -1,12 +1,12 @@ # Change paths & OPT if necessary -CC = gcc @@ -14,15 +14,13 @@ $NetBSD: patch-aa,v 1.3 2001/08/16 04:40:29 zuntum Exp $ -CFLAGS = $(OPT) -Wall -fPIC `gtk-config --cflags gthread` -LFLAGS = -shared -fPIC -L/usr/local/lib -OBJ = dscope.o --INSTALL-DIR=`xmms-config --visualization-plugin-dir` --XMMS_DATADIR=`xmms-config --data-dir` -+CFLAGS+= $(OPT) -Wall -fPIC `${GTK_CONFIG} --cflags gthread` ++CFLAGS+= $(OPT) -Wall -fPIC `gtk-config --cflags gthread` +#LFLAGS = -shared -fPIC -L/usr/local/lib +OBJ = dscope.lo -+INSTALL-DIR=`$(XMMS_CONFIG) --visualization-plugin-dir` -+XMMS_DATADIR=`$(XMMS_CONFIG) --data-dir` + INSTALL-DIR=`xmms-config --visualization-plugin-dir` + XMMS_DATADIR=`xmms-config --data-dir` #INSTALL-DIR=$(HOME)/.xmms/Plugins - #XMMS_DATADIR=$(HOME)/.xmms +@@ -14,21 +14,24 @@ XMMS_DATADIR=`xmms-config --data-dir` THEME_SUBDIR=dscope_themes XMMS_DATADIR_FLAGS=-DTHEMEDIR=\"$(XMMS_DATADIR)/$(THEME_SUBDIR)/\" |