From 699802796e9c26d15ae587a5ed62ff6e9281328b Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Thu, 6 Nov 2003 22:48:48 +0000 Subject: Add gdam, a DJ mixing application suitable for live performances. GDam offers: * Client/server architecture * Mixing of multiple mp3 files * Dynamic filter insertion and removal * Multiple sound device support (speakers and monitor) * Loops, queues, sampler, beat matching, sequencer * Record your performance to a disk And it's blue! PR: 59025 Submitted by: Pav Lucistnik Requested by: Martin Vana --- audio/gdam/Makefile | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 audio/gdam/Makefile (limited to 'audio/gdam/Makefile') diff --git a/audio/gdam/Makefile b/audio/gdam/Makefile new file mode 100644 index 000000000000..81c93543e75e --- /dev/null +++ b/audio/gdam/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: gdam +# Date created: 6th Nov 2003 +# Whom: Pav Lucistnik +# +# $FreeBSD$ +# + +PORTNAME= gdam +PORTVERSION= 0.942 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= pav@oook.cz +COMMENT= DJ mixing software suitable for live performances + +BUILD_DEPENDS= ${X11BASE}/include/xmms/plugin.h:${PORTSDIR}/multimedia/xmms +RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 + +MAN1= gdamcli.1 gdamladspapluginscanner.1 gdam123.1 gdam-launcher.1 gdam-server.1 + +USE_GMAKE= yes +USE_X_PREFIX= yes +USE_GNOME= libglade +USE_LIBTOOL= yes +USE_REINPLACE= yes +INSTALLS_SHLIB= yes + +post-patch: + @${REINPLACE_CMD} -e 's|-lglib -lgtk|-lglib12 -lgtk12|' ${WRKSRC}/skin/foreign/xmmsvis/Makefile.in + +.include -- cgit v1.2.3