|
|
|
@ -29,9 +29,9 @@ fi |
|
|
|
|
|
|
|
mythtv_prepatch() { |
|
|
|
# apply the dvb patches to enable channel scanning, etc. |
|
|
|
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 |
|
|
|
tar $taropt $archdir/DVB_PATCH_V3.5.tar.bz2 |
|
|
|
patch -p0 < mythtv_dvb_patch_v3.5/dvb_patch_v3.5.diff |
|
|
|
tar $taropt mythtv_dvb_patch_v3.5/dvb_patch_v3.5_files.tar.bz2 |
|
|
|
} |
|
|
|
|
|
|
|
mythtv_premake() { |
|
|
|
@ -70,13 +70,6 @@ mythtv_premake() { |
|
|
|
} |
|
|
|
|
|
|
|
mythtv_postmake() { |
|
|
|
# build mythscan |
|
|
|
# cd mythscan |
|
|
|
# qmake mythscan2.pro |
|
|
|
# make |
|
|
|
# cp mythscan2 $root/$prefix/bin |
|
|
|
# cd .. |
|
|
|
|
|
|
|
cp setup/setup $root/$prefix/bin/mythsetup |
|
|
|
cp -r configfiles $docdir/examples |
|
|
|
} |
|
|
|
|