diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-05-28 02:40:43 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-05-28 02:40:43 (GMT) |
commit | b44b91ed634790a49fcca1dcf4eef856b7588cb0 (patch) | |
tree | 811c75dfa2b6477d7717e90c2ceb1197d83cbb0f /abs/extra-testing/mkvtoolnix | |
parent | 14ba1c33c43fec12a5e0ab982d4932f55fa19f0e (diff) | |
download | linhes_pkgbuild-b44b91ed634790a49fcca1dcf4eef856b7588cb0.zip linhes_pkgbuild-b44b91ed634790a49fcca1dcf4eef856b7588cb0.tar.gz linhes_pkgbuild-b44b91ed634790a49fcca1dcf4eef856b7588cb0.tar.bz2 |
Latest version. Closes FS 365.
Diffstat (limited to 'abs/extra-testing/mkvtoolnix')
-rw-r--r-- | abs/extra-testing/mkvtoolnix/PKGBUILD | 9 |
1 files 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 <giovanni@archlinux.org> # Contributor: 03/08/04 <lefungus@altern.org> 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 } |