[arch-commits] Commit in mkvtoolnix/trunk (PKGBUILD)

Giovanni Scafora giovanni at archlinux.org
Sat May 23 07:56:42 UTC 2009


    Date: Saturday, May 23, 2009 @ 03:56:42
  Author: giovanni
Revision: 39925

upgpkg: mkvtoolnix 2.9.0-1

Modified:
  mkvtoolnix/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-05-23 05:11:48 UTC (rev 39924)
+++ PKGBUILD	2009-05-23 07:56:42 UTC (rev 39925)
@@ -3,7 +3,7 @@
 # Contributor: 03/08/04 <lefungus at altern.org>
 
 pkgname=mkvtoolnix
-pkgver=2.8.0
+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 @@
 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=('7f8e12e4e73872c9e82c23efa41e0be0')
+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
 }




More information about the arch-commits mailing list