[mythtv-commits] Ticket #4397: win32 dependancy resolver and build script

MythTV mythtv at cvs.mythtv.org
Fri Apr 11 20:35:23 UTC 2008


#4397: win32 dependancy resolver and build script
------------------------------------------------------+---------------------
 Reporter:  David Bussenschutt <davidbuzz at gmail.com>  |        Owner:  ijr    
     Type:  enhancement                               |       Status:  new    
 Priority:  minor                                     |    Milestone:  unknown
Component:  mythtv                                    |      Version:  unknown
 Severity:  medium                                    |   Resolution:         
  Mlocked:  0                                         |  
------------------------------------------------------+---------------------

Comment(by arnonm at gmail.com):

 Nigel,

 Two corrections to the script:
 1127c1173
 < #define MyAppVerName "MythTv '.$version.'(svn_'.$SVNRELEASE .')"
 ---
 > #define MyAppVerName MythTv "'.$version.'(svn_'.$SVNRELEASE .')"
 1134c1180
 < find . -type f -printf "Source: '.$mythtv.'build/%h/%f; Destdir:
 {app}/%h\n" | sed "s/\.\///" | grep -v ".svn" | grep -v "isfiles" | grep
 -v "include" > '.$unixmythtv.'/build/isfiles/files.iss
 ---
 > find . -type d -o -path "./include/*" -prune -o -path "*.svn*" -prune -o
 -printf "Source: c:/mythtv/build/%h/%f; Destdir: {app}/%h\n" | sed
 "s/\.\///" > '.$unixmythtv.'/build/isfiles/files.iss

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4397#comment:49>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list