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.001679
First Submitted: 2007-07-18 16:01 (UTC)
Last Updated: 2024-01-31 02:36 (UTC)

Latest Comments

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

sxe commented on 2010-09-28 15:54 (UTC)

Hey guys, i modified the wine PKGBUILD to work with the latest wine git version. I have a 64 bit system and here and everything works fine. Could someone test it and give me some feedback. 32 and 64 bit testers would be nice. You can get the PKGBUILD here: http://aur.pastebin.com/Ukn3P0Fz

xyproto commented on 2010-09-14 16:51 (UTC)

Please change lib32-dbus to lib32-dbus-core. Also, this PKGBUILD might be of help to be able to build wine: http://repos.archlinux.org/wsvn/community/wine/repos/multilib-x86_64/

sxe commented on 2010-08-15 12:45 (UTC)

still not working. Getting the same error "Cannot build a 32-bit program, you need to install 32-bit development libraries.".

intellitech commented on 2010-07-26 16:12 (UTC)

whiteychs - You're right, one will likely need to do this in a chroot. I haven't been able to successfully build it on x86_64, but it's theoretically possible. gueek - depends array has been fixed.

<deleted-account> commented on 2010-07-25 23:30 (UTC)

Building is broken for x86_64 as below poster stated. "configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." I don't think you can compile this without a chroot for 64bit users...

<deleted-account> commented on 2010-07-21 11:51 (UTC)

sorry, I meant "lib32", not "bin32".

<deleted-account> commented on 2010-07-16 13:58 (UTC)

is the "depends" array supposed to be composed exclusively of packages for x64? they're all prefixed by "bin32", and won't build on my x86 system (as expected). I removed all the bin32 prefixes, and I'm waiting for the build to finish. is 1.2 x64-only? I'm confused. maybe you just forgot to differenciate the depends, but I really don't know, so I'll just post this: depends=('fontconfig' 'libxxf86dga' 'mesa' 'libxcursor' 'libxrandr' 'libxdamage' 'libldap' 'libxslt' 'lcms' 'mesa' 'libpng>=1.4.0')

intellitech commented on 2010-07-13 17:12 (UTC)

IncredibleLaser - It was commented out, not exactly warranting a PKGBUILD update. Either way, the package has been updated, with changes made to depends/makedepends/conflicts.

IncredibleLaser commented on 2010-07-04 13:32 (UTC)

There are some issues with your PKGBUILD. 1. Most of your depends are makedepends. Check out the official wine PKGBUILD. Also, your alignment is not very readable. 2. provides=("wine-git=$pkgver" ...) is unnecessary. Better: provides=("wine=1.2") or whichever is the next version of wine. 3. conflicts=(... 'wine-git') is wrong. A package cannot conflict itself. 4. # patch -p1 < ${startdir}/patchfile.diff is commented out, but never use $startdir. Add your patches to the sources array and refer to them as ${srcdir}/patchname later. Also, add "|| return 1" to your patchlines. 5. I don't know if necessary, but have a look at the official PKGBUILD for configure-options.