From 7bdcc8c67263b38f8a4b899ffbd6237faf8accb7 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sun, 28 Jan 2007 00:17:00 +0000 Subject: Timemachine is a JACK audio recorder that allows you to record 10 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 --- audio/Makefile | 1 + audio/timemachine/Makefile | 33 +++++++++++++++++++++++++++++++++ audio/timemachine/distinfo | 3 +++ audio/timemachine/pkg-descr | 6 ++++++ audio/timemachine/pkg-plist | 9 +++++++++ 5 files changed, 52 insertions(+) create mode 100644 audio/timemachine/Makefile create mode 100644 audio/timemachine/distinfo create mode 100644 audio/timemachine/pkg-descr create mode 100644 audio/timemachine/pkg-plist diff --git a/audio/Makefile b/audio/Makefile index 9fa35da619cc..fa33612f18f9 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -599,6 +599,7 @@ SUBDIR += tempest_for_eliza SUBDIR += terminatorx SUBDIR += thunar-media-tags-plugin + SUBDIR += timemachine SUBDIR += timidity SUBDIR += timidity++ SUBDIR += timidity++-emacs diff --git a/audio/timemachine/Makefile b/audio/timemachine/Makefile new file mode 100644 index 000000000000..bdb307c4eb1b --- /dev/null +++ b/audio/timemachine/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: timemachine +# Date created: 2007-01-25 +# Whom: trasz +# +# $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 + +.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 diff --git a/audio/timemachine/distinfo b/audio/timemachine/distinfo new file mode 100644 index 000000000000..5265ba84744e --- /dev/null +++ b/audio/timemachine/distinfo @@ -0,0 +1,3 @@ +MD5 (timemachine-0.3.1.tar.gz) = 6ced0e8e46ef290b7b8443aa7e22e883 +SHA256 (timemachine-0.3.1.tar.gz) = 670ce6e9eff6f7b48fdd08be3678c46b997647c9b4541e46c1db66801cf67a87 +SIZE (timemachine-0.3.1.tar.gz) = 158344 diff --git a/audio/timemachine/pkg-descr b/audio/timemachine/pkg-descr new file mode 100644 index 000000000000..4924534b4776 --- /dev/null +++ b/audio/timemachine/pkg-descr @@ -0,0 +1,6 @@ +Timemachine is a JACK audio recorder that allows you to record 10 +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/ diff --git a/audio/timemachine/pkg-plist b/audio/timemachine/pkg-plist new file mode 100644 index 000000000000..c78bccdc9ecd --- /dev/null +++ b/audio/timemachine/pkg-plist @@ -0,0 +1,9 @@ +bin/timemachine +%%DATADIR%%/pixmaps/on.png +%%DATADIR%%/pixmaps/off.png +%%DATADIR%%/pixmaps/busy.png +%%DATADIR%%/pixmaps/on-icon.png +%%DATADIR%%/pixmaps/off-icon.png +%%DATADIR%%/pixmaps/timemachine-icon.png +@dirrm %%DATADIR%%/pixmaps +@dirrm %%DATADIR%% -- cgit v1.2.3