From 38eddec6a4f9073a4f7db6eb449a42382a425126 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 17 Dec 2013 20:43:33 +0000 Subject: [PATCH] community/mythtv to 0.27-6 --- community/mythtv/PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/community/mythtv/PKGBUILD b/community/mythtv/PKGBUILD index 701264391..ec20b4fa0 100644 --- a/community/mythtv/PKGBUILD +++ b/community/mythtv/PKGBUILD @@ -11,7 +11,7 @@ pkgname=mythtv pkgver=0.27 -pkgrel=5 +pkgrel=6 epoch=1 pkgdesc="A Homebrew PVR project" arch=('i686' 'x86_64') @@ -26,26 +26,26 @@ optdepends=('glew: for GPU commercial flagging' 'libcec: for consumer electronics control capabilities' 'libxml2: to read blu-ray metadata' 'openssl: for AirTunes (RAOP) support' + 'udisks: detect changes to removable media' 'xmltv: to download tv listings') conflicts=('myththemes' 'mythplugins-mythvideo') replaces=('myththemes' 'mythplugins-mythvideo') -backup=() install='mythtv.install' -source=("$pkgname-$pkgver.tar.gz::http://www.$pkgname.org/download/$pkgname/$pkgver" +source=("$pkgname-$pkgver.tar.gz::https://github.com/MythTV/$pkgname/archive/v$pkgver.tar.gz" 'mythbackend.service' 'http://code.mythtv.org/trac/raw-attachment/ticket/11338/libcec-2-support.2.patch') -sha256sums=('e43fb64e362d1701d57887081c9402a6295376bb105002ac7153c8e8b331a01b' +sha256sums=('494ebd7ee384e751c05ee0a1b3dcd3618caf72f1e94810381c09c2b5d1c799f0' 'ecfde779ded8332cc62c86fac6b432b09cbf5d254135798287ada688af9a1302' '8270407c2074b305e0c32151f89c84f6bf980a32665a2da8e4727405fa3911f3') prepare() { - cd "$srcdir/$pkgname-fixes-$pkgver/$pkgname" + cd "$srcdir/$pkgname-$pkgver/$pkgname" find 'bindings/python' 'contrib' -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@' patch -Np2 -i "$srcdir/libcec-2-support.2.patch" } build() { - cd "$srcdir/$pkgname-fixes-$pkgver/$pkgname" + cd "$srcdir/$pkgname-$pkgver/$pkgname" [[ $CARCH == "arm" ]] && ARCH="armv5te" [[ $CARCH == "armv6h" ]] && ARCH="armv6l" @@ -67,7 +67,7 @@ build() { } package() { - cd "$srcdir/$pkgname-fixes-$pkgver/$pkgname" + cd "$srcdir/$pkgname-$pkgver/$pkgname" make INSTALL_ROOT="$pkgdir" install install -D -m644 "$srcdir/mythbackend.service" "$pkgdir/usr/lib/systemd/system/mythbackend.service"