summaryrefslogtreecommitdiffstats
path: root/abs/extra/mkvtoolnix/PKGBUILD
blob: fb275a2b729c57f4f10622b1d744ae68d18c8133 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# $Id: PKGBUILD 41916 2009-06-07 23:34:29Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: 03/08/04 <lefungus@altern.org>

##
## NOTE!!! Newer versions of mkvtoolnix requires gcc v4.6.0+ !!!
##


pkgname=mkvtoolnix
pkgver=5.0.1
pkgrel=1
pkgdesc="Set of tools to create, edit and inspect Matroska files"
arch=('i686' 'x86_64')
license=('GPL2')
url="http://www.bunkus.org/videotools/mkvtoolnix/index.html"
depends=('libmatroska>=1.0.0' 'libebml>=1.0.0' 'flac>=1.1.4' 'libvorbis' 'wxgtk>=2.8.0.1' 'file' 'boost' 'lzo2' 'qt')
makedepends=('ruby' 'libcroco')
source=("http://www.bunkus.org/videotools/${pkgname}/sources/${pkgname}-${pkgver}.tar.bz2")

build() {
  cd ${srcdir}/${pkgname}-${pkgver}/
  ./configure --prefix=/usr \
              --with-boost-libdir=/usr/lib \
              --enable-qt
  ./drake  || return 1
}
package() {
  cd ${srcdir}/${pkgname}-${pkgver}
  ./drake DESTDIR=${pkgdir} install
}
md5sums=('2cd84ff24e1d9217dd3caf170f34e758')