summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mythtv/stable/mythstream/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/mythtv/stable/mythstream/PKGBUILD')
-rw-r--r--abs/core-testing/mythtv/stable/mythstream/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/abs/core-testing/mythtv/stable/mythstream/PKGBUILD b/abs/core-testing/mythtv/stable/mythstream/PKGBUILD
index e78ecee..7387994 100644
--- a/abs/core-testing/mythtv/stable/mythstream/PKGBUILD
+++ b/abs/core-testing/mythtv/stable/mythstream/PKGBUILD
@@ -10,12 +10,14 @@ arch=('i686' 'x86_64')
url="http://home.kabelfoon.nl/~moongies/streamtuned.html"
license=('GPL')
depends=('mythtv' 'perl-xml-simple')
-source=("http://home.kabelfoon.nl/~moongies/sw9vc4htz2/mythstream-v0.18_1.tar.gz" "http://home.kabelfoon.nl/~moongies/sw9vc4htz2/mythstream.cpp.patch_svn20071123")
+source=("http://home.kabelfoon.nl/~moongies/sw9vc4htz2/mythstream-v0.18_1.tar.gz" "http://home.kabelfoon.nl/~moongies/sw9vc4htz2/mythstream.cpp.patch_svn20071123" "mythstream.diff")
md5sums=('')
groups=('mythtv-extras')
build() {
cd $startdir/src/mythstream-0.18_1
+ patch -p1 < ../mythstream.diff
+ patch -p0 < ../mythstream.cpp.patch_svn20071123
ln -s ../../../mythtv/src/mythtv-0.21/libs/lib* .
. /etc/profile.d/qt3.sh
@@ -28,4 +30,3 @@ build() {
make INSTALL_ROOT=$startdir/pkg install
}
-