ASIO to JACK driver for wine
WineASIO provides an ASIO to JACK driver for WINE.
ASIO is the most common Windows low-latency driver,
so is commonly used in audio workstation programs.
- Links to Emulators:Wine / wineasio
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:kill_it/wineasio && cd $_
- Create Badge
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
_link | 0000000122 122 Bytes | |
_service | 0000000569 569 Bytes | |
_servicedata | 0000000234 234 Bytes | |
baselibs.conf | 0000000051 51 Bytes | |
wineasio-1.2.0.tar.gz | 0000323974 316 KB | |
wineasio.changes | 0000002469 2.41 KB | |
wineasio.spec | 0000003047 2.98 KB |
Latest Revision
buildservice-autocommit
accepted
request 1141637
from
Konstantin Voinov (kill_it)
(revision 20)
baserev update by copy to link target
Comments 11
Would you mind submitting this to Emulators:Wine?
ok, let's try
thanks!
Welcome) Is that version fine working for you?
Yes, it's been working fine the past few months, sorry for the late reply. There's another issue now though: Wine >6.6 expects a fake DLL to make it show up in programs: https://github.com/wineasio/wineasio/issues/24
Here's a patch for the makefile that creates this fake DLL: https://github.com/wineasio/wineasio/issues/24#issuecomment-832306658 The makefile in the source is still unchanged though, maybe wineasio needs to release a new version.
Paths changed too: https://github.com/wineasio/wineasio/issues/24#issuecomment-835301149 so the old .dll.so and the new fake .dll go into separate folders
So right now it's broken. Should we patch the makefile or wait for a new release?
My apologize for delay. Update pushed in this repo for now. Is it work for you?
Yes, I finally got around to testing this. It works, so please submit it to the Emulators:Wine repo.
I used the instructions in the package description to register the new .dll with a custom prefix and it worked:
ln -s /usr/lib64/wine/x86_64-windows/wineasio.dll /home/user/WINE/FL_STUDIO/drive_c/windows/system32/wineasio.dll
env WINEPREFIX=/home/user/WINE/FL_STUDIO wine64 regsvr32 wineasio.dll
For some reason it started producing an empty wineasio.dll (fake dll)
I had another machine with a working wineasio.dll and after putting it in /usr/lib64/wine/x86_64-windows/wineasio.dll it works again.
The specfile didn't change so I don't know where the error is...
weird, it builds fine in sources and with rpmbuild, but produces zero dll with OBS
should be fixed now
also -32bit packages is working too now
Yes, works again. Thank you!