mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
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>
This commit is contained in:
parent
0c48d2fb51
commit
6d67673b40
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87590
@ -345,6 +345,7 @@
|
||||
SUBDIR += xmms-fc
|
||||
SUBDIR += xmms-flac
|
||||
SUBDIR += xmms-kde
|
||||
SUBDIR += xmms-kj
|
||||
SUBDIR += xmms-ladspa
|
||||
SUBDIR += xmms-liveice
|
||||
SUBDIR += xmms-mad
|
||||
|
31
audio/xmms-kj/Makefile
Normal file
31
audio/xmms-kj/Makefile
Normal file
@ -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>
|
1
audio/xmms-kj/distinfo
Normal file
1
audio/xmms-kj/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (kint_xmms-0.95.tar.gz) = 60cdb4e1bbc8d121c99da2f4d00813c2
|
11
audio/xmms-kj/files/patch-aa
Normal file
11
audio/xmms-kj/files/patch-aa
Normal file
@ -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
|
||||
|
7
audio/xmms-kj/pkg-descr
Normal file
7
audio/xmms-kj/pkg-descr
Normal file
@ -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
|
4
audio/xmms-kj/pkg-plist
Normal file
4
audio/xmms-kj/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user