diff options
author | knu <knu@FreeBSD.org> | 2004-05-29 01:40:30 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2004-05-29 01:40:30 +0800 |
commit | 2cffeffba618474d7ea79b2dca3bf2bbb44b81b2 (patch) | |
tree | 7e4d73ba0cf31215efb46003215585becc5aa046 /audio | |
parent | 2baffa93e951f94975f562104db09c3fd9aa6178 (diff) | |
download | freebsd-ports-gnome-2cffeffba618474d7ea79b2dca3bf2bbb44b81b2.tar.gz freebsd-ports-gnome-2cffeffba618474d7ea79b2dca3bf2bbb44b81b2.tar.zst freebsd-ports-gnome-2cffeffba618474d7ea79b2dca3bf2bbb44b81b2.zip |
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
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/ |