diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2004-05-28 17:40:30 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2004-05-28 17:40:30 +0000 |
commit | 1dc82df1c2df24d264e81764601c694e8ec37327 (patch) | |
tree | 4d3b2e36b74f3fa2f7d990a97b37c8ba253ab5bf /audio | |
parent | e4bfde1be0967cc3af64a8931fd8aba2e147740c (diff) |
Add libvorbis-aotuv, a variant of libvorbis enhanced for sound quality.
Vorbis aoTuV is the total winner of the Multiformat at 128kbps public
Listening Test below:
http://www.rjamorim.com/test/multiformat128/results.html
Notes
Notes:
svn path=/head/; revision=110214
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/libvorbis-aotuv/Makefile | 24 | ||||
-rw-r--r-- | audio/libvorbis-aotuv/distinfo | 4 | ||||
-rw-r--r-- | audio/libvorbis-aotuv/pkg-descr | 15 |
4 files changed, 44 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 8e54853e7eec..cc61ca77765b 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -174,6 +174,7 @@ SUBDIR += libsndfile SUBDIR += libtremor SUBDIR += libvorbis + SUBDIR += libvorbis-aotuv SUBDIR += libworkman SUBDIR += linux-arts SUBDIR += linux-esound diff --git a/audio/libvorbis-aotuv/Makefile b/audio/libvorbis-aotuv/Makefile new file mode 100644 index 000000000000..1c7a39c4aa5a --- /dev/null +++ b/audio/libvorbis-aotuv/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: libvorbis-aotuv +# Date created: 28 May 2004 +# Whom: Akinori MUSHA aka knu <knu@idaemons.org> +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../libvorbis + +PKGNAMESUFFIX= -aotuv + +MAINTAINER= knu@FreeBSD.org +COMMENT= A variant of libvorbis enhanced for sound quality + +PATCH_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ +PATCHFILES= libvorbis-aotuv_b2.patch.bz2 +PATCH_DIST_STRIP= -p1 + +CONFLICTS= libvorbis-[0-9]* + +DESCR= ${.CURDIR}/pkg-descr +MD5_FILE= ${.CURDIR}/distinfo + +.include "${MASTERDIR}/Makefile" diff --git a/audio/libvorbis-aotuv/distinfo b/audio/libvorbis-aotuv/distinfo new file mode 100644 index 000000000000..b394011a60a2 --- /dev/null +++ b/audio/libvorbis-aotuv/distinfo @@ -0,0 +1,4 @@ +MD5 (libvorbis-1.0.1.tar.gz) = 4d6726fd02ce02f6e24824e594b0949a +SIZE (libvorbis-1.0.1.tar.gz) = 1218076 +MD5 (libvorbis-aotuv_b2.patch.bz2) = f42febdc1d82c201bb3ad47be24e24ad +SIZE (libvorbis-aotuv_b2.patch.bz2) = 12952 diff --git a/audio/libvorbis-aotuv/pkg-descr b/audio/libvorbis-aotuv/pkg-descr new file mode 100644 index 000000000000..8ebde66712a8 --- /dev/null +++ b/audio/libvorbis-aotuv/pkg-descr @@ -0,0 +1,15 @@ +aoTuV is a variant of libvorbis enhanced for sound quality, based on +libvorbis 1.0.1 of Xiph.Org. + +On the frequency of 26kHz or more, q-2 (nominal 40kbps/44.1-48kHz) can +be used. A part of Nominal bitrate has changed. Use of bitrate +management mode is not recommended. (In the future, psy.c and +mapping0.c will need to be improved.) + +Copyright (c) 2002, 2003 Xiph.Org Foundation +Copyright (c) 2003, 2004 Aoyumi + +Licensed under the original libvorbis's BSD-style license + +Author: aoyumi <aoyumi@inter7.jp> +WWW: http://www.geocities.jp/aoyoume/aotuv/ |