diff options
author | edwin <edwin@FreeBSD.org> | 2004-12-15 10:59:39 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-12-15 10:59:39 +0800 |
commit | c85b5911d833b7426e1e81132cb27470688078a6 (patch) | |
tree | f93ddef51a61e541e86a17f4e1d9c2a160bf5fb0 /audio/tta | |
parent | 7e72b8b10e6ea35709e104e6515e66ee477326a1 (diff) | |
download | freebsd-ports-gnome-c85b5911d833b7426e1e81132cb27470688078a6.tar.gz freebsd-ports-gnome-c85b5911d833b7426e1e81132cb27470688078a6.tar.zst freebsd-ports-gnome-c85b5911d833b7426e1e81132cb27470688078a6.zip |
New port: audio/tta (simple lossless audio (de)compressor)
TTA is a simple lossless audio compressor.
TTA performs lossless compression on multichannel 8,16,24
bit's integer and 32 bit's IEEE floating-point data of the
Wav audio files.
PR: ports/70243
Submitted by: Martin Dieringer <Martin.Dieringer@t-online.de>
Diffstat (limited to 'audio/tta')
-rw-r--r-- | audio/tta/Makefile | 22 | ||||
-rw-r--r-- | audio/tta/distinfo | 2 | ||||
-rw-r--r-- | audio/tta/pkg-descr | 15 | ||||
-rw-r--r-- | audio/tta/pkg-plist | 1 |
4 files changed, 40 insertions, 0 deletions
diff --git a/audio/tta/Makefile b/audio/tta/Makefile new file mode 100644 index 000000000000..cb353e8199e5 --- /dev/null +++ b/audio/tta/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: tta +# Date created: 10 Aug 2004 +# Whom: dieringe +# +# $FreeBSD$ +# + +PORTNAME= tta +PORTVERSION= 3.2 +CATEGORIES= audio +MASTER_SITES= http://www.true-audio.com/ftp/ +DISTNAME= ${PORTNAME}enc-${PORTVERSION}-src + +MAINTAINER= dieringe@zedat.fu-berlin.de +COMMENT= "The True Audio Encoder", lossless (de)compressor + +USE_ZIP= yes +USE_GMAKE= yes +WRKSRC= ${WRKDIR} +ALL_TARGET= + +.include <bsd.port.mk> diff --git a/audio/tta/distinfo b/audio/tta/distinfo new file mode 100644 index 000000000000..277768887766 --- /dev/null +++ b/audio/tta/distinfo @@ -0,0 +1,2 @@ +MD5 (ttaenc-3.2-src.zip) = 317b046027d00972b261d582bc7ef547 +SIZE (ttaenc-3.2-src.zip) = 23552 diff --git a/audio/tta/pkg-descr b/audio/tta/pkg-descr new file mode 100644 index 000000000000..f377f11fb828 --- /dev/null +++ b/audio/tta/pkg-descr @@ -0,0 +1,15 @@ + +TTA is a simple lossless audio compressor. + +TTA performs lossless compression on multichannel 8,16,24 bit's +integer and 32 bit's IEEE floating-point data of the Wav audio +files. + +The compression size will generally range between 30% - 70% of the +original. TTA format supports both of ID3v1 and ID3v2 information +tags. + +WWW: http://tta.iszf.irk.ru/ + +- dieringe +dieringe@zedat.fu-berlin.de diff --git a/audio/tta/pkg-plist b/audio/tta/pkg-plist new file mode 100644 index 000000000000..acd899a6a8fd --- /dev/null +++ b/audio/tta/pkg-plist @@ -0,0 +1 @@ +bin/ttaenc |