Package Details: wine-ge-custom 1:GE.Proton8.26-3

Git Clone URL: https://aur.archlinux.org/wine-ge-custom.git (read-only, click to copy)
Package Base: wine-ge-custom
Description: A compatibility layer for running Windows programs - GloriousEggroll branch
Upstream URL: https://github.com/GloriousEggroll/wine-ge-custom
Licenses: LGPL-2.1-or-later
Conflicts: wine
Provides: wine
Submitter: loathingkernel
Maintainer: loathingkernel
Last Packager: loathingkernel
Votes: 36
Popularity: 1.44
First Submitted: 2021-09-01 22:06 (UTC)
Last Updated: 2024-05-26 15:20 (UTC)

Dependencies (103)

Required by (367)

Sources (5)

Pinned Comments

loathingkernel commented on 2022-03-02 14:12 (UTC)

@Strykar Nope, see https://aur.archlinux.org/packages/wine-ge-custom#comment-831304

You can grab compiled packages from https://github.com/loathingKernel/PKGBUILDs/releases/tag/packages

loathingkernel commented on 2021-10-15 10:01 (UTC) (edited on 2021-10-15 10:04 (UTC) by loathingkernel)

@thaewrapt, I see, you might be correct. The prebuilt package is not a good candidate for packaging for a couple of reasons. First of all, it is built using Lutris's runtime, and as such inherits the same issues as Proton, namely it is at its best when running inside that runtime. Also, although I might be wrong here, I haven't found any mention of Lutris being able to use a system-wide installation directory in the same way Steam can. For these reasons, I believe that packaging those binaries is pointless and they should be managed by Lutris itself.

Latest Comments

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

SleepingPanda commented on 2022-02-15 03:07 (UTC) (edited on 2022-02-15 11:58 (UTC) by SleepingPanda)

I'm having trouble building this version (7.2.GE.2-1). Is anyone else encountering issues with futexes?

loathingkernel commented on 2022-01-23 03:07 (UTC)

@Nu4425 No, there won't be any problems, I just overlooked adding those comments. You have to be careful with the specified flags, some might cause issues but if it is just adding -march=native, you won't face any issues.

Nu4425 commented on 2022-01-23 01:49 (UTC) (edited on 2022-01-23 01:52 (UTC) by Nu4425)

@loathingkernel, I noticed unlike the other packages you maintain that documentation in this PKGBUILD is absent about compiling natively by passing -march=native and omitting -mtune=core-avx2 for the CFLAGS and CXXFLAGS variables.

If one wishes to compile natively this way, will there be any problems in the built package's functionality? If there will be, what are your recommendations?

loathingkernel commented on 2022-01-22 11:54 (UTC) (edited on 2022-01-22 11:56 (UTC) by loathingkernel)

@Neko-san the specific compiler that is required is the default compiler and not something that can or will change without user intervention. I am against polluting the script with safeguards against user-defined options, it is a bottomless pit as there is no way to safeguard against everything. The reason certain flags are enforced is because Arch defaults will cause the build process to fail, and the next best candidates are the Proton flags.

Neko-san commented on 2022-01-18 18:10 (UTC) (edited on 2022-01-18 18:20 (UTC) by Neko-san)

@loathingkernel On the contrary, I disagree considering that, if a maintainer knows a specific compiler is required, then they should enforce that the necessary compiler is used.

That aside, I do compile in chroots, and user compiler preference has no bearing on that.

loathingkernel commented on 2022-01-18 09:34 (UTC) (edited on 2022-01-18 09:35 (UTC) by loathingkernel)

@Neko-san That is the user's responsibility, not the PKGBUILD's. PKGBUILDs from AUR should be built in clean chroots anyways.

Neko-san commented on 2022-01-18 00:42 (UTC)

Might want to add:

    if [ "$CC" = 'clang' ] && [ "$CXX" = 'clang++' ] || [ "$CC" = 'clang' ] || [ "$CXX" = 'clang++' ] ; then
        export CC=gcc
        export CXX=g++
        export LD=ld
        export AR=""
        export NM=""
        export RANLIB=""
        export STRIP=""
        export OBJCOPY=""
        # Reset debug flags to makepkg.conf defaults, in case Clang is globally set
        export DEBUG_CFLAGS="-g -fvar-tracking-assignments"
        export DEBUG_CXXFLAGS="-g -fvar-tracking-assignments"
    fi

To make sure that, if a user has clang globally set, that it gets unset back to the Arch defaults to prevent builds from failing.

ptr1337 commented on 2021-10-19 09:31 (UTC)

Prebuilt packages can be found here: https://mirror.cachyos.org/?search=wine

how to add this repo:

https://wiki.cachyos.org/en/home/Repo

The packages are built with x86-64 and the optimized x86-64-v3 if your cpu supports that.

loathingkernel commented on 2021-10-15 11:14 (UTC) (edited on 2021-10-15 11:15 (UTC) by loathingkernel)

@thaewrapt Yes, it is a replacement for regular wine, which can also be used in Lutris as it supports using the system-wide wine.