Package Details: wine-git 9.1.r52.ge3431a02e1d-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
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.002056
First Submitted: 2007-07-18 16:01 (UTC)
Last Updated: 2024-01-31 02:36 (UTC)

Latest Comments

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

sxe commented on 2012-03-17 10:11 (UTC)

Hi drstein, i don't know whats the problem. It compiles fine on my computer (64 bit as well). Anyway, i merged the package with the latest wine package from community. Have a try again, maybe it was a temporary problem with the GIT version.

<deleted-account> commented on 2012-03-16 01:33 (UTC)

I'm having trouble compiling wine, tried some other versions but just cant figure it out... wine from official repository works fine. Heres my error log: http://pastebin.com/e6aZM0qM

dot commented on 2012-02-06 09:24 (UTC)

this solved the problem, thanks!

vodik commented on 2012-02-04 13:02 (UTC)

Its not missing, it just shouldn't be an array. Change it to install='wine-git.install'

dot commented on 2012-02-01 18:51 (UTC)

the package misses wine-git.install file referenced in PKGBUILD:16: 16 install=(wine-git.install) ==> Building and installing package ==> ERROR: install file ((wine-git.install)) does not exist. ==> ERROR: Makepkg was unable to build wine-git.

<deleted-account> commented on 2012-01-31 10:00 (UTC)

OpenAL isn't correctly detected by the build system, it seems. I had to swap references to /usr/include/OpenAL/AL.h to usr/include/AL/AL.h

sxe commented on 2012-01-01 21:52 (UTC)

nop, works fine here. Also arch 64.

<deleted-account> commented on 2012-01-01 14:41 (UTC)

I dunno if anyone else is facing this problem but i get: "wine: failed to initialize: dlopen interface not detected by configure following" following msg after compile and install. all upgraded arch linux x86_64. And the package provided by repo is broken for mouse as it has xinput2 enabled which is broken for many games that i use so i need compile this again without xinput2

korrode commented on 2011-12-27 12:54 (UTC)

if [[ $CARCH == i686 ]]; then # Strip lib32 etc. on i686 depends=(${depends[@]/*32-*/}) makedepends=(${makedepends[@]/*32-*/}) makedepends=(${makedepends[@]/*-multilib*/}) optdepends=(${optdepends[@]/*32-*/}) else provides=("wine=$pkgver" "bin32-wine=$pkgver" "wine-wow64=$pkgver") conflicts=("wine" 'bin32-wine' 'wine-wow64') replaces=("wine" 'bin32-wine') fi --------------------------------------------- Is not the problem obvious? There's only provides/conflicts/replaces if $CARCH isn't i686.