summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-0.27/mythplugins/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/mythtv/stable-0.27/mythplugins/PKGBUILD')
-rw-r--r--abs/core/mythtv/stable-0.27/mythplugins/PKGBUILD11
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')