diff options
author | agc <agc> | 2002-06-19 13:06:01 +0000 |
---|---|---|
committer | agc <agc> | 2002-06-19 13:06:01 +0000 |
commit | 49104487e13dbdf955ea8b899dda61947e853eb1 (patch) | |
tree | 67f189eea5a962d3f594885c26035eb82b0dfbaf /audio | |
parent | 84c77e4d89fdf857076d341f1f0c377ed8d25c79 (diff) | |
download | pkgsrc-49104487e13dbdf955ea8b899dda61947e853eb1.tar.gz |
Initial import of wmusic-1.4.7 into the NetBSD Packages Collection.
Provided in PR 17154 by ptiJo@noos.fr.
wmusic is a dockapp that remote-controls xmms. Features include
VCR-style controls, Time and Playlist display, supa style rotating
arrow, hiding of the xmms windows and reactive interface.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/wmusic/DESCR | 3 | ||||
-rw-r--r-- | audio/wmusic/Makefile | 26 | ||||
-rw-r--r-- | audio/wmusic/PLIST | 4 | ||||
-rw-r--r-- | audio/wmusic/distinfo | 4 | ||||
-rw-r--r-- | audio/wmusic/patches/patch-ab | 13 |
5 files changed, 50 insertions, 0 deletions
diff --git a/audio/wmusic/DESCR b/audio/wmusic/DESCR new file mode 100644 index 00000000000..fe3f2d626e1 --- /dev/null +++ b/audio/wmusic/DESCR @@ -0,0 +1,3 @@ +wmusic is a dockapp that remote-controls xmms. Features include +VCR-style controls, Time and Playlist display, supa style rotating +arrow, hiding of the xmms windows and reactive interface. diff --git a/audio/wmusic/Makefile b/audio/wmusic/Makefile new file mode 100644 index 00000000000..6392125903d --- /dev/null +++ b/audio/wmusic/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/06/19 13:06:01 agc Exp $ + +DISTNAME= wmusic-1.4.7 +CATEGORIES= audio windowmaker +MASTER_SITES= http://hadess.net/files/ + +MAINTAINER= ptiJo@noos.fr +HOMEPAGE= http://hadess.net/code.shtml +COMMENT= WindowMaker dockable remote for xmms + +USE_BUILDLINK_ONLY= yes + +GNU_CONFIGURE= yes +USE_GMAKE= yes + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/src/wmusic ${PREFIX}/bin + @${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE} \ + ${PREFIX}/share/doc/wmusic + @${INSTALL_DATA} -d ${WRKSRC}/README ${PREFIX}/share/doc/wmusic + @${INSTALL_DATA} -d ${WRKSRC}/COPYING ${PREFIX}/share/doc/wmusic + +.include "../../audio/xmms/buildlink.mk" +.include "../../graphics/xpm/buildlink.mk" +.include "../../x11/gtk/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/wmusic/PLIST b/audio/wmusic/PLIST new file mode 100644 index 00000000000..0c4f1a1834e --- /dev/null +++ b/audio/wmusic/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/19 13:06:01 agc Exp $ +bin/wmusic +@exec ${MKDIR} %D/share/doc/wmusic +@dirrm share/doc/wmusic diff --git a/audio/wmusic/distinfo b/audio/wmusic/distinfo new file mode 100644 index 00000000000..3410548904a --- /dev/null +++ b/audio/wmusic/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/06/19 13:06:01 agc Exp $ + +MD5 (wmusic-1.4.7.tar.gz) = accd0711d89e4049174a2554e1c61958 +SHA1 (patch-ab) = 09d3a444a69b077c4145af45361ab3a257f104af diff --git a/audio/wmusic/patches/patch-ab b/audio/wmusic/patches/patch-ab new file mode 100644 index 00000000000..43346cf2077 --- /dev/null +++ b/audio/wmusic/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 2002/06/19 13:06:01 agc Exp $ + +--- src/Makefile.in.orig Mon Apr 30 00:59:12 2001 ++++ src/Makefile.in Mon Apr 30 00:59:20 2001 +@@ -9,7 +9,7 @@ + ../libdockapp/dapixmap.c ../libdockapp/darect.c + OBJS = $(SRCS:.c=.o) + +-CFLAGS = -Wall -g -O2 -I. -I../libdockapp `@PATH_GTKCONFIG@ --cflags` \ ++CFLAGS += -Wall -g -I. -I../libdockapp `@PATH_GTKCONFIG@ --cflags` \ + `@PATH_XMMSCONFIG@ --cflags` \ + -DDATA_DIR=\"`@PATH_XMMSCONFIG@ --data-dir`\" + LDFLAGS = @LIBS@ -lXpm `@PATH_GTKCONFIG@ --libs` `@PATH_XMMSCONFIG@ --libs` \ |