1 # Maintainer: Thomas Dziedzic < gostrc at gmail >
2 # Contributor: Alexander Baldeck <alexander@archlinux.org>
7 pkgdesc='High-level multimedia platform with a focus on interactive art installations.'
9 url='http://www.libavg.de'
10 depends=('librsvg' 'gdk-pixbuf2' 'libxml2' 'ffmpeg' 'boost-libs' 'python2' 'pango')
11 optdepends=('libxi' 'libvdpau' 'libdc1394' )
14 source=("http://www.libavg.de/raw-attachment/wiki/DownLoad/libavg-${pkgver}.tar.gz")
15 md5sums=('f88a7978748bb07502c6c050b444be04')
18 cd ${pkgname}-${pkgver}
20 # workaround for linking errors, caused by "-Wl,--as-needed" in /etc/makepkg.conf
24 find -type f -exec sed -e 's_#!/usr/bin/python_&2_' -e 's_#!/usr/bin/env python_&2_' -i {} \;
28 PYTHON=/usr/bin/python2 ./configure \
35 cd ${pkgname}-${pkgver}
37 make DESTDIR=${pkgdir} install
39 install -D -m644 ${srcdir}/${pkgname}-${pkgver}/src/avgrc \