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>
This commit is contained in:
Edwin Groothuis 2004-12-15 02:59:39 +00:00
parent 82288be203
commit 83d80f056a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124046
5 changed files with 41 additions and 0 deletions

View file

@ -395,6 +395,7 @@
SUBDIR += trm
SUBDIR += trommler
SUBDIR += tse3
SUBDIR += tta
SUBDIR += tuneradio
SUBDIR += tunesbrowser
SUBDIR += ufmcontrol-i18n

22
audio/tta/Makefile Normal file
View file

@ -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>

2
audio/tta/distinfo Normal file
View file

@ -0,0 +1,2 @@
MD5 (ttaenc-3.2-src.zip) = 317b046027d00972b261d582bc7ef547
SIZE (ttaenc-3.2-src.zip) = 23552

15
audio/tta/pkg-descr Normal file
View file

@ -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

1
audio/tta/pkg-plist Normal file
View file

@ -0,0 +1 @@
bin/ttaenc