From b03b4af904a11b707b7975dc04bae174c9c480e1 Mon Sep 17 00:00:00 2001 From: gerald Date: Sat, 27 Aug 2011 20:56:47 +0000 Subject: Update to Wine 1.3.26. This includes the following changes: - Support for multisampling in Direct3D. - New version of the Gecko engine. - Improvements to the network proxy handling. - Better write support in MSXML. - Side-by-side manifests for built-in libraries. - Various bug fixes. Explicitly disable gstreamer support, thus avoiding automatic detection and incorrect package lists in case. [1] PR: 159749 [1] Submitted by: Anatoly Borodin [1] --- emulators/wine-devel/Makefile | 7 +++---- emulators/wine-devel/distinfo | 4 ++-- emulators/wine-devel/pkg-plist | 2 ++ 3 files changed, 7 insertions(+), 6 deletions(-) (limited to 'emulators/wine-devel') diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 4d58168be7d3..d198e602e88b 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -7,8 +7,7 @@ # PORTNAME= wine -DISTVERSION= 1.3.26 -PORTREVISION= 1 +DISTVERSION= 1.3.27 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -33,8 +32,8 @@ CPPFLAGS= "-I${LOCALBASE}/include" GNU_CONFIGURE= yes CONFIGURE_ARGS+=--verbose --disable-tests \ --without-alsa --without-capi --with-glu \ - --without-gphoto --without-gsm --with-opengl \ - --without-mpg123 --with-oss --without-sane \ + --without-gphoto --without-gsm --without-gstreamer \ + --with-opengl --without-mpg123 --with-oss --without-sane \ --without-v4l --without-xcomposite --without-xinerama \ --with-xrandr CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index 15238a2589f5..0651630b6dde 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (wine-1.3.26.tar.bz2) = 6cadb2d80c0cd12c44fa26147041a32f61066dd39e748c83dad48af79ecd4e74 -SIZE (wine-1.3.26.tar.bz2) = 19540784 +SHA256 (wine-1.3.27.tar.bz2) = 6163a4734f47453cf9cee996efcf9d55ee49bb4a055f5b28a3907e4135edbeed +SIZE (wine-1.3.27.tar.bz2) = 19566507 diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index acca9a2da842..ca7e36d146fb 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -1124,6 +1124,7 @@ lib/wine/fakedlls/pidgen.dll lib/wine/fakedlls/ping.exe lib/wine/fakedlls/plugplay.exe lib/wine/fakedlls/powrprof.dll +lib/wine/fakedlls/presentationfontcache.exe lib/wine/fakedlls/printui.dll lib/wine/fakedlls/progman.exe lib/wine/fakedlls/propsys.dll @@ -1620,6 +1621,7 @@ lib/wine/pidgen.dll.so lib/wine/ping.exe.so lib/wine/plugplay.exe.so lib/wine/powrprof.dll.so +lib/wine/presentationfontcache.exe.so lib/wine/printui.dll.so lib/wine/progman.exe.so lib/wine/propsys.dll.so -- cgit