Merge branch 'master' of github.com:compholio/wine-compholio

This commit is contained in:
Sebastian Lackner 2014-07-26 03:53:36 +02:00
commit ee4b0b868e
7 changed files with 1378762 additions and 6 deletions

677
LICENSE.GPLv3 Normal file

File diff suppressed because it is too large Load Diff

View File

@ -6,6 +6,9 @@ your option) any later version with the exception of the following files:
Liberation/GPLv2†:
* ./patches/fonts-Missing_Fonts/0001-fonts-Add-Liberation-Sans-as-an-Arial-replacement.patch
Apache2/GPLv3†:
* ./patches/fonts-Missing_Fonts/0002-fonts-Add-WenQuanYi-Micro-Hei-as-a-Microsoft-Yahei-r.patch
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU

View File

@ -9,6 +9,7 @@ These patches fix the following Wine bugs:
* Support for TransmitFile ([Wine Bug #5048](http://bugs.winehq.org/show_bug.cgi?id=5048 "Multiple applications and games need support for ws2_32 SIO_GET_EXTENSION_FUNCTION_POINTER TransmitFile (WSAID_TRANSMITFILE)"))
* Need for Speed 3 installer requires devices in HKEY_DYN_DATA ([Wine Bug #7115](http://bugs.winehq.org/show_bug.cgi?id=7115 "Need for Speed III installer fails in Win9X mode, reporting \"Could not get 'HardWareKey' value\" (active PnP device keys in 'HKEY_DYN_DATA\\\\Config Manager\\\\Enum' missing)"))
* Support for Junction Points ([Wine Bug #12401](http://bugs.winehq.org/show_bug.cgi?id=12401 "Support junction points, i.e. DeviceIoCtl(FSCTL_SET_REPARSE_POINT/FSCTL_GET_REPARSE_POINT)"))
* Implement a Microsoft Yahei replacement font ([Wine Bug #13829](http://bugs.winehq.org/show_bug.cgi?id=13829 "Wine does not have CJK fonts"))
* GetSecurityInfo returns NULL DACL for process object ([Wine Bug #15980](http://bugs.winehq.org/show_bug.cgi?id=15980 "Rhapsody 2 crashes on startup (GetSecurityInfo returns NULL DACL for process object)"))
* Workaround for TransactNamedPipe not being supported ([Wine Bug #17273](http://bugs.winehq.org/show_bug.cgi?id=17273 "Many apps and games need SetNamedPipeHandleState implementation (support for named pipe message mode)(FireFox+Flash, Win8/NET 4.x SDK/vcrun2012, WiX installers)"))
* Support for process ACLs ([Wine Bug #22006](http://bugs.winehq.org/show_bug.cgi?id=22006 "OpenProcess does not enforce ACL"))

3
debian/changelog vendored
View File

@ -10,7 +10,8 @@ wine-compholio (1.7.23) UNRELEASED; urgency=low
* Make sure LICENSE files are included in the Debian packages.
* Downgraded Arial replacement font to Liberation Sans v1.07.3.
* Remove relative Junction Point linking for now (breaks tests).
-- Erich E. Hoover <erich.e.hoover@gmail.com> Tue, 22 Jul 2014 21:29:47 -0600
* Added WenQuanYi Micro Hei (GPLv3) as a Microsoft Yahei replacement.
-- Erich E. Hoover <erich.e.hoover@gmail.com> Fri, 25 Jul 2014 19:44:02 -0600
wine-compholio (1.7.22) unstable; urgency=low
* Implement passing ACLs to CreateProcess.

View File

@ -96,19 +96,21 @@ Pipelight.ok:
# Patchset fonts-Missing_Fonts
# |
# | Included patches:
# | * Implement missing Arial font expected by Silverlight. [by Torsten Kurbad]
# | * Implement missing fonts expected by Silverlight. [rev 2, by Torsten Kurbad]
# |
# | This patchset fixes the following Wine bugs:
# | * [#32323] Netflix (Silverlight 4.x) and several .NET Framework 3.x/4.0 WPF apps require either Arial or Verdana to be
# | installed
# | * [#13829] Wine does not have CJK fonts
# |
# | Modified files:
# | * fonts/Makefile.in, fonts/arial.sfd, fonts/arial.ttf
# | * fonts/Makefile.in, fonts/arial.sfd, fonts/arial.ttf, fonts/msyh.sfd, fonts/msyh.ttf
# |
fonts-Missing_Fonts.ok:
$(PATCH) < fonts-Missing_Fonts/0001-fonts-Add-Liberation-Sans-as-an-Arial-replacement.patch
$(PATCH) < fonts-Missing_Fonts/0002-fonts-Add-WenQuanYi-Micro-Hei-as-a-Microsoft-Yahei-r.patch
( \
echo "+ { \"fonts-Missing_Fonts\", \"Torsten Kurbad\", \"Implement missing Arial font expected by Silverlight.\" },"; \
echo "+ { \"fonts-Missing_Fonts\", \"Torsten Kurbad\", \"Implement missing fonts expected by Silverlight. [rev 2]\" },"; \
) > fonts-Missing_Fonts.ok
# Patchset kernel32-GetVolumePathName

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,5 @@
Author: Torsten Kurbad
Subject: Implement missing Arial font expected by Silverlight.
Revision: 1
Subject: Implement missing fonts expected by Silverlight.
Revision: 2
Fixes: [32323] Implement an Arial replacement font
Fixes: [13829] Implement a Microsoft Yahei replacement font