diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-05-28 03:38:22 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-05-28 03:38:22 (GMT) |
commit | 6ae6084b5a84ab939c6760bc8b46b1c5b683191e (patch) | |
tree | 0232cc7fbc94daf0d6ac79c3f321e23044609c96 /abs/extra-testing/mkvtoolnix | |
parent | c54ac3223e71445f59f06ae17838d610ee6bc1fe (diff) | |
parent | 2eaf92317ce1ebd43f3d660a44c601e4e8c47f26 (diff) | |
download | linhes_pkgbuild-6ae6084b5a84ab939c6760bc8b46b1c5b683191e.zip linhes_pkgbuild-6ae6084b5a84ab939c6760bc8b46b1c5b683191e.tar.gz linhes_pkgbuild-6ae6084b5a84ab939c6760bc8b46b1c5b683191e.tar.bz2 |
Merge branch 'HEAD' of ssh://cesman@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/extra-testing/mkvtoolnix')
-rw-r--r-- | abs/extra-testing/mkvtoolnix/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/extra-testing/mkvtoolnix/PKGBUILD b/abs/extra-testing/mkvtoolnix/PKGBUILD index 0151b28..7018cb9 100644 --- a/abs/extra-testing/mkvtoolnix/PKGBUILD +++ b/abs/extra-testing/mkvtoolnix/PKGBUILD @@ -3,13 +3,13 @@ # Contributor: 03/08/04 <lefungus@altern.org> pkgname=mkvtoolnix -pkgver=3.3.0 +pkgver=3.4.0 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>=0.8.1' 'flac>=1.1.4' 'libvorbis' 'wxgtk>=2.8.0.1' 'file' 'boost' 'lzo2') +depends=('libmatroska>=0.9.0' 'libebml>=0.8.0' '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") build() { @@ -19,4 +19,4 @@ build() { make || return 1 make DESTDIR=${pkgdir}/ install } -md5sums=('a002b6537e4515b6a0b26f42e8a2eb9a') +md5sums=('9d9e27adb8dbe42be9636070766e1b64') |