From b44b91ed634790a49fcca1dcf4eef856b7588cb0 Mon Sep 17 00:00:00 2001 From: Cecil Hugh Watson Date: Wed, 27 May 2009 19:40:43 -0700 Subject: Latest version. Closes FS 365. --- abs/extra-testing/mkvtoolnix/PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/abs/extra-testing/mkvtoolnix/PKGBUILD b/abs/extra-testing/mkvtoolnix/PKGBUILD index ff6f2f0..2e37e8e 100644 --- a/abs/extra-testing/mkvtoolnix/PKGBUILD +++ b/abs/extra-testing/mkvtoolnix/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 29417 2009-03-08 17:05:04Z giovanni $ +# $Id: PKGBUILD 39931 2009-05-23 08:10:22Z giovanni $ # Maintainer: Giovanni Scafora # Contributor: 03/08/04 pkgname=mkvtoolnix -pkgver=2.5.3 +pkgver=2.9.0 pkgrel=1 pkgdesc="Set of tools to create, edit and inspect Matroska files" arch=('i686' 'x86_64') @@ -11,11 +11,12 @@ license=('GPL2') url="http://www.bunkus.org/videotools/mkvtoolnix/index.html" depends=('libmatroska>=0.8.1' 'flac>=1.1.4' 'libvorbis' 'wxgtk>=2.8.0.1' 'file' 'boost' 'lzo2') source=("http://www.bunkus.org/videotools/${pkgname}/sources/${pkgname}-${pkgver}.tar.bz2") -md5sums=('de0b41f0dc9b3c7c59a23be4b6e3ee46') +md5sums=('4b3afa60ed96a9898e9f598b1694cbef') build() { cd ${srcdir}/${pkgname}-${pkgver}/ - ./configure --prefix=/usr --with-boost-libdir=/usr/lib + ./configure --prefix=/usr \ + --with-boost-libdir=/usr/lib make || return 1 make DESTDIR=${pkgdir}/ install } -- cgit v0.12