2025 version please? Could not build it on wine-staging
Search Criteria
Package Details: wineasio 1.2.0-10
Package Actions
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: | 0.179898 |
First Submitted: | 2007-05-27 07:28 (UTC) |
Last Updated: | 2024-09-20 08:42 (UTC) |
Dependencies (5)
- jackAUR (jack2-gitAUR, pipewire-full-jack-gitAUR, pipewire-jack-gitAUR, jack2, pipewire-jack)
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR, python-pyqt5-pre-releaseAUR)
- realtime-privileges
- wine (wine-valveAUR, wine-stable-nextAUR, wine-wow64-gitAUR, wine-staging-wow64-gitAUR, wine-gitAUR, wine-staging-gitAUR, wine-stableAUR, wine-wow64AUR, wine-staging-wow64AUR, wine-tkg-staging-binAUR, wine-tkg-staging-ntsync-binAUR, wine-tkg-staging-wow64-binAUR, wine-cachyosAUR, wine-pure-gitAUR, wine-staging)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc-snapshotAUR) (make)
Required by (1)
Sources (1)
bluetail commented on 2025-05-23 07:21 (UTC)
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.
Kazel commented on 2024-09-13 15:10 (UTC)
when i get some time in the next days i will look into splitting the package or even dropping the 32 bit binary.
SchroedingersCat commented on 2024-09-02 16:12 (UTC)
I'm using a custom wine-tkg build on Manjaro based on Wine v9.16 (wine-9.16.r0.g6c5cb546 ( TkG Staging Esync Fsync )). Any chance to get the update from 1.2.0-7 to 1.2.0-8 working besides switching to wine-staging?
actionless commented on 2024-08-26 10:05 (UTC)
i can confirm, that it builds with wine-staging but not with regular wine
. i think the dependency need to be updated accordingly
lf02 commented on 2024-08-21 19:00 (UTC)
If you are having build issues on the regular wine
package, consider moving to wine-staging
. Gives me no issues then.
The 64 bit file I get is actually called wineasio64.dll
, so despite the instructions the build outputs the command is wine64 regsvr32 /usr/lib/wine/x86_64-windows/wineasio64.dll
.
ciros commented on 2024-07-18 04:45 (UTC) (edited on 2024-07-18 04:47 (UTC) by ciros)
tried wineasio & wineasio-git with lib32-unixodb & multilib-devel but same error still
Kazel commented on 2024-07-17 21:04 (UTC)
have you tried the wineasio-git package? it might also be an issue with wine itself, see here: https://bbs.archlinux.org/viewtopic.php?id=296294
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.
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:
regsvr32 /usr/lib32/wine/i386-windows/wineasio.dll
wine64 regsvr32 /usr/lib/wine/x86_64-windows/wineasio.dll