Changeset 4ecf7a645b2e9502c925ed523b547e3009ccfde7

Show
Ignore:
Timestamp:
01/31/08 18:20:26 (7 months ago)
Author:
Felix Paul Kühne <fkuehne@videolan.org>
git-committer:
Felix Paul Kühne <fkuehne@videolan.org> 1201800026 +0000
git-parent:

[e76d847b0ec649776753f783cf0cc97f5a20e0b8]

git-author:
Felix Paul Kühne <fkuehne@videolan.org> 1201800026 +0000
Message:

contribs: added an optional entry to compile QT4 on Darwin. run 'make .qt4_mac', if you want to build it. Note that you'll need to type 'yes' shortly afterwards to accept Qt's GPL. I'll provide a patch for this.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extras/contrib/src/Makefile

    rbbc8f6c r4ecf7a6  
    15331533 
    15341534# *************************************************************************** 
     1535# qt4 (source-code compilation for Mac) 
     1536# *************************************************************************** 
     1537 
     1538qt-mac-opensource-src-$(QT4_VERSION).tar.gz: 
     1539    $(WGET) $(QT4_MAC_URL) 
     1540 
     1541qt4_mac: qt-mac-opensource-src-$(QT4_VERSION).tar.gz 
     1542    $(EXTRACT_GZ) 
     1543 
     1544.qt4_mac: qt4_mac 
     1545    (cd qt4_mac; ./configure -prefix $(PREFIX) -release -fast -no-qt3support -sdk $(MACOSX_SDK) -no-framework && make && make install) 
     1546    touch $@ 
     1547 
     1548CLEAN_FILE += .qt4_mac 
     1549CLEAN_PKG += qt4_mac 
     1550DISTCLEAN_PKG += qt-mac-opensource-src-$(QT4_VERSION).tar.gz 
     1551 
     1552# *************************************************************************** 
    15351553# zlib 
    15361554# *************************************************************************** 
  • extras/contrib/src/packages.mak

    rc37a1aa r4ecf7a6  
    175175QT4_VERSION=4.3.3 
    176176QT4_URL=$(VIDEOLAN)/testing/contrib/qt4-$(QT4_VERSION)-win32-bin.tar.gz 
     177QT4_MAC_URL=ftp://ftp.trolltech.com/qt/source/qt-mac-opensource-src-$(QT4_VERSION).tar.gz 
    177178QT4T_VERSION=4.3.2 
    178179QT4T_URL=ftp://ftp.trolltech.com/pub/qt/source/qt-win-opensource-$(QT4T_VERSION)-mingw.exe