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

Gimmeapill commented on 2013-10-03 11:59 (UTC)

Also reported upstream as this doesn't look like a packaging error: http://sourceforge.net/p/wineasio/discussion/802003/thread/69a2153e/

Gimmeapill commented on 2013-09-30 20:44 (UTC)

On i686, the build is broken with the update to wine 1.7.3. Downgrading to 1.7.2 fixes it. Full build log:http://pastebin.com/nMvdWaMS

schivmeister commented on 2013-06-08 20:13 (UTC)

If you had not relied upon an unsupported package manager that does not fail in the event dependencies are not met, you would have figured it out already: ERROR: asiosdk2.2.zip was not found in the build directory and is not a URL. Which means the steinberg-asio dependency failed to build. It should be obvious why. Otherwise, take a look at that package's AUR page to figure that out.

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.