aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/wine.rb
AgeCommit message (Collapse)Author
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-03-09wine 1.3.15Camillo Lugaresi
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-02-12wine - fix audit warningAdam Vandenberg
2011-02-12updated wine to 1.3.13Camillo Lugaresi
include support for secure connections using gnutls allow runtime loading of homebrew-built libraries Closes #3732. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-12-23updated wine formulaCamillo Lugaresi
- added support for development releases - added dependency on libicns - better workaround for 64-bit mpg123 - use freenode on 64-bit Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-12-04Updated Wine to 1.2.2.Bryan Ivory
Update Wine to 1.2.2 and added compile define flags to explicitly build with Core Audio and OpenGL support. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-21wine 1.2.1Adam Vandenberg
2010-08-22Define "snow_leopard_64?"Adam Vandenberg
snow_leopard_64? (defined in Hardware) is a short-cut for: MACOS_VERSION >= 10.6 and Hardware.is_64_bit? Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-10wine - add warning about mpg123Adam Vandenberg
2010-08-06Improve the wine formula to support opengl & directx applicationsLouis Opter
Signed-off-by: Adam Vandenberg <flangy@gmail.com> * Restore the startup script, and add a comment to it.
2010-07-31Update wine to 1.2Adam Vandenberg
2010-06-21Update to Wine 1.1.44Adam Vandenberg
* Don't use mpg123 on 10.6/64-bit
2010-06-16Add "fails_with_llvm" to formula to document LLVM build breaks.Adam Vandenberg
Replaced ENV.gcc_4_2 + comments with calls to "fails_with_llvm", to specifically message to the user when a formula is known or suspected to not build with LLVM. If the user specifies "--use-llvm", the message will be displayed, but compilation will be tried anyway. Since using LLVM is now an advanced/hidden feature instead of the default on 10.6, we'll let the user try anyway (and submit patches if things are now working.)
2010-04-13Update Wine to 1.1.42Lee Packham
2010-04-01wine - change winetricks install to use brewAdam Vandenberg
2010-03-29added head for wineKonstantin Welke
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-03-29Wine - clean up the formula slightly.Adam Vandenberg
2010-01-31Update to latest version of WineLee Packham
2009-11-16Update Wine to 1.1.33Adam Vandenberg
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
brewkit.rb changes ENV destructively, so lets not do that everytime a formula is required. Now it's possible for other tools to require a formula description without worrying about side-effects.
2009-10-12Update to Wine 1.1.31Piotr Usewicz
Force gcc 4.2 to compile wine
2009-10-04Wine formulaPiotr Usewicz
Wine Is Not an Emulator