Package Details: wine-git 10.2.r193.g6e6334d4293-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: 87
Popularity: 0.55
First Submitted: 2007-07-18 16:01 (UTC)
Last Updated: 2025-03-04 13:40 (UTC)

Latest Comments

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

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"

sxe commented on 2014-02-04 10:26 (UTC)

You are right oscode, fixed. I also changed the version format to a git tag / version combination, so makepkg can see if there are changes in the git checkout. Now the package is only build when it is necessary.

oscode commented on 2014-01-24 19:42 (UTC)

I know it's obvious from the title that git is going to be a dependency, but it isn't a dependency in the PKGBUILD.

sxe commented on 2014-01-18 10:46 (UTC)

Thanks haagch for your investigation. I've added a check to the PKGBUILD. The PKGBUILD now makes sure libowfat is not installed before continuing.

haagch commented on 2014-01-16 20:53 (UTC)

Now I finally researched a bit. If you have libowfat installed, the wine build will use a bunch of headers from libowfat like /usr/include/uint64.h and apparently there somewhere is the cause of the conflict. Maybe there should be a conflict with libowfat or maybe a workaround in the package.

sxe commented on 2013-12-07 09:57 (UTC)

Merged the latest WINE PKGBUILD changes. Besides that i get no errors at all.