From 4133e9a70bc3ac2ce4cca7c2619c3c893dfdda15 Mon Sep 17 00:00:00 2001
From: Michael Hanson <hansonorders@verizon.net>
Date: Wed, 17 Nov 2010 03:37:17 +0000
Subject: mythplugins: bump

---
 abs/core/mythplugins/PKGBUILD | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/abs/core/mythplugins/PKGBUILD b/abs/core/mythplugins/PKGBUILD
index a6ac056..f32e8dc 100644
--- a/abs/core/mythplugins/PKGBUILD
+++ b/abs/core/mythplugins/PKGBUILD
@@ -14,7 +14,7 @@ pkgname=('mythplugins-mytharchive'
          'mythplugins-mythweb'
          'mythplugins-mythzoneminder')
 pkgver=0.24
-pkgrel=2
+pkgrel=4
 arch=('i686' 'x86_64')
 url="http://www.mythtv.org"
 license=('GPL')
@@ -23,8 +23,7 @@ makedepends=("mythtv>=${pkgver}" 'mplayer' 'fftw' 'dvdauthor' 'libexif'
              'python-imaging' 'libcdaudio' 'taglib' 'perl-xml-simple' 'dcraw'
              'libvisual' 'perl-xml-xpath' 'perl-image-size'
              'perl-class-inspector' 'perl-datetime-format-iso8601'
-             'flac' 'libvorbis' 'python-pycurl' 'python-oauth')
-#source=(ftp://ftp.archlinux.org/other/mythtv/${pkgbase}-${pkgver}.tar.xz)
+             'flac' 'libvorbis' 'python2' 'python-pycurl' 'python-oauth')
 
 build() {
    _svntrunk="http://svn.mythtv.org/svn/branches/release-0-24-fixes"
@@ -44,6 +43,7 @@ build() {
 
   cd "${srcdir}/${pkgbase}"
   find . -name '*.py' -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@' 
+
   ./configure --prefix=/usr \
               --enable-all
 
@@ -94,6 +94,7 @@ package_mythplugins-mythmusic() {
 package_mythplugins-mythnetvision() {
   pkgdesc="MythNetvision plugin for MythTV"
   depends=("mythtv>=${pkgver}" 'python-pycurl' 'python-oauth')
+  replaces=('mythnetvision')
   cd "${srcdir}/${pkgbase}/mythnetvision"
   make INSTALL_ROOT="${pkgdir}" install || return 1
 }
-- 
cgit v0.12