Package Details: wineasio 1.2.0-7

Git Clone URL: https://aur.archlinux.org/wineasio.git (read-only, click to copy)
Package Base: wineasio
Description: ASIO driver implementation for Wine
Upstream URL: https://github.com/wineasio/wineasio
Keywords: asio audio jack wine
Licenses: GPL-2.0-or-later, LGPL-2.1-or-later
Submitter: shinlun
Maintainer: Kazel
Last Packager: Kazel
Votes: 57
Popularity: 0.048575
First Submitted: 2007-05-27 07:28 (UTC)
Last Updated: 2024-04-06 09:01 (UTC)

Pinned Comments

falkTX commented on 2022-02-17 22:59 (UTC) (edited on 2022-02-17 22:59 (UTC) by falkTX)

Update for wineasio-1.1

Your user must belong to the realtime group in order to use wineasio.
This can be done with sudo usermod -aG realtime $(whoami)

For registering wineasio as an ASIO driver:

  • For 32bit, run: regsvr32 /usr/lib32/wine/i386-windows/wineasio.dll
  • For 64bit, run: wine64 regsvr32 /usr/lib/wine/x86_64-windows/wineasio.dll

Latest Comments

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

DaveCode commented on 2013-06-08 08:28 (UTC)

Thanks for this package. Build failed on a 32-bit processor: http://troll.ws/paste/66b0c7b4

schivmeister commented on 2013-03-05 08:15 (UTC)

You are correct, it appears group dependencies are not supported (I was never aware of this). Sorry for that. For the moment, please edit the PKGBUILD and remove that dep (but install it yourself prior to building wineasio).

<deleted-account> commented on 2013-03-04 23:45 (UTC)

The multilib-devel dependency does not seem to work properly. I installed all the components of multilib-devel, and somehow it still says that the dependency is not fulfilled. See my log below. [xavier@xavier-pc wineasio]$ makepkg -s ==> WARNING: Sudo can not be found. Will use su to acquire root privileges. ==> Making package: wineasio 0.9.0-1 (Mon Mar 4 15:40:38 PST 2013) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Installing missing dependencies... Password: :: There are 3 members in group multilib-devel: :: Repository multilib 1) binutils-multilib 2) gcc-multilib 3) libtool-multilib Enter a selection (default=all): warning: binutils-multilib-2.23.1-3 is up to date -- reinstalling warning: gcc-multilib-4.7.2-4 is up to date -- reinstalling resolving dependencies... looking for inter-conflicts... :: libtool-multilib and libtool are in conflict. Remove libtool? [y/N] y Targets (4): libtool-2.4.2-7 [removal] binutils-multilib-2.23.1-3 gcc-multilib-4.7.2-4 libtool-multilib-2.4.2-7 Total Download Size: 0.26 MiB Total Installed Size: 100.45 MiB Net Upgrade Size: -0.04 MiB Proceed with installation? [Y/n] :: Retrieving packages from multilib... libtool-multilib-2.... 268.3 KiB 273K/s 00:01 [######################] 100% (3/3) checking package integrity [######################] 100% (3/3) loading package files [######################] 100% (3/3) checking for file conflicts [######################] 100% (4/4) checking available disk space [######################] 100% (1/1) removing libtool [######################] 100% (1/3) upgrading binutils-multilib [######################] 100% (2/3) upgrading gcc-multilib [######################] 100% (3/3) installing libtool-multilib [######################] 100% ==> Missing Dependencies: -> multilib-devel ==> ERROR: Could not resolve all dependencies.

jhernberg commented on 2012-12-30 08:01 (UTC)

Please make this dependent on multilib-devel if on multilib.

Gimmeapill commented on 2012-01-18 04:48 (UTC)

@Tybias: the pkgbuild is correct you need to install the asio sdk in order to compile wineasio: https://aur.archlinux.org/packages.php?ID=16747

<deleted-account> commented on 2012-01-17 20:24 (UTC)

Hi! I have a question , i save the tarball and start 'makepkg', but I've got this message: Missing Dependencies: -> steinberg-asio ==> ERROR: Could not resolve all dependencies. What is it about? when I comment the line with " makedepends=('steinberg-asio')" then i got this: Starting build()... ln: failed to create symbolic link `./asio.h': File exists ==> ERROR: A failure occurred in build(). Aborting... Could you tell me what I can do with this? Thanks a lot guys, i really need it to make Fruity Loops work!

schivmeister commented on 2011-03-18 15:31 (UTC)

OK good, thanks for spotting those.

Overkill commented on 2011-03-18 11:01 (UTC)

@schivmeister, to successfully build wineasio one has to use 'binutils-multilib' 'gcc-libs-multilib' 'gcc-multilib' from the -multilib- repository (instead of the ordinary 'binutils' 'gcc-libs' 'gcc' from the -core- repository)! Otherwise one will not be able to properly compile wineasio (on x84-64 arch) and the 'compilation process' breaks with the following error message: /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.2/libgcc.a when searching for -lgcc /usr/bin/ld: cannot find -lgcc Please make 'binutils-multilib' 'gcc-libs-multilib' 'gcc-multilib' as dependency on wineasio for x86-64.

schivmeister commented on 2011-01-04 08:19 (UTC)

Oops..sorry for the overlook. Should be fixed now. Also included the WINEARCH note, since that appears to be crucial.