summaryrefslogtreecommitdiffstats
path: root/abs/core/mythstream/PKGBUILD
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verizon.net>2011-02-25 22:56:08 (GMT)
committerMichael Hanson <hansonorders@verizon.net>2011-02-25 22:56:08 (GMT)
commitec5546a75dc5883bfe57274e91f6232f07157b1e (patch)
treed7ccbe671e9d4be5e2a4c3b15af5f10fe17716ed /abs/core/mythstream/PKGBUILD
parent71428dfc8edf503dbaf8816eac04fe97e4f7fbd4 (diff)
parent75320262171a823b8affe968328ce299e706aa54 (diff)
downloadlinhes_pkgbuild-ec5546a75dc5883bfe57274e91f6232f07157b1e.zip
linhes_pkgbuild-ec5546a75dc5883bfe57274e91f6232f07157b1e.tar.gz
linhes_pkgbuild-ec5546a75dc5883bfe57274e91f6232f07157b1e.tar.bz2
Merge branch 'testing' of knoppmyth.net:linhes_pkgbuild into testing
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')