|
|
@ -29,11 +29,9 @@ fi |
|
|
|
|
|
|
|
mythtv_prepatch() { |
|
|
|
# apply the dvb patches to enable channel scanning, etc. |
|
|
|
bzcat $archdir/dvb_patch_v2.1-fake.diff.bz2 | patch -p0 |
|
|
|
# .. and extract the additional files into the mythtv dir. |
|
|
|
tar --use-compress-program=bzip2 -xf $archdir/dvb_patch_v2.1_files.tar.bz2 |
|
|
|
# the mythscan utility is in another tarball... |
|
|
|
tar --use-compress-program=bzip2 -xf $archdir/mythscan-v2.1-fake.tar.bz2 |
|
|
|
tar $taropt $archdir/DVB_PATCH_V3.1.tar.bz2 |
|
|
|
patch -p0 < mythtv_dvb_patch_v3.1/dvb_patch_v3.1.diff |
|
|
|
tar $taropt mythtv_dvb_patch_v3.1/dvb_patch_v3.1_files.tar.bz2 |
|
|
|
} |
|
|
|
|
|
|
|
mythtv_premake() { |
|
|
@ -73,11 +71,11 @@ mythtv_premake() { |
|
|
|
|
|
|
|
mythtv_postmake() { |
|
|
|
# build mythscan |
|
|
|
cd mythscan |
|
|
|
qmake mythscan2.pro |
|
|
|
make |
|
|
|
cp mythscan2 $root/$prefix/bin |
|
|
|
cd .. |
|
|
|
# cd mythscan |
|
|
|
# qmake mythscan2.pro |
|
|
|
# make |
|
|
|
# cp mythscan2 $root/$prefix/bin |
|
|
|
# cd .. |
|
|
|
|
|
|
|
cp setup/setup $root/$prefix/bin/mythsetup |
|
|
|
cp -r configfiles $docdir/examples |
|
|
|