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

Ionut Biru ibiru at archlinux.org
Thu Jun 10 10:33:02 UTC 2010


    Date: Thursday, June 10, 2010 @ 06:33:01
  Author: ibiru
Revision: 82325

upgpkg: mkvtoolnix 4.0.0-1
update to 4.0.0

Modified:
  mkvtoolnix/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-06-10 10:32:57 UTC (rev 82324)
+++ PKGBUILD	2010-06-10 10:33:01 UTC (rev 82325)
@@ -3,23 +3,22 @@
 # Contributor: 03/08/04 <lefungus at altern.org>
 
 pkgname=mkvtoolnix
-pkgver=3.4.0
+pkgver=4.0.0
 pkgrel=1
 pkgdesc="Set of tools to create, edit and inspect Matroska files"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://www.bunkus.org/videotools/mkvtoolnix/index.html"
 depends=('libmatroska' 'flac' 'libvorbis' 'file' 'boost' 'lzo2')
-makedepends=('wxgtk')
 optdepends=('wxgtk: mkvmerge and mkvinfo GUI')
 source=("http://www.bunkus.org/videotools/${pkgname}/sources/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('9d9e27adb8dbe42be9636070766e1b64')
+md5sums=('434eb24b9c49a99ac386bd2c4c525538')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
   ./configure --prefix=/usr \
-              --with-boost-libdir=/usr/lib || return 1
+              --with-boost-libdir=/usr/lib --enable-qt || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list