1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Add xmms-jack, a Output plugin for the JACK sound server

PR:		64287
Submitted by:	David Yeske <dyeske@yahoo.com>
This commit is contained in:
Tilman Keskinoz 2004-04-07 21:45:33 +00:00
parent 62b35c567c
commit 03ab2bbfc4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106455
5 changed files with 69 additions and 0 deletions

View File

@ -403,6 +403,7 @@
SUBDIR += xmms-flac
SUBDIR += xmms-imms
SUBDIR += xmms-infopipe
SUBDIR += xmms-jack
SUBDIR += xmms-kde
SUBDIR += xmms-kj
SUBDIR += xmms-ladspa

50
audio/xmms-jack/Makefile Normal file
View File

@ -0,0 +1,50 @@
# New ports collection makefile for: xmms-jack
# Date created: 13 Mar 2004
# Whom: David Yeske <dyeske@yahoo.com>
#
# $FreeBSD$
PORTNAME= jack
PORTVERSION= 0.9
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= xmms-jack
PKGNAMEPREFIX= xmms-
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
MAINTAINER= dyeske@yahoo.com
COMMENT= XMMS plugin for jack
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \
jack.0:${PORTSDIR}/audio/jack
WRKSRC= ${WRKDIR}/xmms-jack
USE_X_PREFIX= yes
USE_GNOME= gtk12 gnometarget
USE_GMAKE= yes
USE_LIBTOOL= yes
USE_REINPLACE= yes
PLIST_FILES= lib/xmms/Output/libjackout.so
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
.include <bsd.port.pre.mk>
.if ${OSVERSION} <= 500000
BROKEN= "Does not compile"
.endif
post-patch:
@${RM} -rf ${WRKSRC}/.libs
@${RM} -rf ${WRKSRC}/autom4te.cache
@${RM} -rf ${WRKSRC}/libjackout.la
${REINPLACE_CMD} -e \
's|-lpthread|${PTHREAD_LIBS}|g; \
s|-ldl||' \
${WRKSRC}/configure
.include <bsd.port.post.mk>

2
audio/xmms-jack/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (xmms-jack-0.9.tar.gz) = d7500fd15e7b58e8ad5b6a655e9b37cf
SIZE (xmms-jack-0.9.tar.gz) = 652989

View File

@ -0,0 +1,10 @@
--- configure.orig Fri Jun 27 20:07:06 2003
+++ configure Fri Jun 27 20:07:21 2003
@@ -8169,6 +8169,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'

View File

@ -0,0 +1,6 @@
Jack output plugin for XMMS.
WWW: http://xmms-jack.sourceforge.net/
- David
dyeske@yahoo.com