mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
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
|
@ -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
22
audio/tta/Makefile
Normal 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
2
audio/tta/distinfo
Normal 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
15
audio/tta/pkg-descr
Normal 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
1
audio/tta/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/ttaenc
|
Loading…
Add table
Reference in a new issue