[66337] trunk/dports/x11/wine-crossover-games/Portfile
ryandesign at macports.org
ryandesign at macports.org
Fri Apr 9 06:19:54 PDT 2010
Revision: 66337
http://trac.macports.org/changeset/66337
Author: ryandesign at macports.org
Date: 2010-04-09 06:19:50 -0700 (Fri, 09 Apr 2010)
Log Message:
-----------
wine-crossover-games:
* update to 9.0.0
* incorporate changes from wine-devel r66336: be explicit about what features we want and don't want
Revision Links:
--------------
http://trac.macports.org/changeset/66336
Modified Paths:
--------------
trunk/dports/x11/wine-crossover-games/Portfile
Modified: trunk/dports/x11/wine-crossover-games/Portfile
===================================================================
--- trunk/dports/x11/wine-crossover-games/Portfile 2010-04-09 13:15:04 UTC (rev 66336)
+++ trunk/dports/x11/wine-crossover-games/Portfile 2010-04-09 13:19:50 UTC (rev 66337)
@@ -6,15 +6,13 @@
name wine-crossover-games
conflicts wine wine-devel
-version 8.1.0
-revision 1
+version 9.0.0
categories x11
maintainers jeremyhu openmaintainer
homepage http://www.codeweavers.com/
platforms darwin
-distname crossover-games-wine-src-${version}
+distname crossover-wine-src-${version}
worksrcdir wine
-
build.target depend all
use_parallel_build yes
universal_variant no
@@ -22,7 +20,7 @@
minimum_xcodeversions {8 2.5}
description \
- Wine Is Not an Emulator (1.1.25 with CodeWeavers modifications)
+ Wine Is Not an Emulator (1.1.34 with CodeWeavers modifications)
long_description \
Wine is an implementation of the Windows APIs on top of X11. This version contains the Codeweavers patches for Crossover Games
@@ -32,16 +30,18 @@
http://media.codeweavers.com/pub/crossover/source/archive/${version}/
checksums \
- md5 b38d5e04a7546864dbdf72520cc6ecf1 \
- sha1 4a6f4e13090b43979bf1fbf9f200f56fb2679e63 \
- rmd160 b3e90e8146ed73a0fe9f032ffdde313ab4c2ef2e
+ md5 1498eaf24cc2b8615c4c7849702815bd \
+ sha1 ee0de1222350b667602828c1b591fad1ad9984df \
+ rmd160 9f64ad3668b489e9ccc27a9f79939f1a272d64c4
depends_lib \
port:expat \
port:fontconfig \
port:freetype \
port:jpeg \
+ port:lcms \
port:libiconv \
+ port:libpng \
port:libxml2 \
port:libxslt \
port:ncurses \
@@ -59,7 +59,9 @@
lib/libfontconfig.dylib \
lib/libfreetype.dylib \
lib/libjpeg.dylib \
+ lib/liblcms.dylib \
lib/libiconv.dylib \
+ lib/libpng.dylib \
lib/libxml2.dylib \
lib/libxslt.dylib \
lib/libncurses.dylib \
@@ -86,7 +88,47 @@
-framework CoreServices \
-lz
-configure.args --x-include=${prefix}/include --x-lib=${prefix}/lib
+configure.args --without-alsa \
+ --without-audioio \
+ --without-capi \
+ --with-cms \
+ --with-coreaudio \
+ --without-cups \
+ --with-curses \
+ --without-esd \
+ --with-fontconfig \
+ --with-freetype \
+ --without-gphoto \
+ --with-glu \
+ --without-gnutls \
+ --without-gsm \
+ --without-hal \
+ --without-jack \
+ --with-jpeg \
+ --without-ldap \
+ --without-mpg123 \
+ --without-nas \
+ --without-openal \
+ --with-opengl \
+ --with-openssl \
+ --without-oss \
+ --with-png \
+ --with-pthread \
+ --without-sane \
+ --with-xcomposite \
+ --with-xcursor \
+ --with-xinerama \
+ --with-xinput \
+ --with-xml \
+ --with-xrandr \
+ --with-xrender \
+ --with-xshape \
+ --with-xshm \
+ --with-xslt \
+ --with-xxf86vm \
+ --with-x \
+ --x-include=${prefix}/include \
+ --x-lib=${prefix}/lib
# This is not 64-bit friendly yet
if {[info exists supported_archs]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100409/f5535430/attachment-0001.html>
More information about the macports-changes
mailing list