[mythtv-commits] Ticket #11145: QT build script fixes for Lion and MySQL 5.5

MythTV noreply at mythtv.org
Sat Oct 6 02:27:44 UTC 2012


#11145: QT build script fixes for Lion and MySQL 5.5
--------------------------------------+-------------------------
     Reporter:  mythtv@…              |      Owner:  jyavenard
         Type:  Bug Report - General  |     Status:  new
     Priority:  minor                 |  Milestone:  0.26.1
    Component:  Ports - OSX           |    Version:  Unspecified
     Severity:  medium                |   Keywords:
Ticket locked:  0                     |
--------------------------------------+-------------------------
 On a clean OSX 10.7 system with a fresh Xcode 4.5 install, the osx-
 packager-qtsdk.pl for a couple reasons:

 (1) FLAC 1.2.1 tries to build libFLAC++ but no static libc++ is available.
 (2) The MySQL 5.5 stage does not put include files or libraries in the
 build directory
 (3) The QT source download link is out of date

 These can be fixed by

 (1) Using the --disable-cpplibs flag
 (2) Specifying a pot-make element for mysqlclient
 (3) Switching the lin to http://releases.qt-project.org/qt4/source/qt-
 everywhere-opensource-src-${QTVERSION}.tar.gz

 The attached patchfile contains the necessary modifications.

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


More information about the mythtv-commits mailing list