summaryrefslogtreecommitdiff
path: root/audio/xmms-dflowers
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-08-16 01:35:13 +0000
committerhubertf <hubertf@pkgsrc.org>2001-08-16 01:35:13 +0000
commitccace6e5948d5f03f7e462e113c25bb01017169a (patch)
tree4e687742dbc9c5f300ec32f16fb6064f7b8ed814 /audio/xmms-dflowers
parent6b21cc97f0c9c5c2fea3a5c138cd4f6cae7577ef (diff)
downloadpkgsrc-ccace6e5948d5f03f7e462e113c25bb01017169a.tar.gz
xmms-dflowers-1.0: visual XMMS plugin
Diffstat (limited to 'audio/xmms-dflowers')
-rw-r--r--audio/xmms-dflowers/Makefile26
-rw-r--r--audio/xmms-dflowers/distinfo5
-rw-r--r--audio/xmms-dflowers/patches/patch-aa48
-rw-r--r--audio/xmms-dflowers/pkg/DESCR1
-rw-r--r--audio/xmms-dflowers/pkg/PLIST4
5 files changed, 84 insertions, 0 deletions
diff --git a/audio/xmms-dflowers/Makefile b/audio/xmms-dflowers/Makefile
new file mode 100644
index 00000000000..6a8908c5bb7
--- /dev/null
+++ b/audio/xmms-dflowers/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/08/16 01:35:13 hubertf Exp $
+#
+
+DISTNAME= dflowers_v1.0
+PKGNAME= xmms-dflowers-1.0
+CATEGORIES= audio
+MASTER_SITES= http://hem.passagen.se/joakime/
+
+MAINTAINER= hubertf@netbsd.org
+HOMEPAGE= http://hem.passagen.se/joakime/linuxapp.html
+COMMENT= XMMS plugin for dual flower scope
+
+DEPENDS+= xmms>=1.2.5:../../audio/xmms
+
+USE_X11= yes
+#CPPFLAGS+= -I${X11BASE}/include
+#CFLAGS+= -I${LOCALBASE}/include
+USE_LIBTOOL= yes
+#CPPFLAGS+= -D_POSIX_THREAD_SYSCALL_SOFT=1
+
+pre-build:
+ cd ${WRKSRC} ; ${MAKE} clean
+
+.include "../../audio/xmms/buildlink.mk"
+.include "../../x11/gtk/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/audio/xmms-dflowers/distinfo b/audio/xmms-dflowers/distinfo
new file mode 100644
index 00000000000..1723aa52a33
--- /dev/null
+++ b/audio/xmms-dflowers/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/08/16 01:35:13 hubertf Exp $
+
+SHA1 (dflowers_v1.0.tar.gz) = b8ce00065d177923bf52a3f3f418db09afd0daaa
+Size (dflowers_v1.0.tar.gz) = 30468 bytes
+SHA1 (patch-aa) = 10cd5670f6b27621e52eaa6186644d6d09d71f5d
diff --git a/audio/xmms-dflowers/patches/patch-aa b/audio/xmms-dflowers/patches/patch-aa
new file mode 100644
index 00000000000..72899a8d9d9
--- /dev/null
+++ b/audio/xmms-dflowers/patches/patch-aa
@@ -0,0 +1,48 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/08/16 01:35:13 hubertf Exp $
+
+--- Makefile.orig Thu Dec 30 01:40:03 1999
++++ Makefile
+@@ -1,25 +1,28 @@
+ # Change paths if necessary
+
+-CC = gcc
+-OPT = -m486 -O2
++#CC = gcc
++#OPT = -m486 -O2
+ #OPT = -mpentium -O6
+ #OPT = -mcpu=k6 -march=k6 -O6
+-CONF= -DNO_WIN_DECORATIONS
+-CFLAGS = $(OPT) -Wall -fPIC `gtk-config --cflags gthread`
+-LFLAGS = -shared -fPIC -L/usr/local/lib -ldl
+-OBJ = dflowers.o
+-PREFIX = `which xmms | rev | cut -c10- | rev`
++#CONF= -DNO_WIN_DECORATIONS
++CFLAGS+= $(OPT) -Wall -fPIC `gtk-config --cflags gthread`
++#LFLAGS = -shared -fPIC -L/usr/local/lib -ldl
++OBJ = dflowers.lo
++VPREFIX = `xmms-config --visualization-plugin-dir`
+
+-all: libdflowers.so
++.SUFFIXES: .c .lo
+
+-libdflowers.so: $(OBJ)
+- $(CC) -o libdflowers.so $(OBJ) $(LFLAGS)
++all: libdflowers.la
+
+-.c.o:
+- $(CC) $(CFLAGS) $(CONF) -c $<
++libdflowers.la: $(OBJ)
++ ${LIBTOOL} --mode=link $(CC) -o libdflowers.la -module -avoid-version $(OBJ) $(LFLAGS) -rpath ${VPREFIX}
++
++.c.lo:
++ ${LIBTOOL} $(CC) $(CFLAGS) $(CONF) -c $<
+
+ clean:
+- rm -f *.o core *.so*
++ rm -f *.o core *.so* *.la *.so *.lo
++ rm -fr .libs
+
+-install: libdflowers.so
+- install libdflowers.so $(PREFIX)/lib/xmms/Visualization
++install: libdflowers.la
++ ${LIBTOOL} install libdflowers.la $(VPREFIX)
diff --git a/audio/xmms-dflowers/pkg/DESCR b/audio/xmms-dflowers/pkg/DESCR
new file mode 100644
index 00000000000..a622f49f83c
--- /dev/null
+++ b/audio/xmms-dflowers/pkg/DESCR
@@ -0,0 +1 @@
+Dual Flower Scope XMMS plugin
diff --git a/audio/xmms-dflowers/pkg/PLIST b/audio/xmms-dflowers/pkg/PLIST
new file mode 100644
index 00000000000..7e813509df5
--- /dev/null
+++ b/audio/xmms-dflowers/pkg/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/08/16 01:35:13 hubertf Exp $
+lib/xmms/Visualization/libdflowers.so
+lib/xmms/Visualization/libdflowers.la
+lib/xmms/Visualization/libdflowers.a