diff options
author | edwin <edwin@FreeBSD.org> | 2003-08-24 15:22:01 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-08-24 15:22:01 +0800 |
commit | 7d35f844839a8116755c5e78ba609f1e9aaa3736 (patch) | |
tree | 1ab9d17ff8b6ef1f9a653826cad8bd9a9b6466df /audio/xmms-kj | |
parent | bb58e56e573b85f98f93cd41734f494b2159c83a (diff) | |
download | freebsd-ports-gnome-7d35f844839a8116755c5e78ba609f1e9aaa3736.tar.gz freebsd-ports-gnome-7d35f844839a8116755c5e78ba609f1e9aaa3736.tar.zst freebsd-ports-gnome-7d35f844839a8116755c5e78ba609f1e9aaa3736.zip |
New Port: audio/xmms-kj Add K-JoefolSkinSupport to xmms
This is a port of a plugin for xmms to support K-Joefol
skins, which look very nice.
PR: ports/47161
Submitted by: Kay Lehmann <kay_lehmann@web.de>
Diffstat (limited to 'audio/xmms-kj')
-rw-r--r-- | audio/xmms-kj/Makefile | 31 | ||||
-rw-r--r-- | audio/xmms-kj/distinfo | 1 | ||||
-rw-r--r-- | audio/xmms-kj/files/patch-aa | 11 | ||||
-rw-r--r-- | audio/xmms-kj/pkg-descr | 7 | ||||
-rw-r--r-- | audio/xmms-kj/pkg-plist | 4 |
5 files changed, 54 insertions, 0 deletions
diff --git a/audio/xmms-kj/Makefile b/audio/xmms-kj/Makefile new file mode 100644 index 000000000000..c1f8981bf899 --- /dev/null +++ b/audio/xmms-kj/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: xmms-kj +# Date created: 18 November 2002 +# Whom: Kay Lehmann +# +# $FreeBSD$ +# + +PORTNAME= xmms-kj +PORTVERSION= 0.95 +CATEGORIES= audio +MASTER_SITES= http://www.csse.monash.edu.au/~timf/ +DISTFILES= kint_xmms-${PORTVERSION}.tar.gz + +MAINTAINER= kay_lehmann@web.de +COMMENT= This is a plugin that adds K-Joefol-Skinsupport to xmms + +BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms +RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms + +WRKSRC= ${WRKDIR}/${PORTNAME} + +USE_X_PREFIX= yes +USE_GNOME= gtk12 + +do-build: + cd ${WRKSRC} && make + +do-install: + cd ${WRKSRC} && make install + +.include <bsd.port.mk> diff --git a/audio/xmms-kj/distinfo b/audio/xmms-kj/distinfo new file mode 100644 index 000000000000..3db2071ab4fb --- /dev/null +++ b/audio/xmms-kj/distinfo @@ -0,0 +1 @@ +MD5 (kint_xmms-0.95.tar.gz) = 60cdb4e1bbc8d121c99da2f4d00813c2 diff --git a/audio/xmms-kj/files/patch-aa b/audio/xmms-kj/files/patch-aa new file mode 100644 index 000000000000..ba0f3a50564e --- /dev/null +++ b/audio/xmms-kj/files/patch-aa @@ -0,0 +1,11 @@ +--- makefile.orig Fri Nov 29 14:30:00 2002 ++++ makefile Fri Nov 29 14:34:56 2002 +@@ -13,7 +13,7 @@ + LPNG = -lpng -lz + LDFLAGS=-O2 + # LIBS=-L/usr/lib `gtk-config --libs` $(LPNG) -lgthread -lpthread -lxmms -Wl,--rpath -Wl,/usr/local/lib +-LIBS=`xmms-config --libs` $(LPNG) ++LIBS=`xmms-config --libs` $(LPNG) -lc_r + OBJS=kj.o resource.o config.o image.o playlist.o + CC=gcc + diff --git a/audio/xmms-kj/pkg-descr b/audio/xmms-kj/pkg-descr new file mode 100644 index 000000000000..ce77c0f636b9 --- /dev/null +++ b/audio/xmms-kj/pkg-descr @@ -0,0 +1,7 @@ +This is a plugin that adds K-Joefol-Skinsupport to +xmms. K-Joefol skins look significantly better than +the Winamp ones.At the moment, it can be compiled +as a stand alone program which functions as a +remote control. + +WWW: http://www.csse.monash.edu.au/~timf/xmms.html diff --git a/audio/xmms-kj/pkg-plist b/audio/xmms-kj/pkg-plist new file mode 100644 index 000000000000..d302c39deeba --- /dev/null +++ b/audio/xmms-kj/pkg-plist @@ -0,0 +1,4 @@ +lib/xmms/Visualization/libkjofol.so +share/xmms/kjofol/default.zip +@unexec rmdir %D/lib/xmms/Visualization 2>&1 >/dev/null || true +@dirrm share/xmms/kjofol |