diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-04-11 08:11:42 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-04-11 08:11:42 (GMT) |
commit | f3826493d0230020fd1dae2d30429cd06eac6a2f (patch) | |
tree | a1237c3eba39cc4c6a970ed421994e4b19d66e13 /abs | |
parent | c137477ca002b5c6c00462e4d4e3913e54b0fa4b (diff) | |
download | linhes_pkgbuild-f3826493d0230020fd1dae2d30429cd06eac6a2f.zip linhes_pkgbuild-f3826493d0230020fd1dae2d30429cd06eac6a2f.tar.gz linhes_pkgbuild-f3826493d0230020fd1dae2d30429cd06eac6a2f.tar.bz2 |
mythstream:recompiled for mythtv-0.23-fixes.
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core-testing/mythstream/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/mythstream/PKGBUILD b/abs/core-testing/mythstream/PKGBUILD index d23da84..2ff82ee 100644 --- a/abs/core-testing/mythstream/PKGBUILD +++ b/abs/core-testing/mythstream/PKGBUILD @@ -4,7 +4,7 @@ pkgname=mythstream pkgver=0.18_3 -pkgrel=4 +pkgrel=5 pkgdesc="Unofficial MythTV plugin for Internet audio and video streams." arch=('i686' 'x86_64') url="http://home.kabelfoon.nl/~moongies/streamtuned.html" @@ -18,7 +18,7 @@ install=mythstream.install build() { cd $startdir/src/mythstream_mythtv-r21640 - ln -s ../../../mythtv/stable-0.22/mythtv/src/mythtv/libs/lib* . + ln -s ../../../mythtv/stable-0.23/mythtv/src/mythtv/libs/lib* . patch -p1 < ../mythstream.patch || return 1 |