summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mythtv/stable/mythflix/PKGBUILD
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-02-15 20:54:25 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-02-15 20:54:25 (GMT)
commit0b28beee8aaa1a154a7669c90276baeea0a2128f (patch)
tree1df0e5b4e06702ffbe0559fcba21b19ffba8bda1 /abs/core-testing/mythtv/stable/mythflix/PKGBUILD
parentc5fccc50a67649d375195caff2ccf89f63de586f (diff)
downloadlinhes_pkgbuild-0b28beee8aaa1a154a7669c90276baeea0a2128f.zip
linhes_pkgbuild-0b28beee8aaa1a154a7669c90276baeea0a2128f.tar.gz
linhes_pkgbuild-0b28beee8aaa1a154a7669c90276baeea0a2128f.tar.bz2
Bumped version. Ensure we have the latest -fixes.
Diffstat (limited to 'abs/core-testing/mythtv/stable/mythflix/PKGBUILD')
-rw-r--r--abs/core-testing/mythtv/stable/mythflix/PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/abs/core-testing/mythtv/stable/mythflix/PKGBUILD b/abs/core-testing/mythtv/stable/mythflix/PKGBUILD
index e9033ac..6bfd9ce 100644
--- a/abs/core-testing/mythtv/stable/mythflix/PKGBUILD
+++ b/abs/core-testing/mythtv/stable/mythflix/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=mythflix
pkgver=0.21
-pkgrel=2
+pkgrel=3
pkgdesc="Netflix access plugin for MythTV"
arch=('i686' 'x86_64')
url="http://www.mythtv.org"
@@ -17,6 +17,7 @@ groups=('mythtv-extras')
build() {
cd $startdir/src/mythplugins
. /etc/profile.d/qt3.sh
+ svn update
# use QT3 qmake
export PATH=$QTDIR/bin:$PATH
@@ -24,7 +25,8 @@ build() {
qmake mythplugins.pro
make qmake || return 1
- make -j 2 || return 1
+# make -j 2 || return 1
+ make
make INSTALL_ROOT=$startdir/pkg install
}