Changeset 4ecf7a645b2e9502c925ed523b547e3009ccfde7
- 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
| rbbc8f6c |
r4ecf7a6 |
|
| 1533 | 1533 | |
|---|
| 1534 | 1534 | # *************************************************************************** |
|---|
| | 1535 | # qt4 (source-code compilation for Mac) |
|---|
| | 1536 | # *************************************************************************** |
|---|
| | 1537 | |
|---|
| | 1538 | qt-mac-opensource-src-$(QT4_VERSION).tar.gz: |
|---|
| | 1539 | $(WGET) $(QT4_MAC_URL) |
|---|
| | 1540 | |
|---|
| | 1541 | qt4_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 | |
|---|
| | 1548 | CLEAN_FILE += .qt4_mac |
|---|
| | 1549 | CLEAN_PKG += qt4_mac |
|---|
| | 1550 | DISTCLEAN_PKG += qt-mac-opensource-src-$(QT4_VERSION).tar.gz |
|---|
| | 1551 | |
|---|
| | 1552 | # *************************************************************************** |
|---|
| 1535 | 1553 | # zlib |
|---|
| 1536 | 1554 | # *************************************************************************** |
|---|
| rc37a1aa |
r4ecf7a6 |
|
| 175 | 175 | QT4_VERSION=4.3.3 |
|---|
| 176 | 176 | QT4_URL=$(VIDEOLAN)/testing/contrib/qt4-$(QT4_VERSION)-win32-bin.tar.gz |
|---|
| | 177 | QT4_MAC_URL=ftp://ftp.trolltech.com/qt/source/qt-mac-opensource-src-$(QT4_VERSION).tar.gz |
|---|
| 177 | 178 | QT4T_VERSION=4.3.2 |
|---|
| 178 | 179 | QT4T_URL=ftp://ftp.trolltech.com/pub/qt/source/qt-win-opensource-$(QT4T_VERSION)-mingw.exe |
|---|