summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-09-18 02:36:32 -0700
committerroot <root@rshg054.dnsready.net>2013-09-18 02:36:32 -0700
commitd21b8cdc0567fba4d6e74284363fedb98f2f7d07 (patch)
treeb99318aaa837d40b180e586e35603c49f2d1ced1 /extra
parent7080cab465360c1e2571433323481aed6741ecbe (diff)
Wed Sep 18 02:30:56 PDT 2013
Diffstat (limited to 'extra')
-rw-r--r--extra/graphviz/PKGBUILD12
-rw-r--r--extra/mkvtoolnix/PKGBUILD8
2 files changed, 7 insertions, 13 deletions
diff --git a/extra/graphviz/PKGBUILD b/extra/graphviz/PKGBUILD
index 071ed1cd1..83eed102c 100644
--- a/extra/graphviz/PKGBUILD
+++ b/extra/graphviz/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 193739 2013-08-29 23:46:03Z bisson $
+# $Id: PKGBUILD 194533 2013-09-17 17:04:18Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: kevin <kevin@archlinux.org>
# Contributor: John Proctor <jproctor@prium.net>
pkgname=graphviz
pkgver=2.32.0
-pkgrel=1
+pkgrel=2
pkgdesc='Graph visualization software'
url='http://www.graphviz.org/'
license=('CPL')
@@ -50,10 +50,7 @@ build() {
export PYTHON=python2
export LUA=lua5.1
- # install the graph and cgraph api alongside
- sed 's/@WITH_CGRAPH_FALSE@//g' -i lib/graph/Makefile.in
-
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --with-cgraph=no
make || sed '/caml_array_length/d' -i tclpkg/gv/gv_ocaml.cpp # swig goes wonky
make
}
@@ -61,7 +58,4 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
-
- # everything has been built against cgraph, but use graph as default api
- sed '/#define WITH_CGRAPH 1/d' -i "${pkgdir}"/usr/include/graphviz/types.h
}
diff --git a/extra/mkvtoolnix/PKGBUILD b/extra/mkvtoolnix/PKGBUILD
index 517a10e52..132678976 100644
--- a/extra/mkvtoolnix/PKGBUILD
+++ b/extra/mkvtoolnix/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 190046 2013-07-13 12:42:05Z svenstaro $
+# $Id: PKGBUILD 194528 2013-09-17 13:02:47Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: xduugu <xduugu@gmx.com>
pkgbase=mkvtoolnix
pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
-pkgver=6.3.0
-pkgrel=2
+pkgver=6.4.1
+pkgrel=1
arch=('i686' 'x86_64')
license=('GPL')
url="http://www.bunkus.org/videotools/mkvtoolnix/index.html"
makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby')
source=("http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.xz")
-md5sums=('3d64652b1aa3ce3faaa468b11dcbd82c')
+md5sums=('1e878646b34eb2c32772d05b91f84f4c')
build() {
cd "${srcdir}/${pkgbase}-${pkgver}"