[mythtv-commits] Ticket #6900: win32-packager fixes - SDL ( and QT )

MythTV mythtv at cvs.mythtv.org
Thu Sep 3 00:14:17 UTC 2009


#6900: win32-packager fixes - SDL ( and QT )
---------------------------------+------------------------------------------
 Reporter:  davidbuzz at gmail.com  |        Owner:  markk   
     Type:  defect               |       Status:  accepted
 Priority:  minor                |    Milestone:  0.22    
Component:  Ports - Windows      |      Version:  head    
 Severity:  medium               |   Resolution:          
  Mlocked:  0                    |  
---------------------------------+------------------------------------------

Comment(by Jeff Lu <jll544 at yahoo.com>):

 Revised patch attached.  Changes: make SDL extract conditional on SDL.dll,
 and stream downloads to disk (see below).  Also catch SIGINT to allow
 cleanup if script is aborted during a download.

 It turns out the QT download was taking /forever/ due to Perl being
 inefficient at handling the large file in memory.  I've replaced the fetch
 code with a version that streams the file to disk rather than holding it
 in memory.  With this version, the download should run at full speed, and
 Perl won't consume CPU/memory as it was.

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


More information about the mythtv-commits mailing list