diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-05-06 01:37:00 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-05-06 01:37:00 (GMT) |
commit | 0b162d606184851b4416d9f832d1ea2be4b329a5 (patch) | |
tree | 8f5984b6279c3f6077328fe2921761a63ffb4be6 /abs/core/mythtv/stable-0.27/mythplugins/PKGBUILD | |
parent | c898af2ab3f1e632904729401e4dbcddc7eee2d1 (diff) | |
download | linhes_pkgbuild-0b162d606184851b4416d9f832d1ea2be4b329a5.zip linhes_pkgbuild-0b162d606184851b4416d9f832d1ea2be4b329a5.tar.gz linhes_pkgbuild-0b162d606184851b4416d9f832d1ea2be4b329a5.tar.bz2 |
mythtv, mythplugins, mythweb: update to latest -fixes
Diffstat (limited to 'abs/core/mythtv/stable-0.27/mythplugins/PKGBUILD')
-rw-r--r-- | abs/core/mythtv/stable-0.27/mythplugins/PKGBUILD | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/abs/core/mythtv/stable-0.27/mythplugins/PKGBUILD b/abs/core/mythtv/stable-0.27/mythplugins/PKGBUILD index 45c4187..65a5578 100644 --- a/abs/core/mythtv/stable-0.27/mythplugins/PKGBUILD +++ b/abs/core/mythtv/stable-0.27/mythplugins/PKGBUILD @@ -9,7 +9,7 @@ pkgname=('mytharchive' 'mythweather' 'mythzoneminder') pkgver=0.27 -pkgrel=13 +pkgrel=14 arch=('i686' 'x86_64') url="http://www.mythtv.org" license=('GPL') @@ -19,7 +19,8 @@ makedepends=('cdrkit' 'dcraw' 'dvdauthor' 'dvd+rw-tools' 'ffmpeg' 'flac' 'libexi 'perl-json' 'perl-libwww' 'perl-soap-lite' 'perl-xml-sax' 'perl-xml-simple' 'perl-xml-xpath' 'python-oauth' 'python-imaging' 'python-pycurl' 'zlib') -source=('mythburn.py-aspectratio.patch' 'archivemenu.xml.patch' 'archiveutils.xml.patch') +source=('mythburn.py-aspectratio.patch' 'archivemenu.xml.patch' 'archiveutils.xml.patch' + 'cdparanoia.patch') build() { if [ -e ${srcdir}/mythplugins ] @@ -33,6 +34,9 @@ build() { cp -rp ../git_src/mythtv/mythplugins $srcdir cd ${srcdir}/${pkgbase} + msg "Patching configure" + patch -Np1 -i "$srcdir/cdparanoia.patch" + msg "Configuring mythplugins" ./configure --prefix=/usr \ --enable-all \ @@ -117,4 +121,5 @@ package_mythzoneminder() { md5sums=('e98c2a09bcb051fdde959fb4bb2e5ab2' '0364d2613f22943f3d4c9d5ee43c1982' - '1063cf62878cd341476f28f63cb12782') + '1063cf62878cd341476f28f63cb12782' + '5de8dd79d0b8a2b006f3c3258938b6b7') |