Date: Saturday, April 10, 2010 @ 12:23:54 Author: andrea Revision: 77091
upgpkg: vorbis-tools 1.4.0-1 upstream release Modified: vorbis-tools/trunk/ChangeLog vorbis-tools/trunk/PKGBUILD -----------+ ChangeLog | 5 +++++ PKGBUILD | 17 +++++++++++------ 2 files changed, 16 insertions(+), 6 deletions(-) Modified: ChangeLog =================================================================== --- ChangeLog 2010-04-10 16:23:42 UTC (rev 77090) +++ ChangeLog 2010-04-10 16:23:54 UTC (rev 77091) @@ -1,3 +1,8 @@ +2010-04-10 Andrea Scarpino <[email protected]> + + * vorbis-tools 1.4.0-1 + * Upstream release + 2009-10-04 Eric Belanger <[email protected]> * vorbis-tools 1.2.0-4 Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-04-10 16:23:42 UTC (rev 77090) +++ PKGBUILD 2010-04-10 16:23:54 UTC (rev 77091) @@ -3,20 +3,25 @@ # Contributor: Judd Vinet <[email protected]> pkgname=vorbis-tools -pkgver=1.2.0 -pkgrel=4 +pkgver=1.4.0 +pkgrel=1 pkgdesc="Extra tools for Ogg-Vorbis" arch=('i686' 'x86_64') url='http://www.xiph.org/vorbis/' license=('GPL2') -depends=('libao' 'libvorbis' 'curl>=7.16.2' 'flac>=1.1.4') +depends=('libao' 'libvorbis' 'curl' 'flac') source=(http://downloads.xiph.org/releases/vorbis/${pkgname}-${pkgver}.tar.gz) -md5sums=('df976d24e51ef3d87cd462edf747bf9a') -sha1sums=('c5c5ee4637ab8c9fc953d203663b7264432f874a') +md5sums=('567e0fb8d321b2cd7124f8208b8b90e6') build() { cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --without-speex --enable-vcut || return 1 + ./configure --prefix=/usr \ + --without-speex \ + --enable-vcut || return 1 make || return 1 +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install || return 1 }
