diff options
author | adam <adam> | 2011-06-15 13:01:57 +0000 |
---|---|---|
committer | adam <adam> | 2011-06-15 13:01:57 +0000 |
commit | f0d43b06ebcf6a84da502ce399ec04c3950baff7 (patch) | |
tree | ed1279f6782c22237e1f687b50fa960227e2f1f3 /emulators | |
parent | c085349603c1fd77b62b9a9ce32c25437e644862 (diff) | |
download | pkgsrc-f0d43b06ebcf6a84da502ce399ec04c3950baff7.tar.gz |
Changes 1.3.22:
* Support for Indic text shaping.
* Generation of stubless code in the IDL compiler.
* Support for X files in D3DX.
* 4- and 24-bit bitmap formats in the DIB engine.
* Listview performance improvements.
* Various bug fixes.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 4 | ||||
-rw-r--r-- | emulators/wine-devel/PLIST.common | 6 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 8 |
3 files changed, 11 insertions, 7 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 426584490ec..e39611aa4f0 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2011/06/02 09:09:09 adam Exp $ +# $NetBSD: Makefile,v 1.22 2011/06/15 13:01:57 adam Exp $ -DISTNAME= wine-1.3.21 +DISTNAME= wine-1.3.22 CATEGORIES= emulators MASTER_SITES= http://ibiblio.org/pub/linux/system/emulators/wine/ \ ${MASTER_SITE_SOURCEFORGE:=wine/} diff --git a/emulators/wine-devel/PLIST.common b/emulators/wine-devel/PLIST.common index d8685c98a81..bb8cd60a4ef 100644 --- a/emulators/wine-devel/PLIST.common +++ b/emulators/wine-devel/PLIST.common @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.common,v 1.11 2011/06/02 09:09:09 adam Exp $ +@comment $NetBSD: PLIST.common,v 1.12 2011/06/15 13:01:57 adam Exp $ bin/fnt2bdf bin/function_grep.pl bin/msiexec @@ -288,6 +288,7 @@ include/wine/windows/exdisp.idl include/wine/windows/exdispid.h include/wine/windows/fci.h include/wine/windows/fdi.h +include/wine/windows/fltdefs.h include/wine/windows/fusion.h include/wine/windows/fusion.idl include/wine/windows/gameux.h @@ -320,6 +321,8 @@ include/wine/windows/icftypes.idl include/wine/windows/icm.h include/wine/windows/icmpapi.h include/wine/windows/idispids.h +include/wine/windows/iextag.h +include/wine/windows/iextag.idl include/wine/windows/ifdef.h include/wine/windows/imagehlp.h include/wine/windows/imm.h @@ -1802,6 +1805,7 @@ man/man1/winepath.1 man/man1/wineserver.1 man/man1/wmc.1 man/man1/wrc.1 +man/pl.UTF-8/man1/wine.1 share/applications/wine.desktop ${PLIST.x11}share/wine/fonts/coue1255.fon ${PLIST.x11}share/wine/fonts/coue1256.fon diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index 28fe1c4f3c0..38cdf16d600 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.15 2011/06/02 09:09:09 adam Exp $ +$NetBSD: distinfo,v 1.16 2011/06/15 13:01:57 adam Exp $ -SHA1 (wine-1.3.21.tar.bz2) = 6bb3d75daa390d051b1077011d08c40e906a405e -RMD160 (wine-1.3.21.tar.bz2) = caaa91413c76636a81b9b68fe03448b51c17b938 -Size (wine-1.3.21.tar.bz2) = 19371426 bytes +SHA1 (wine-1.3.22.tar.bz2) = dd26acba73d169b3a718383c83c9e21f909f66eb +RMD160 (wine-1.3.22.tar.bz2) = 7e5e865cf427de8df156581ed79ba22e5c7c0a50 +Size (wine-1.3.22.tar.bz2) = 19393697 bytes SHA1 (patch-aa) = d3dfe9fe061271e83b75fcfd10fb0ed85e6549b1 SHA1 (patch-ab) = 90cb810b02d22f8e96389e6c1d4f230c11fb1d8c SHA1 (patch-ac) = e534b092242b19fe25b2761339c42341734fe0e8 |