Package Details: wine-git 9.9.r71.g1bccb4cf9a5-1

Git Clone URL: https://aur.archlinux.org/wine-git.git (read-only, click to copy)
Package Base: wine-git
Description: A compatibility layer for running Windows programs (git version)
Upstream URL: https://www.winehq.org/
Keywords: windows wine
Licenses: LGPL-2.1-or-later
Conflicts: bin32-wine, wine, wine-wow64
Provides: bin32-wine, wine, wine-wow64
Replaces: bin32-wine
Submitter: None
Maintainer: dbermond
Last Packager: dbermond
Votes: 86
Popularity: 0.000104
First Submitted: 2007-07-18 16:01 (UTC)
Last Updated: 2024-05-23 02:09 (UTC)

Dependencies (99)

Required by (383)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 15 Next › Last »

C0rn3j commented on 2016-11-20 13:36 (UTC)

Installing this package removes `wine` package, which requires removing packages like `winetricks-git`/`winetricks`/`wine-mono`/`wine_gecko` as they rely on `wine`, so it'd be great if the PKGBUILD was edited to provide `wine` or whatever change needs to be done to not break other packages.

sxe commented on 2016-05-14 09:38 (UTC)

Hey guys, i merged the latest wine PKGBUILD changes, builds fine for me now. @Xylemon I would like to keep in sync with the original wine PKGBUILD as close as possible. Greetings

Xylemon commented on 2016-04-08 18:11 (UTC) (edited on 2016-04-08 18:14 (UTC) by Xylemon)

Could you add OSS to the optional deps as well?

dickiteemerald commented on 2016-03-13 03:03 (UTC)

Hey there I had to compile latest wine but wasn't succesful in building a clean pkgbuild for diablo III https://bbs.archlinux.org/viewtopic.php?pid=1611938

davispuh commented on 2015-07-27 22:33 (UTC)

There's a couple of GCC bugs for 5.x which makes compiling wrong code for Wine so I recommend using gcc-multilib-git until fixed GCC is released. Or alternatively you can use workaround by compiling with "-O0" in CFLAGS or compile with GCC 4.9

Soukyuu commented on 2015-06-05 11:48 (UTC)

To answer my own question: https://bugs.archlinux.org/task/45199

Soukyuu commented on 2015-05-27 15:44 (UTC)

Interesting. After replacing the stable version with this one, my win64 prefix stopped working: err:process:start_wineboot failed to start wineboot, err 1359 err:module:attach_process_dlls "gdi32.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\system32\\explorer.exe" failed, status c0000005 fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub Application tried to create a window, but no driver could be loaded. The explorer process failed to start. I can't even start winecfg anymore. Win32 prefix has no problems. Any ideas?

sxe commented on 2015-01-11 10:58 (UTC)

Hi xymostech, thanks for pointing that out I fixed it. Greetings

xymostech commented on 2014-05-29 01:30 (UTC)

It looks like, with the current PKGBUILD, you can't install things like wine_gecko or wine-mono because they depend on a specific version of wine, and this package provides wine but without a version. Adding a line like provides[2]="wine=$(cd "$srcdir/$pkgname" && git describe --always --long | cut -d '-' -f 2)" inside of package() (so provides ends up looking like '(bin32-wine wine-wow64 wine=1.7.19)') seems to fix this. There's probably a more elegant way to fix this.

acidicX commented on 2014-04-05 17:23 (UTC)

Somehow the dependencies are broken? AUR page just displays [@]/*32-*/}[@]} ... same with wine-stable in AUR. Cannot build it with aura either: aura: InvalidUrlException "https://aur.archlinux.org/packages/au/autoconf[@]}/PKGBUILD" "Invalid URL"