[mythtv-commits] Ticket #11793: Patch for issues in mythbuild.sh Windows build script

MythTV noreply at mythtv.org
Thu Aug 29 02:56:39 UTC 2013


#11793: Patch for issues in mythbuild.sh Windows build script
-------------------------------------------+-------------------------
     Reporter:  Jerry Rubinow <jerrymr@…>  |      Owner:
         Type:  Patch - Bug Fix            |     Status:  new
     Priority:  minor                      |  Milestone:  unknown
    Component:  Packaging                  |    Version:  Master Head
     Severity:  medium                     |   Keywords:
Ticket locked:  0                          |
-------------------------------------------+-------------------------
 This patch fixes some issues in the Windows build script that prevent it
 from working properly.  Specifically:

 1. libcdio would not download from mirror.cict.fr.  Changed URL to
 ftp.gnu.org.
 2. mysql 5.1.58 no longer in the archives on mirrors.ircam.fr.  Upped
 version to 5.1.71.
 3. qt-everywhere-opensource no longer at get.qt.nokia.com.  Changed URL to
 download.qt-project.org.  Also upped version from 4.7.0 to 4.8.5, since
 that's what they have.
 4. Added "git config --global core.autocrlf false" before performing a git
 clone.  FFMpeg won't compile with the default crlf settings under Windows.
 5. Added 0.26 to the versions the script knows about.

 Note that the script will not work on the master branch due to an issue
 with configure, "ERROR: Only one thread type must be selected."  Saw a
 message from JYA indicating that work on 0.27 windows compiles is being
 done, so I left this alone.

--
Ticket URL: <http://code.mythtv.org/trac/ticket/11793>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list