summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/mkvtoolnix/PKGBUILD
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-06-01 02:10:45 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-06-01 02:10:45 (GMT)
commitf01297f70fbbf345e11edcf8f1d5fb77c6d2a6ed (patch)
tree1babc4291a4cd3d72ce7e595212a273318e33018 /abs/extra-testing/mkvtoolnix/PKGBUILD
parentd7a06c882ef45d014319f98daf8e0dbe5599321d (diff)
parent528268bf6b14f8e3c9f4941d5587d982ff1892d6 (diff)
downloadlinhes_pkgbuild-f01297f70fbbf345e11edcf8f1d5fb77c6d2a6ed.zip
linhes_pkgbuild-f01297f70fbbf345e11edcf8f1d5fb77c6d2a6ed.tar.gz
linhes_pkgbuild-f01297f70fbbf345e11edcf8f1d5fb77c6d2a6ed.tar.bz2
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD into linhes-config-python
* 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD: runit-scripts: update the lircd run script to use the dvicoIR sym link lirc: update PKGBUILD to install dvico udev rule lirc: add udev rule for the dvico remote lirc: added support for other mce remotes Added patch needed for FUPPES for compile. Initial inclusion, needed for fuppes. Updated to fuppes-svn. Removed fuppes. Latest version. Closes FS 365. Fixed typo. Included ffpresets. Closes FS #359. Bumped to ensure latest -fixes. Bumped to ensure latest -fixes. Bumped for latest -fixes. Bumped to latest fixes and VDPAU 20549 patch.
Diffstat (limited to 'abs/extra-testing/mkvtoolnix/PKGBUILD')
-rw-r--r--abs/extra-testing/mkvtoolnix/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/abs/extra-testing/mkvtoolnix/PKGBUILD b/abs/extra-testing/mkvtoolnix/PKGBUILD
index ff6f2f0..2e37e8e 100644
--- a/abs/extra-testing/mkvtoolnix/PKGBUILD
+++ b/abs/extra-testing/mkvtoolnix/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 29417 2009-03-08 17:05:04Z giovanni $
+# $Id: PKGBUILD 39931 2009-05-23 08:10:22Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: 03/08/04 <lefungus@altern.org>
pkgname=mkvtoolnix
-pkgver=2.5.3
+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 @@ 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')
source=("http://www.bunkus.org/videotools/${pkgname}/sources/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('de0b41f0dc9b3c7c59a23be4b6e3ee46')
+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
}