# $Id: PKGBUILD 96153 2013-08-20 11:49:57Z jconder $ # Maintainer: Jonathan Conder # Contributor: Giovanni Scafora pkgbase=mythplugins pkgname=('mythplugins-mytharchive' 'mythplugins-mythbrowser' 'mythplugins-mythgallery' 'mythplugins-mythgame' 'mythplugins-mythmusic' 'mythplugins-mythnetvision' 'mythplugins-mythnews' 'mythplugins-mythweather' 'mythplugins-mythweb' 'mythplugins-mythzoneminder') pkgver=0.26.1 pkgrel=1 epoch=1 arch=('i686' 'x86_64') url="http://www.mythtv.org" license=('GPL') makedepends=('cdrkit' 'dvdauthor' 'dvd+rw-tools' 'ffmpeg' 'flac' 'libexif' 'libvorbis' 'mesa' 'mesa-libgl' 'mplayer' 'mythtv' 'perl-datetime-format-iso8601' 'perl-date-manip' 'perl-image-size' 'perl-json' 'perl-libwww' 'perl-soap-lite' 'perl-xml-sax' 'perl-xml-simple' 'perl-xml-xpath' 'python2-oauth' 'python-imaging' 'python2-pycurl' 'taglib' 'zlib') source=("ftp://ftp.osuosl.org/pub/mythtv/$pkgbase-$pkgver.tar.bz2" 'cdparanoia.patch' 'php55.patch' 'mtd.rc') md5sums=('d896d9f9313ba5dd95e2e977bf9c0f8f' '5de8dd79d0b8a2b006f3c3258938b6b7' 'a6df720ef22fe6bef8c650b1bd5948cb' '476c12ba074794ad7f4ae092bdf949d6') build() { cd "$srcdir/$pkgbase-$pkgver" find . -name '*.py' -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@' sed -re 's@/usr/local.*/usr/share@/usr/share@' -i 'mythweb/mythweb.php' sed -re 's@cstdio@cstdio>\n#include