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

Giovanni Scafora giovanni at archlinux.org
Mon Dec 8 11:23:53 UTC 2008


    Date: Monday, December 8, 2008 @ 06:23:53
  Author: giovanni
Revision: 20963

upgpkg: mkvtoolnix 2.4.1-1
    New version 2.4.1

Modified:
  mkvtoolnix/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-12-08 09:13:42 UTC (rev 20962)
+++ PKGBUILD	2008-12-08 11:23:53 UTC (rev 20963)
@@ -3,7 +3,7 @@
 # Contributor: 03/08/04 <lefungus at altern.org>
 
 pkgname=mkvtoolnix
-pkgver=2.4.0
+pkgver=2.4.1
 pkgrel=1
 pkgdesc="Set of tools to create, edit and inspect Matroska files"
 arch=('i686' 'x86_64')
@@ -11,11 +11,11 @@
 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=('125a6305de16236754d7554fa5b597cf')
+md5sums=('b3f3763e3bc09aa797f6d65ad4974108')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}/
-  ./configure --prefix=/usr 
+  ./configure --prefix=/usr --with-boost-libdir=/usr/lib
   make  || return 1
   make DESTDIR=${startdir}/pkg install
 }




More information about the arch-commits mailing list