Package Details: wine-git 9.19.r0.g7ee99608f46-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.000012
First Submitted: 2007-07-18 16:01 (UTC)
Last Updated: 2024-10-06 15:02 (UTC)

Latest Comments

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

jonnybarnes commented on 2013-05-12 17:04 (UTC)

It's definitely not the patches, I've just tried to compile this with the default PKGBUILD, the resulting binary won't run because it can't find the file libwine.so

jonnybarnes commented on 2013-05-11 15:34 (UTC)

Hi, I'm trying to compile this with some patches from one of the winehq big reports. It worked before. And it seems to be working now. But the packaged .xz file doesn't have a file /usr/lib/libwine.so and thus trying to run wine results in an error of being unable to find the libwine.so file. Does anyone know how to fix this?

sxe commented on 2013-04-24 17:38 (UTC)

ok, next try. Sry, i'm really busy lately so i need some time to react to your comments.

TheWaffleGuy commented on 2013-04-22 18:50 (UTC)

Sorry, no. The unstripped depends still gets added to makedepends. If i change it to the stripped one this is still overridden by the first line in the package function, depends=(${_depends[@]}) . You should probably either move this line so that it's only run on 64bit systems or change so that the stripped array is saved back to _depends instead of depends, that is change depends=(${_depends[@]/*32-*/}) to _depends=(${_depends[@]/*32-*/})

sxe commented on 2013-04-22 17:16 (UTC)

You are right, sry i fucked that one up. Please let me know if it works now.

TheWaffleGuy commented on 2013-04-22 15:50 (UTC)

Hi. I've got some problems with this package. Where you test if arch is i686, and strip lib32 depends, you are using the variable depends when you should be using _depends, change depends=(${depends[@]/*32-*/}) to _depends=(${_depends[@]/*32-*/}) . Without this change makepkg complains that it can't find the lib32* packages on an 32bit install.

Wintershade commented on 2013-04-21 10:03 (UTC)

Hello, I'm having trouble with this package, as well as the stock WINE package from [multilib]. Essentially, winecfg and wineboot (and supposedly ALSA) fail on a 64-bit wineprefix. There are three of us (that I know) currently experiencing this problem. I've opened a thread in the Arch BBS, if you'd like to check it out (I'd be very grateful): https://bbs.archlinux.org/viewtopic.php?pid=1261668 TIA :)

sxe commented on 2013-04-20 10:19 (UTC)

As Adys suggested the package now uses the new vcs PKGBUILD functionality. Furthermore i merged the PKGBUILD with the latest changes from the wine PKGBUILD. Greetings

jleclanche commented on 2013-04-19 22:20 (UTC)

With pacman 4.1, this could benefit from the new-style vcs pkgbuilds.

<deleted-account> commented on 2013-03-15 00:16 (UTC)

I receive this when I attempt to compile: ../../wine-git/include/objidl.idl:32: error: syntax error, unexpected aIDENTIFIER make[1]: *** [netcon.h] Error 1 make[1]: Leaving directory `/var/abs/local/yaourtbuild/wine-git/src/wine-git-64-build/include' make: *** [include] Error 2