Ticket #4397: win32-packager_27_sep_2008.patch
File win32-packager_27_sep_2008.patch, 2.7 KB (added by , 17 years ago) |
---|
-
win32-packager.pl
48 48 # (included below). This is the last version that is 49 49 # Qt 3 based. Qt 4 merges began immediately after. 50 50 #my $SVNRELEASE = '17190'; # Recent 0-21-fixes 51 my $SVNRELEASE = '18 315'; # Recent trunk51 my $SVNRELEASE = '18442'; # Recent trunk 52 52 #my $SVNRELEASE = 'HEAD'; # If you are game, go forth and test the latest! 53 53 54 54 … … 1327 1327 shell => ['source '.$unixmythtv.'make_clean.sh', 1328 1328 'touch '.$unixmythtv.'mythtv/last_build.txt', 1329 1329 'cat '.$unixmythtv.'mythtv/svn_info.new >'.$unixmythtv.'mythtv/svn_info.txt', 1330 'touch -r '.$unixmythtv.'mythtv/svn_info.txt '.$unixmythtv.'mythtv/svn_info.new'], 1330 'touch -r '.$unixmythtv.'mythtv/svn_info.txt '.$unixmythtv.'mythtv/svn_info.new', 1331 'sleep 5'], 1331 1332 comment => 'if the SVN number is changed, then remember that, AND arrange for a full re-make of mythtv. (overkill, I know, but safer)' ], 1332 1333 1333 1334 # open up the permissions: … … 1747 1748 ' --disable-mythcontrols'. 1748 1749 ' --disable-mythzoneminder --disable-mythweb --enable-aac'. 1749 1750 ' --enable-libvisual --enable-fftw --compile-type='.$compile_type, 1750 'touch '.$unixmythtv.'mythplugins/cleanup/cleanup.pro'], 1751 #'touch '.$unixmythtv.'mythplugins/cleanup/cleanup.pro' 1752 ], 1751 1753 comment => 'do we already have a Makefile for myth plugins?' ], 1752 1754 1753 1755 #[ pause => 'how does the mythplugins Makefile look? (did we get any errors on screen?)'], … … 1772 1774 comment => 'PLUGINS! redo make if we need to (see the last_build.txt identifier)' ], 1773 1775 1774 1776 # make cleanup/cleanup.pro as install fails without it 1775 [ file => $mythtv.'mythplugins/cleanup/cleanup.pro',1776 shell => ['touch '.$unixmythtv.'mythplugins/cleanup/cleanup.pro', 'nocheck'],1777 comment => 'make cleanup.pro'],1777 #[ file => $mythtv.'mythplugins/cleanup/cleanup.pro', 1778 # shell => ['touch '.$unixmythtv.'mythplugins/cleanup/cleanup.pro', 'nocheck'], 1779 # comment => 'make cleanup.pro'], 1778 1780 1779 1781 # make install 1780 [ newer => [$mythtv.'build/ lib/mythtv/plugins/libmythmovies.dll',1782 [ newer => [$mythtv.'build/bin/mythtv/plugins/libmythmovies.dll', 1781 1783 $mythtv.'mythplugins/mythmovies/mythmovies/libmythmovies.dll'], 1782 1784 shell => ['source '.$unixmythtv.'qt'.$qtver.'_env.sh', 1783 1785 'cd '.$unixmythtv.'mythplugins','make install'], … … 2238 2240 $md5=rand(999); 2239 2241 } 2240 2242 2243 #print "compared: $size,$mtime,$md5\n"; 2241 2244 return ($size,$mtime,$md5); 2242 2245 } 2243 2246