summaryrefslogtreecommitdiff
path: root/audio/xmms-dspectogram
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-09-21 01:46:52 +0000
committerjlam <jlam@pkgsrc.org>2002-09-21 01:46:52 +0000
commit6d0183c6b12e23371bc66b935c7801dcef21770b (patch)
tree608e81727b80a8e91fefee27aad263f3ce51df30 /audio/xmms-dspectogram
parent4b63b8617e31dade5d43d3b8c3d079990fe166fc (diff)
downloadpkgsrc-6d0183c6b12e23371bc66b935c7801dcef21770b.tar.gz
buildlink1 -> buildlink2
Diffstat (limited to 'audio/xmms-dspectogram')
-rw-r--r--audio/xmms-dspectogram/Makefile10
-rw-r--r--audio/xmms-dspectogram/distinfo4
-rw-r--r--audio/xmms-dspectogram/patches/patch-aa16
3 files changed, 14 insertions, 16 deletions
diff --git a/audio/xmms-dspectogram/Makefile b/audio/xmms-dspectogram/Makefile
index 64fca03603a..c3fcc2f08dd 100644
--- a/audio/xmms-dspectogram/Makefile
+++ b/audio/xmms-dspectogram/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:46:52 jlam Exp $
#
DISTNAME= dspectogram-1.2
@@ -10,12 +10,12 @@ MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://hem.passagen.se/joakime/linuxapp.html
COMMENT= XMMS plugin for dual spectogram
-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-dspectogram/distinfo b/audio/xmms-dspectogram/distinfo
index 63c230ff445..59fbcd58425 100644
--- a/audio/xmms-dspectogram/distinfo
+++ b/audio/xmms-dspectogram/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2001/08/16 04:59:59 zuntum Exp $
+$NetBSD: distinfo,v 1.4 2002/09/21 01:46:52 jlam Exp $
SHA1 (dspectogram-1.2.tar.gz) = defad396e898efdaa597312629afc1b46bd7e9c9
Size (dspectogram-1.2.tar.gz) = 40791 bytes
-SHA1 (patch-aa) = 898302d39374a09cdd90736b344854f94cb5ed73
+SHA1 (patch-aa) = b08397f747f762d4da09471a3f91a03cba173603
diff --git a/audio/xmms-dspectogram/patches/patch-aa b/audio/xmms-dspectogram/patches/patch-aa
index a3f72889be7..fd242a0acab 100644
--- a/audio/xmms-dspectogram/patches/patch-aa
+++ b/audio/xmms-dspectogram/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.3 2001/08/16 04:59:59 zuntum Exp $
+$NetBSD: patch-aa,v 1.4 2002/09/21 01:46:52 jlam Exp $
---- Makefile.orig Sat Jan 20 15:20:49 2001
+--- Makefile.orig Sat Jan 20 06:20:49 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:59:59 zuntum Exp $
-CFLAGS = $(OPT) -Wall -fPIC `gtk-config --cflags gthread`
-LFLAGS = -shared -fPIC -L/usr/local/lib
-OBJ = dspectogram.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 = dspectogram.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=dspectogram_themes
XMMS_DATADIR_FLAGS=-DTHEMEDIR=\"$(XMMS_DATADIR)/$(THEME_SUBDIR)/\"