diff options
author | Cecil <knoppmyth@gmail.com> | 2011-02-25 02:05:29 (GMT) |
---|---|---|
committer | Cecil <knoppmyth@gmail.com> | 2011-02-25 02:05:29 (GMT) |
commit | a704dafea9f77d425a0a48b3087d357fc551aa2d (patch) | |
tree | 09827a2c4e0f0887736c9643ab98069b81b53157 /abs/core/mythstream/PKGBUILD | |
parent | 66ec1dafb39c80cf69bf0d472e5314a021126b4b (diff) | |
download | linhes_pkgbuild-a704dafea9f77d425a0a48b3087d357fc551aa2d.zip linhes_pkgbuild-a704dafea9f77d425a0a48b3087d357fc551aa2d.tar.gz linhes_pkgbuild-a704dafea9f77d425a0a48b3087d357fc551aa2d.tar.bz2 |
mythstream:Patch for 0.24.
Diffstat (limited to 'abs/core/mythstream/PKGBUILD')
-rw-r--r-- | abs/core/mythstream/PKGBUILD | 10 |
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') |