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

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

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