Mike McQuaid
4921a683e5
qt, qt5: fix ARGV audit warning.
2013-09-27 17:46:27 +01:00
Mike McQuaid
67e69029a6
qt: only disable SSSE3 on <=10.6.
...
Closes Homebrew/homebrew#22449 .
2013-09-10 20:23:50 +01:00
Mike McQuaid
6b604f996f
qt, qt5: cleanup hacky, unused, misnamed options.
...
Closes Homebrew/homebrew#22321 .
Closes Homebrew/homebrew#22332 .
2013-09-07 13:37:12 +01:00
Mike McQuaid
490c659f2f
Revert "qt: Default to build in-place and preserve the src"
...
This reverts commit 9b5f26f358d0f21323ca2eeb5399b73651c347aa.
2013-08-08 21:59:07 +01:00
Samuel John
b78837b621
qt: Fix Framework symlinks
...
doh.
2013-08-08 12:02:11 +02:00
Samuel John
4189df6d87
qt: typo
2013-08-08 12:01:40 +02:00
Samuel John
bc8d630519
qt: Default to build in-place and preserve the src
...
Needed for debug symbols.
PySide needs the source for documentation generation.
Closes Homebrew/homebrew#20020
2013-08-08 12:01:25 +02:00
Mike McQuaid
e65d416208
qt: don't use SSSE3 with superenv.
2013-08-06 22:54:12 -07:00
Jack Nagel
062fe9d8e4
qt, qt5: use X11 path helpers
2013-08-05 18:17:00 -05:00
Mike McQuaid
bc1caae969
qt, qt5: fix universal ENV placement.
2013-08-04 16:50:33 -07:00
Mike McQuaid
c105273f22
qt, qt5: fix universal builds with superenv.
...
Fixes Homebrew/homebrew#21534 .
2013-08-04 16:34:56 -07:00
Mike McQuaid
b012283537
qt, qt5: use stdenv for universal builds.
...
Fixes Homebrew/homebrew#21534 .
2013-08-04 08:30:14 -07:00
Mike McQuaid
f00c416072
qt: update bottles to remove png linking.
...
Closes Homebrew/homebrew#21296 .
2013-07-17 17:52:47 -07:00
Mike McQuaid
d3f7250ff7
qt, qt5: don't depend on png, jpeg.
...
Closes Homebrew/homebrew#21255 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-07-17 17:38:22 -07:00
Mike McQuaid
505ed073bc
qt, qt5: use opt_prefix with d-bus.
...
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-07-17 17:38:22 -07:00
Mike McQuaid
322a469c47
qt 4.8.5 bottles
2013-07-16 08:55:31 -07:00
Mike McQuaid
936ffd72b8
qt 4.8.5
...
References Homebrew/homebrew#21004 .
Closes Homebrew/homebrew#21091 .
2013-07-16 08:55:31 -07:00
Misty De Meo
f7a044271e
Replace == :leopard with <= :leopard
2013-07-10 01:51:09 -07:00
Samuel John
2b046da516
Qt: Link Framework correctly into brew prefix
2013-06-19 11:17:37 +02:00
Mike McQuaid
ff921906fb
qt: don't remove q3porting.xml with Qt3Support.
...
Closes Homebrew/homebrew#20024 .
2013-05-25 14:22:25 +01:00
Mike McQuaid
8402ea29b8
qt: fix comment typo.
2013-05-10 13:31:03 +01:00
Mike McQuaid
7550570b3a
qt: fix qtdbus build.
...
Fixes Homebrew/homebrew#19713 .
2013-05-10 13:30:34 +01:00
Adam Vandenberg
3a4a9cb6a3
Add frameworks helper to formula
2013-05-03 11:41:55 -07:00
Mike McQuaid
5abb965064
qt: update bottle
2013-03-03 23:34:07 +00:00
Mike McQuaid
71cfd6be1a
qt: fix superenv and other cleanup.
2013-03-02 11:39:22 +00:00
Mike McQuaid
0a454cc19c
qt: fails with latest clang.
...
Fixes Homebrew/homebrew#17393 .
2013-01-30 11:05:36 -08:00
Jack Nagel
e5af64467c
Update references to compat methods
2012-12-25 15:35:27 -06:00
Mike McQuaid
d202ed6c2f
qt: update homepage.
2012-12-21 11:18:17 +00:00
Mike McQuaid
e875bf0420
qt 4.8.4
...
Closes Homebrew/homebrew#16469 .
2012-12-16 14:35:41 +00:00
Mike McQuaid
a7d805e50a
qt: Fix X11 libpng inclusion.
...
Fixes Homebrew/homebrew#15568 .
2012-10-20 19:16:26 +01:00
Mike McQuaid
86bb13217a
qt: depend on libpng.
...
Fixes Homebrew/homebrew#15450 .
2012-10-14 13:16:36 +01:00
Mike McQuaid
e34352563e
qt: fix lion bottle checksum.
2012-09-23 17:37:39 +01:00
Richard Petri
657d7ff1e3
qt: enable pch build with clang.
...
Closes Homebrew/homebrew#15050 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2012-09-22 12:09:13 +01:00
Mike McQuaid
7e8b27a76c
qt 4.8.3
2012-09-22 10:46:39 +01:00
Adam Vandenberg
1ac62dbfdc
qt: use std env
2012-09-14 11:33:59 -07:00
Randy Thiemann
3840a2346c
qt: fix typo
...
Closes Homebrew/homebrew#14856 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-11 14:14:53 -05:00
Jack Nagel
53473b6bf5
Clean up MacOS version method usage
...
The MacOS.version? family of methods (other than "leopard?") are poorly
defined and lead to confusing code. Replace them in formulae with more
explicit comparisons.
"MacOS.version" is a special version object that can be compared to
numerics, symbols, and strings using the standard Ruby comparison
methods.
The old methods were moved to compat when the version comparison code
was merged, and they must remain there "forever", but they should not be
used in new code.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-10 16:16:54 -05:00
Jack Nagel
c3482c065c
qt: fix checksum
...
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-03 22:30:18 -05:00
Mike McQuaid
88779ade49
Batch convert MD5 formula to SHA1.
...
Closes Homebrew/homebrew#14653 .
2012-09-03 11:36:42 -07:00
Jack Nagel
fd46952b6b
qt: use options DSL
...
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 16:04:30 -05:00
Mike McQuaid
0b5d77b407
Qt: update comment with upstream patch status.
2012-07-30 20:44:50 +01:00
Mike McQuaid
e4ab5cfcb9
Qt: Fix Webkit and upstream patch.
...
Fixes Homebrew/homebrew#13368 . Fixes Homebrew/homebrew#13640 .
2012-07-27 15:34:41 +01:00
Mike McQuaid
b7af078c51
Qt: Fix on Mountain Lion but disable QtWebKit.
...
Partial fix for Homebrew/homebrew#13368 .
2012-07-26 21:06:57 +01:00
Jack Nagel
d6e8244287
Update formulae for XQuartz compatibility
2012-07-01 12:41:00 -05:00
brendanhowell
d015374250
Fixes Qt compilation on 10.5
...
Fixes Homebrew/homebrew#12438 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-29 10:57:38 -07:00
nibbles 2bits
db9d8c9492
qt: add --developer-build option
...
Qt4 has a configure option, `--developer-build` that compiles and
links Qt with Qt developer options. This feature was requested
in an issue. Add that as a user install option. This has no
affect on the bottles, which can remain unchanged. This compiles
without error on Lion using llvm-gcc from XCode-4.3.2.
Closes Homebrew/homebrew#12284 .
Closes Homebrew/homebrew#12595 .
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-06-05 09:56:27 -07:00
Mike McQuaid
c80ee57399
Qt 4.8.2.
2012-05-22 15:01:49 +01:00
Jack Nagel
63cde03be4
Fix more quoting issues
...
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15 17:08:57 -05:00
Jack Nagel
5bd598db36
Use ENV shortcut methods where applicable
...
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15 14:03:12 -05:00
Mike McQuaid
5766b9186c
Update Qt bottle to fix warnings.
2012-04-29 15:56:30 +10:00