Package Details: wineasio 1.2.0-10

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: 58
Popularity: 1.22
First Submitted: 2007-05-27 07:28 (UTC)
Last Updated: 2024-09-20 08:42 (UTC)

Pinned Comments

Kazel commented on 2024-09-19 09:36 (UTC) (edited on 2024-09-20 08:46 (UTC) by Kazel)

I removed the 32 binary and put it in the aur as an extra package -> wineasio32

wineasio32 pulls in wine-staging as make dependency and doesn't install all the other files from the wineasio package (binary only), therefore it depends on wineasio.

xiota commented on 2024-09-02 18:02 (UTC) (edited on 2024-09-19 10:06 (UTC) by xiota)

Problem is some 9.x version of wine stopped building the 32-bit odbc library. wine-staging works because it hasn't been updated recently.

Edit: Removed suggested solutions.

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 .. 9 10 11 12 13 14 15 Next › Last »

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.

<deleted-account> commented on 2011-01-04 06:51 (UTC)

The correct command is (install -Dm755 wineasio.dll.so "$pkgdir/usr/$_lib/wine/wineasio.dll.so") NOT (install -Dm755 wineasio.dll.so "$pkgdir/usr/$_lib/wine"), cause then it names the dll wine and when it tries to install it, an error occurs saying /usr/lib/wine exists in the filesystem. Please fix it.

<deleted-account> commented on 2011-01-04 06:03 (UTC)

If you run x86_64 arch, remember to use the command "WINEARCH=win32 winecfg" before you register the dll.

schivmeister commented on 2011-01-03 17:43 (UTC)

You need to enable multilib. Any further issue is a multilib issue. I might be missing a dep or two from multilib, so let me know if you find something.

fatmike commented on 2011-01-03 17:36 (UTC)

Doesn't build on my x64 system: /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 fat

schivmeister commented on 2011-01-03 14:34 (UTC)

OK. My first multilib-compliant package =p

<deleted-account> commented on 2011-01-03 08:11 (UTC)

Please make it work for x86_64 arch too. Thanks.

schivmeister commented on 2010-12-18 14:59 (UTC)

lib32-wineasio packages the dll itself. That is illegal practice.