summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/mkvtoolnix
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-10-23 18:17:40 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-10-23 18:19:39 (GMT)
commitadbcf19958300e9b6598990184c8815b945ba0ee (patch)
treef4283c850ac0ac202c17e78a637ee7ca8147621b /abs/extra-testing/mkvtoolnix
parent61a68250df10d29b624650948484898334ff22d0 (diff)
downloadlinhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/extra-testing/mkvtoolnix')
-rw-r--r--abs/extra-testing/mkvtoolnix/PKGBUILD22
1 files changed, 0 insertions, 22 deletions
diff --git a/abs/extra-testing/mkvtoolnix/PKGBUILD b/abs/extra-testing/mkvtoolnix/PKGBUILD
deleted file mode 100644
index 6404481..0000000
--- a/abs/extra-testing/mkvtoolnix/PKGBUILD
+++ /dev/null
@@ -1,22 +0,0 @@
-# $Id: PKGBUILD 41916 2009-06-07 23:34:29Z giovanni $
-# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
-# Contributor: 03/08/04 <lefungus@altern.org>
-
-pkgname=mkvtoolnix
-pkgver=4.1.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')
-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
- make || return 1
- make DESTDIR=${pkgdir}/ install
-}
-md5sums=('6f38fefd73b8b95de3ea3feb9de4cdd7')