Announcement

Collapse
No announcement yet.

Wine-Staging Brings Emulated EAX, Better .NET Executables Support

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #21
    Originally posted by pal666 View Post
    just use fedora, it had wine staging with pa long ago
    No. I won't change distro just because of wine.

    Comment


    • #22
      Here's a question:

      Is there a way I can easily grab wine from git and wine-staging and just build wine in my home dir and actually use wine from my home dir WITHOUT installing it?

      If so, how?

      Comment


      • #23
        Originally posted by ihatemichael View Post
        Here's a question:

        Is there a way I can easily grab wine from git and wine-staging and just build wine in my home dir and actually use wine from my home dir WITHOUT installing it?

        If so, how?
        Sure.
        Make without a following make install.

        Comment


        • #24
          Originally posted by Pontostroy View Post
          you can apply staging to wine+nine patch without any problems.
          Cool!
          I am doing this right now, I had to disable dxva2 patches since patching failed, but I don't care so it's ok.
          Unfortunately nine is on 1.38 for now, so no EAX :/
          (Though I could try to mix and match patches, I'm not going to try for now).

          Comment


          • #25
            Originally posted by geearf View Post
            Sure.
            Make without a following make install.
            Right, but do I have to build for x86? I'm on 64-bit Arch.

            Or 64-bit wine will work just fine for running games and other stuff that are 32-bit?

            Comment


            • #26
              Originally posted by ihatemichael View Post
              Right, but do I have to build for x86? I'm on 64-bit Arch.

              Or 64-bit wine will work just fine for running games and other stuff that are 32-bit?
              32b wine is more useful that 64b wine.
              Having both is not bad, but I rarely every use the 64b one.

              I am not sure why you are not simply using the pipelight repo or taking it from aur though.

              Comment


              • #27
                Originally posted by ihatemichael View Post
                Here's a question:

                Is there a way I can easily grab wine from git and wine-staging and just build wine in my home dir and actually use wine from my home dir WITHOUT installing it?

                If so, how?
                Same way as every other program:
                Code:
                configure --prefix=/home/user/local
                make -j4
                make install
                export PATH=/home/user/local/bin;$PATH
                export LD_LIBRARY_PATH=/home/user/local/lib:$LD_LIBRARY_PATH
                Or better get wine-staging from aur.

                Comment


                • #28
                  Originally posted by Ericg View Post
                  Its only a mess to use/compile/install depending on your distro... Arch has -staging packages in the AUR, Fedora ships -staging by default, Gentoo probabably has a -staging ebuild laying around.
                  On Arch, I use the pipelight repository provided by the Wine developers, it offers wine-staging, works fine here.

                  Comment


                  • #29
                    Originally posted by MoonMoon View Post
                    On Arch, I use the pipelight repository provided by the Wine developers, it offers wine-staging, works fine here.
                    pipelight is by the wine-staging team not the wine team I believe.

                    Comment


                    • #30
                      Originally posted by hellas View Post
                      Given that Windows hasn't supported hardware acceleration for sound cards since Vista, there's no value in adding hardware support to either Linux or Wine. The number of hardware-accelerated sound cards still in use must be negligible.
                      Vista didn't have DirectSound3D acceleration, but Creative cards still have hardware accelerated OpenAL compatible with all Windows versions since XP.

                      And you could obtain accelerated EAX support in Vista throgh Creative Alchemy wrapper : it translates EAX calls to OpenAL.

                      Comment

                      Working...
                      X