Package: wine / 10.0~repack-6
Metadata
Package | Version | Patches format |
---|---|---|
wine | 10.0~repack-6 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
debianization/addon paths.patch | (download) |
dlls/appwiz.cpl/addons.c |
10 6 + 4 - 0 ! |
adjust search paths for addon installers |
debianization/build flags.patch | (download) |
configure.ac |
2 1 + 1 - 0 ! |
pass ldflags only to gcc (not mingw) |
debianization/install paths.patch | (download) |
dlls/ntdll/unix/loader.c |
4 2 + 2 - 0 ! |
don't append wine to the default path settings |
debianization/version string.patch | (download) |
configure.ac |
7 5 + 2 - 0 ! |
append debian package revision to the end of the version string |
debianization/manpage msiexec.patch | (download) |
programs/msiexec/msiexec.man.in |
6 3 + 3 - 0 ! |
remove incorrect backslashes from the msiexec manpage |
debianization/desktop launchers.patch | (download) |
programs/winemenubuilder/Makefile.in |
2 2 + 0 - 0 ! |
call winedebsuffix instead of wine from desktop launchers |
debianization/duplicate apploaders.patch | (download) |
tools/makedep.c |
5 0 + 5 - 0 ! |
do not generate duplicate winapploader tools |
debianization/wineserver persistence.patch | (download) |
server/wineserver.de.UTF-8.man.in |
2 1 + 1 - 0 ! |
fix wineserver manpages for debian's default persistence value |
system/zlib.patch | (download) |
configure.ac |
1 0 + 1 - 0 ! |
build using system zlib |
disable/line wrapping.patch | (download) |
tools/makedep.c |
2 1 + 1 - 0 ! |
disable manual line wrapping in makefiles |
disable/generated data.patch | (download) |
configure.ac |
11 0 + 11 - 0 ! |
disable upstream tests that need data to be generated |
disable/addons download.patch | (download) |
dlls/appwiz.cpl/addons.c |
8 4 + 4 - 0 ! |
disable gecko/mono installer download |
disable/po modifications.patch | (download) |
tools/makedep.c |
5 0 + 5 - 0 ! |
avoid modifications to po files that are under version control |
disable/file associations.patch | (download) |
programs/winemenubuilder/winemenubuilder.c |
3 3 + 0 - 0 ! |
do not interfere with user file type associations |
generate/icons.patch | (download) |
dlls/comctl32/Makefile.in |
7 7 + 0 - 0 ! |
regenerate all icon files |
generate/opengl.patch | (download) |
dlls/opengl32/make_opengl |
28 4 + 24 - 0 ! |
rebuild automatically generated opengl files |
generate/vulkan.patch | (download) |
dlls/winevulkan/make_vulkan |
28 11 + 17 - 0 ! |
regenerate vulkan files |
generate/unicode.patch | (download) |
tools/make_unicode |
67 32 + 35 - 0 ! |
use system unicode |
fixes/flex.patch | (download) |
tools/makedep.c |
8 8 + 0 - 0 ! |
add explicit lex file dependencies to the makefile rules bug-debian: https://bugs.debian.org/1030536 |
fixes/bison.patch | (download) |
tools/makedep.c |
8 2 + 6 - 0 ! |
fix occasional build failures due to missing bison files |
fixes/fstype.patch | (download) |
fonts/courier.sfd |
2 1 + 1 - 0 ! |
reflect gpl permisiveness in embedding characteristics of fonts |
fixes/binutils2.44.patch | (download) |
dlls/ntdll/loader.c |
2 1 + 1 - 0 ! |
fix crash when building with binutils-mingw-w64 2.44 bug-upstream: https://bugs.winehq.org/show_bug.cgi?id=57819 bug-debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1101977 |
fixes/virtual protect.patch | (download) |
dlls/kernelbase/memory.c |
4 3 + 1 - 0 ! |
fix incorrect handling of writecopy memory protection |
fixes/printer resolution.patch | (download) |
dlls/winspool.drv/generic.ppd |
2 1 + 1 - 0 ! |
set default printer resolution to 600dpi |
fixes/temporary directory.patch | (download) |
dlls/ntdll/unix/server.c |
6 5 + 1 - 0 ! |
safer selection of the temporary directory for wineserver |
fixes/ntdll 398da925.patch | (download) |
dlls/ntdll/unix/virtual.c |
2 2 + 0 - 0 ! |
--- |
fixes/ntdll 5c45391e.patch | (download) |
dlls/ntdll/unix/virtual.c |
5 2 + 3 - 0 ! |
--- |
arm/1 73ab9ca8.patch | (download) |
dlls/kernel32/Makefile.in |
2 1 + 1 - 0 ! |
--- |
arm/2 0621c022.patch | (download) |
tools/make_makefiles |
2 1 + 1 - 0 ! |
--- |
arm/3 4a026d7a.patch | (download) |
tools/makedep.c |
7 3 + 4 - 0 ! |
--- |
arm/4 45a2ae76.patch | (download) |
aclocal.m4 |
6 4 + 2 - 0 ! |
--- |
arm/5 93010685.patch | (download) |
tools/makedep.c |
4 4 + 0 - 0 ! |
--- |
arm/incbin.patch | (download) |
tools/winebuild/res32.c |
2 2 + 0 - 0 ! |
workaround clang bug involving incbin directives on armhf bug-upstream: https://bugs.winehq.org/show_bug.cgi?id=58040 |
arm/binary name.patch | (download) |
configure.ac |
1 1 + 0 - 0 ! |
use wine64 as the wine binary name on arm64 |
arm/format strings.patch | (download) |
programs/winedbg/break.c |
12 12 + 0 - 0 ! |
fix format strings with the wrong type on armhf |
warnings/libs.patch | (download) |
libs/faudio/src/FAudio_internal.h |
4 2 + 2 - 0 ! |
fix warnings in embedded libs |
warnings/vkd3d.patch | (download) |
libs/vkd3d/include/private/vkd3d_memory.h |
2 1 + 1 - 0 ! |
fix incorrect format strings in vkd3d |
warnings/int conversion.patch | (download) |
dlls/opengl32/unix_wgl.c |
4 4 + 0 - 0 ! |
fix 64-bit integer conversion warning (gcc13 -wint-conversion) |
warnings/uninitialized variables.patch | (download) |
dlls/iphlpapi/iphlpapi_main.c |
9 8 + 1 - 0 ! |
fix uninitialized variable warnings (gcc13 -wuninitialized) |