summaryrefslogtreecommitdiffstats
path: root/abs/core/mythstream/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/mythstream/PKGBUILD')
-rw-r--r--abs/core/mythstream/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/abs/core/mythstream/PKGBUILD b/abs/core/mythstream/PKGBUILD
index 5137b99..df8dcdb 100644
--- a/abs/core/mythstream/PKGBUILD
+++ b/abs/core/mythstream/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=mythstream
pkgver=0.18_3
-pkgrel=10
+pkgrel=11
pkgdesc="Unofficial MythTV plugin for Internet audio and video streams."
arch=('i686' 'x86_64')
url="http://home.kabelfoon.nl/~moongies/streamtuned.html"
license=('GPL')
depends=('mythtv' 'perl-xml-simple' 'fftw' 'fftw2' 'perl-xml-xql')
-source=("http://home.kabelfoon.nl/~moongies/sw9vc4htz2/mythstream_mythtv-r21640.tar.gz" "mythstream.patch" "streams.res")
+source=("http://home.kabelfoon.nl/~moongies/sw9vc4htz2/mythstream_mythtv-r21640.tar.gz" "mythstream.0.24.patch" "streams.res")
md5sums=('')
install=mythstream.install
groups=('mythtv-extras')
@@ -18,9 +18,9 @@ install=mythstream.install
build() {
cd $startdir/src/mythstream_mythtv-r21640
- ln -s ../../../mythtv/stable-0.23/mythtv/src/mythtv/libs/lib* .
+ ln -s ../../../mythtv/stable-0.24/mythtv/src/mythtv/mythtv/libs/lib* .
- patch -p1 < ../mythstream.patch || return 1
+ patch -p1 < ../mythstream.0.24.patch || return 1
export QTDIR=/usr/lib/qt
export PATH=$QTDIR/bin:$PATH
@@ -33,5 +33,5 @@ build() {
}
md5sums=('ba354b83fefe6028c5379fb832a44b6a'
- '0131d9e05b55141357bc66e2a88a8132'
+ '69804486cde663586283cf2a226f0ed4'
'b7fb47a56b6809938f237632174faeb2')