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

MythTV mythtv at cvs.mythtv.org
Tue Jan 1 23:57:52 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 David Bussenschutt <davidbuzz at gmail.com>):

 Thanks for your feedback Simon!

 I've corrected all the issues you identified, and some others, and will be
 uploading the newer version of it in a few minutes. (check here in 5
 minutes: http://svn.mythtv.org/trac/ticket/4397  )
 So far, I've had mostly typos/spelling errors (sorry), but I've added SVN
 checkout/update code for mythtv code too:

 * for some reason the sourceforge server 'intermap' is/was timing out last
 night (I hit that problem too), so I changed all the servers like you did,
 and added it as a declaration near the top of the script , so you can pick
 one you like. ( to be closer to where you are, hopefully).
 * In a number of places, I saved downloaded files as a .tar.gz instead of
 a .tar.bz2 (oops) - may cause grief with "unknown gzip format"
 * I put $msys or $sources variables inside single quited strings (derh!)
 - in a couple of places.
 * I had some folder names blatently incorrect ( trying to save to a folder
 that is possibly non-existant at that time) eg: qt tries to extract to a
 folder that doesn't exist yet.
 * for your fix, I did just this tiny change (note the extra slash),
 avoiding adding them all over the rest of the script:
 from: $t =~ s#^$msys##i;
   to:  $t =~ s#^$msys#/#i;
 * I've added the ability to get/update mythtv code via SVN.

 let's call this next one: alpha-release-2

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


More information about the mythtv-commits mailing list