seconds of audio _before_ you click the "Record" button. The idea is that, when you hear an interesting sound, you can press record and capture it, without having to try and recreate it. WWW: http://plugin.org.uk/timemachine/ PR: ports/108431 Submitted by: trasz <trasz at pin.if.uz.zgora.pl>
33 lines
672 B
Makefile
33 lines
672 B
Makefile
# New ports collection makefile for: timemachine
|
|
# Date created: 2007-01-25
|
|
# Whom: trasz <trasz@pin.if.uz.zgora.pl>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= timemachine
|
|
PORTVERSION= 0.3.1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://plugin.org.uk/timemachine/
|
|
|
|
MAINTAINER= trasz@pin.if.uz.zgora.pl
|
|
COMMENT= JACK audio capture tool
|
|
|
|
LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \
|
|
sndfile.1:${PORTSDIR}/audio/libsndfile
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gtk20
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if exists(${LOCALBASE}/lib/liblash.so.2)
|
|
LIB_DEPENDS+= lash.2:${PORTSDIR}/audio/lash
|
|
.endif
|
|
|
|
.if ${OSVERSION} < 500000
|
|
BROKEN= Does not compile on 4.x
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|