aboutsummaryrefslogtreecommitdiff
path: root/audio/tta
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2008-11-08 13:33:42 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2008-11-08 13:33:42 +0000
commit5ecb8a85a2a160c8102baf757e32a78ec3e5d228 (patch)
treeaac0c426c458f583e51becc8bc8ad5e31653be4b /audio/tta
parent23b9bced0bdce4df3ec5b763933938a15f1ba28c (diff)
downloadports-5ecb8a85a2a160c8102baf757e32a78ec3e5d228.tar.gz
ports-5ecb8a85a2a160c8102baf757e32a78ec3e5d228.zip
Notes
Diffstat (limited to 'audio/tta')
-rw-r--r--audio/tta/Makefile20
-rw-r--r--audio/tta/distinfo6
-rw-r--r--audio/tta/pkg-descr6
3 files changed, 16 insertions, 16 deletions
diff --git a/audio/tta/Makefile b/audio/tta/Makefile
index 36a80111ba40..dd5f0eecdac6 100644
--- a/audio/tta/Makefile
+++ b/audio/tta/Makefile
@@ -6,27 +6,27 @@
#
PORTNAME= tta
-PORTVERSION= 3.3
+PORTVERSION= 3.4.1
CATEGORIES= audio
-MASTER_SITES= http://www.true-audio.com/ftp/
+MASTER_SITES= SF
DISTNAME= ${PORTNAME}enc-${PORTVERSION}-src
+EXTRACT_SUFX= .tgz
MAINTAINER= danfe@FreeBSD.org
COMMENT= The True Audio Encoder, lossless (de)compressor
-USE_ZIP= yes
-NO_WRKSUBDIR= yes
-
-LDFLAGS+= -lm
-
PROGRAM= ttaenc
-PORTDOCS= Readme
+PORTDOCS= README
PLIST_FILES= bin/ttaenc
+post-patch:
+ @${REINPLACE_CMD} -e '/ifdef _BIG_ENDIAN/s|ifdef|if _BYTE_ORDER ==|' \
+ ${WRKSRC}/${PROGRAM}.h
+
do-build:
- ${CC} ${CFLAGS} -c ${WRKSRC}/${PROGRAM}.c -o ${WRKSRC}/${PROGRAM}.o
- ${CC} ${LDFLAGS} -o ${WRKSRC}/${PROGRAM} ${WRKSRC}/${PROGRAM}.o
+ ${CC} ${CFLAGS} ${LDFLAGS} -o ${WRKSRC}/${PROGRAM} \
+ ${WRKSRC}/${PROGRAM}.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PROGRAM} ${PREFIX}/bin
diff --git a/audio/tta/distinfo b/audio/tta/distinfo
index 3fdca2be6272..700a5d9790c8 100644
--- a/audio/tta/distinfo
+++ b/audio/tta/distinfo
@@ -1,3 +1,3 @@
-MD5 (ttaenc-3.3-src.zip) = 03dbdab2ada063042e01afbb73c75011
-SHA256 (ttaenc-3.3-src.zip) = 073cf175b6774a41f6e9e20fe91cdb197d6884cfa627117c72a3cfcaa87288ce
-SIZE (ttaenc-3.3-src.zip) = 24092
+MD5 (ttaenc-3.4.1-src.tgz) = c9ab8194984b34e7f7bf55d579c97f39
+SHA256 (ttaenc-3.4.1-src.tgz) = b2c9c8b015acc5864f082a0157f2e09c5117d1445321cb6178e925b448be3dc6
+SIZE (ttaenc-3.4.1-src.tgz) = 20835
diff --git a/audio/tta/pkg-descr b/audio/tta/pkg-descr
index 35cb45f95d38..12506a6a8238 100644
--- a/audio/tta/pkg-descr
+++ b/audio/tta/pkg-descr
@@ -1,9 +1,9 @@
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.
+TTA performs lossless compression on multichannel 8, 16, 24 bit integer
+and 32 bit IEEE floating-point data of the Wav audio files.
-The compression size will generally range between 30% - 70% of the original.
+The compression size will generally range between 30-70% of the original.
TTA format supports both of ID3v1 and ID3v2 information tags.
WWW: http://www.true-audio.com/