mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update audio/tta to 3.3
PR: 86939 Submitted by: dieringe@zedat.fu-berlin.de (maintainer) Approved by: novel (mentor)
This commit is contained in:
parent
8766c0c5a9
commit
9112e12f4d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144366
4 changed files with 31 additions and 16 deletions
|
@ -5,19 +5,24 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= tta
|
PORTNAME= tta
|
||||||
PORTVERSION= 3.2
|
PORTVERSION= 3.3
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= http://www.true-audio.com/ftp/
|
MASTER_SITES= http://www.true-audio.com/ftp/
|
||||||
DISTNAME= ${PORTNAME}enc-${PORTVERSION}-src
|
DISTNAME= ${PORTNAME}enc-${PORTVERSION}-src
|
||||||
|
|
||||||
MAINTAINER= dieringe@zedat.fu-berlin.de
|
MAINTAINER= dieringe@zedat.fu-berlin.de
|
||||||
COMMENT= "The True Audio Encoder", lossless (de)compressor
|
COMMENT= "The True Audio Encoder", lossless (de)compressor
|
||||||
|
|
||||||
USE_ZIP= yes
|
USE_ZIP= yes
|
||||||
USE_GMAKE= yes
|
|
||||||
WRKSRC= ${WRKDIR}
|
WRKSRC= ${WRKDIR}
|
||||||
ALL_TARGET=
|
LDFLAGS+= -lm
|
||||||
|
|
||||||
|
PROGRAM= ttaenc
|
||||||
|
|
||||||
|
PORTDOCS= Readme
|
||||||
|
PLIST_FILES= bin/ttaenc
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
@ -25,4 +30,16 @@ ALL_TARGET=
|
||||||
IGNORE= Requires FreeBSD 5.x or higher for wide character support
|
IGNORE= Requires FreeBSD 5.x or higher for wide character support
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
do-build:
|
||||||
|
${CC} ${CFLAGS} -c ${WRKSRC}/${PROGRAM}.c -o ${WRKSRC}/${PROGRAM}.o
|
||||||
|
${CC} ${LDFLAGS} -o ${WRKSRC}/${PROGRAM} ${WRKSRC}/${PROGRAM}.o
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
${INSTALL_PROGRAM} ${WRKSRC}/${PROGRAM} ${PREFIX}/bin
|
||||||
|
|
||||||
|
.if !defined(NOPORTDOCS)
|
||||||
|
${MKDIR} ${DOCSDIR}
|
||||||
|
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (ttaenc-3.2-src.zip) = 317b046027d00972b261d582bc7ef547
|
MD5 (ttaenc-3.3-src.zip) = 03dbdab2ada063042e01afbb73c75011
|
||||||
SIZE (ttaenc-3.2-src.zip) = 23552
|
SIZE (ttaenc-3.3-src.zip) = 24092
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
TTA is a simple lossless audio compressor.
|
TTA is a simple lossless audio compressor.
|
||||||
|
|
||||||
TTA performs lossless compression on multichannel 8,16,24 bit's
|
TTA performs lossless compression on multichannel 8,16,24 bit's
|
||||||
|
@ -9,7 +8,7 @@ The compression size will generally range between 30% - 70% of the
|
||||||
original. TTA format supports both of ID3v1 and ID3v2 information
|
original. TTA format supports both of ID3v1 and ID3v2 information
|
||||||
tags.
|
tags.
|
||||||
|
|
||||||
WWW: http://tta.iszf.irk.ru/
|
WWW: http://www.true-audio.com/
|
||||||
|
|
||||||
- dieringe
|
- dieringe
|
||||||
dieringe@zedat.fu-berlin.de
|
dieringe@zedat.fu-berlin.de
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
bin/ttaenc
|
|
Loading…
Add table
Reference in a new issue