summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mythtv/stable/mythmusic/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/mythtv/stable/mythmusic/PKGBUILD')
-rw-r--r--abs/core-testing/mythtv/stable/mythmusic/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/abs/core-testing/mythtv/stable/mythmusic/PKGBUILD b/abs/core-testing/mythtv/stable/mythmusic/PKGBUILD
index b078239..c051a3b 100644
--- a/abs/core-testing/mythtv/stable/mythmusic/PKGBUILD
+++ b/abs/core-testing/mythtv/stable/mythmusic/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=mythmusic
pkgver=0.21
-pkgrel=10
+pkgrel=11
pkgdesc="Music playing plugin for MythTV"
arch=('i686' 'x86_64')
url="http://www.mythtv.org"
@@ -13,7 +13,7 @@ depends=("mythtv>=${pkgver}" 'libid3tag' 'libmad' 'libvorbis' 'flac>=1.1.4' 'lib
'cdparanoia' 'fftw2' 'sdl' 'faad2>=2.6.1' 'lame' 'taglib' \
'libvisual-plugins' 'libvisual-projectm')
source=("ftp://ftp.knoppmyth.net/R6/sources/mythplugins-$pkgver-fixes.tar.bz2")
-md5sums=('00ee70be781b9af5913f046525d79ab9')
+md5sums=('1b3e2a97b7ecf7373e162fe20b6faabe')
groups=('mythtv-extras')
build() {
@@ -27,7 +27,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
}