diff options
author | Eric Melville <eric@FreeBSD.org> | 2001-04-09 10:41:36 +0000 |
---|---|---|
committer | Eric Melville <eric@FreeBSD.org> | 2001-04-09 10:41:36 +0000 |
commit | c70d1d7678d3693f1ba35520b61e50b26e6051f3 (patch) | |
tree | 0814cd9008a50c4fc551c6c4bd0cb9ad39cfa971 /audio/wmusic | |
parent | 816fa062f739ec6f406cbcd10ce6faf9b718c877 (diff) | |
download | ports-c70d1d7678d3693f1ba35520b61e50b26e6051f3.tar.gz ports-c70d1d7678d3693f1ba35520b61e50b26e6051f3.zip |
Notes
Diffstat (limited to 'audio/wmusic')
-rw-r--r-- | audio/wmusic/Makefile | 15 | ||||
-rw-r--r-- | audio/wmusic/distinfo | 2 | ||||
-rw-r--r-- | audio/wmusic/files/patch-aa | 38 | ||||
-rw-r--r-- | audio/wmusic/pkg-descr | 9 |
4 files changed, 32 insertions, 32 deletions
diff --git a/audio/wmusic/Makefile b/audio/wmusic/Makefile index f5a6d92c57be..1782819b98ed 100644 --- a/audio/wmusic/Makefile +++ b/audio/wmusic/Makefile @@ -1,26 +1,23 @@ # New ports collection makefile for: wmusic # Date created: 16 September 2000 -# Whom: Eric Melville <eric@osd.bsdi.com> +# Whom: eric # # $FreeBSD$ # PORTNAME= wmusic -PORTVERSION= 1.2.6 +PORTVERSION= 1.4.4 CATEGORIES= audio windowmaker MASTER_SITES= http://hadess.net/files/ -MAINTAINER= eric@osd.bsdi.com +MAINTAINER= eric@FreeBSD.org -LIB_DEPENDS= dockapp.1:${PORTSDIR}/x11-wm/libdockapp BUILD_DEPENDS= xmms:${PORTSDIR}/audio/xmms +RUN_DEPENDS= xmms:${PORTSDIR}/audio/xmms GNU_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${X11BASE} \ - --x-includes=${X11BASE}/include \ - --x-libraries=${X11BASE}/lib -CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ - LDFLAGS="-L${X11BASE}/lib" +CONFIGURE_ARGS= --prefix=${X11BASE} +CONFIGURE_ENV= PATH_GTKCONFIG=${X11BASE}/bin/gtk12-config USE_GLIB= yes USE_GTK= yes diff --git a/audio/wmusic/distinfo b/audio/wmusic/distinfo index 064b8963c4c5..082af9b46455 100644 --- a/audio/wmusic/distinfo +++ b/audio/wmusic/distinfo @@ -1 +1 @@ -MD5 (wmusic-1.2.6.tar.gz) = b8de27dca0256a316b1fcf47cdba1d49 +MD5 (wmusic-1.4.4.tar.gz) = 7a3755306762f44505bc0de0f11c5be8 diff --git a/audio/wmusic/files/patch-aa b/audio/wmusic/files/patch-aa index c103de92b8ba..b46b7606e5a7 100644 --- a/audio/wmusic/files/patch-aa +++ b/audio/wmusic/files/patch-aa @@ -1,22 +1,26 @@ ---- src/Makefile.in.orig Wed Oct 25 07:48:35 2000 -+++ src/Makefile.in Mon Feb 26 23:55:00 2001 -@@ -4,14 +4,16 @@ +--- Makefile.in.orig Sat Apr 7 21:24:40 2001 ++++ Makefile.in Sat Apr 7 21:24:57 2001 +@@ -3,18 +3,18 @@ + all: wmusic - PREFIX = @prefix@ + wmusic: +- cd src && make wmusic ++ cd src && gmake wmusic --SRCS = wmusic.c ../libdockapp/dacallback.c ../libdockapp/dacolor.c \ -- ../libdockapp/daevent.c ../libdockapp/damain.c \ -- ../libdockapp/dapixmap.c ../libdockapp/darect.c -+SRCS = wmusic.c dacallback.c dacolor.c \ -+ daevent.c damain.c \ -+ dapixmap.c darect.c - OBJS = $(SRCS:.c=.o) + clean: + rm -f *~ *.o core wmusic.spec +- cd src && make clean ++ cd src && gmake clean - CFLAGS = -Wall -O2 -I. -I../libdockapp `@PATH_XMMSCONFIG@ --cflags` \ - -DDATA_DIR=\"`@PATH_XMMSCONFIG@ --data-dir`\" - LDFLAGS = @LIBS@ -lXpm `@PATH_XMMSCONFIG@ --libs` @DGA_LIBS@ @VM_LIBS@ -+ -+.PATH: ../libdockapp + distclean: clean + rm -f config.status config.log Makefile config.cache +- cd src && make distclean ++ cd src && gmake distclean - all: wmusic + install: +- cd src && make install ++ cd src && gmake install + uninstall: +- cd src && make uninstall ++ cd src && gmake uninstall diff --git a/audio/wmusic/pkg-descr b/audio/wmusic/pkg-descr index 486c38e9b81b..455dc39c8afe 100644 --- a/audio/wmusic/pkg-descr +++ b/audio/wmusic/pkg-descr @@ -1,6 +1,5 @@ -This WindowMaker-dockable program is a simple remote control for xmms. It -can be configured to start and hide xmms on its startup, completely replacing -the interface for xmms if desired. +wmusic is a dockapp that remote-controls xmms. Features include VCR-style +controls, Time and Playlist display, supa stylee rotating arrow, hiding of the +xmms windows and reactive interface. -Eric Melville -eric@osd.bsdi.com +WWW: http://hadess.net/code.shtml |