You are not logged in.

#1 2005-04-17 16:37:02

polarrr
Member
Registered: 2004-09-12
Posts: 110

[new]libvorbis (aotuv 20050412)

I've been experimenting with aoTuV version of ogg encoder lately. Maybe some of you guys would be interested. This is a pre-beta4 20050412 version, and sounds like this is going to be the last stepping stone for the next release of aoTuV. If you are interested in what it is but don't know exactly what, head over to hydrogenaudio forum, and do a search on aotuv, or even google, you'll find wealth of info about it. Basically Aoyumi's aoTuV tuning is really driving quality of ogg vorbis up. Official 1.1 includes bunch of tunings from aoTuV beta 2 as well. If you want to experiment with other releases (alpha, beta, experiment, pre-beta), just head over to Aoyumi's site, check what he's got and give it a quick fix on PKGBUILD.

http://www.hydrogenaudio.org/forums/

I probably should've made it so that it installs on /usr/local, side by side with official libvorbis, but you can change that if you want.

PKGBUILD

pkgname=libvorbis
pkgver=aotuv20050412
pkgrel=1
pkgdesc="aoTuV is the encoder of Ogg Vorbis. Based on libvorbis of Xiph.Org, this encoder was made, in order to improve the quality of coding."
pkgurl="http://www.geocities.jp/aoyoume/aotuv/"
depends=('glibc' 'libogg')
replaces=(libvorbis)
source=(http://www.geocities.jp/aoyoume/aotuv/test_version/$pkgname-aotuv-pb4_20050412.zip)
md5sums=('77cbfe50d121c16ac152a9ce2d0178e8')

build() {
  mv $startdir/src/aotuv-pb4_20050412 $startdir/src/$pkgname-$pkgver
  cd $startdir/src/${pkgname}-${pkgver}
  chmod 755 configure
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install
}

I'm still new at messing with PKGBUILD, so if there is any mess up, give it a touch up before you run makepkg! big_smile Have fun!

Offline

#2 2005-08-11 07:02:51

judfilm
Member
Registered: 2004-02-12
Posts: 229

Re: [new]libvorbis (aotuv 20050412)

FYI - 2005/07/07 The aoTuV beta4 merged libVorbis 1.1.1.  Now, bug of VBR managed mode(ABR) fixed.

Offline

Board footer

Powered by FluxBB