diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-26 03:03:45 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-26 03:03:45 (GMT) |
commit | 84fa76a6c06f308be99b2080dfda12586c958314 (patch) | |
tree | ab6769e6e6d6ca28415264b3f68079286ea313f9 /abs/core-testing/mythtv/stable/mythstream/PKGBUILD | |
parent | 888e9e9e92900cdbc8e5846dad7f66776509eaff (diff) | |
download | linhes_pkgbuild-84fa76a6c06f308be99b2080dfda12586c958314.zip linhes_pkgbuild-84fa76a6c06f308be99b2080dfda12586c958314.tar.gz linhes_pkgbuild-84fa76a6c06f308be99b2080dfda12586c958314.tar.bz2 |
Patches need to compile.
Diffstat (limited to 'abs/core-testing/mythtv/stable/mythstream/PKGBUILD')
-rw-r--r-- | abs/core-testing/mythtv/stable/mythstream/PKGBUILD | 5 |
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 } - |