From fece92d627044fb4273e64edfeb794609a482203 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sat, 7 Dec 2019 10:42:18 +0000 Subject: Initial revision --- wineasio/build/README.1st | 15 +++++++++++++++ wineasio/build/slack-desc | 19 +++++++++++++++++++ wineasio/build/slack-required | 3 +++ 3 files changed, 37 insertions(+) create mode 100644 wineasio/build/README.1st create mode 100644 wineasio/build/slack-desc create mode 100644 wineasio/build/slack-required (limited to 'wineasio') diff --git a/wineasio/build/README.1st b/wineasio/build/README.1st new file mode 100644 index 00000000..037196ca --- /dev/null +++ b/wineasio/build/README.1st @@ -0,0 +1,15 @@ +The wineasio DLL must be registered in the wineprefix. +For both 32 and 64 bit wine do: + +# regsvr32 wineasio.dll + +On a 64 bit system with wine supporting both 32 and 64 applications, regsrv32 +will register the 32 bit driver in a 64 bit prefix, use the following command +to register the 64 bit driver in a 64 bit wineprefix: + +# wine64 regsvr32 wineaiso.dll + +Note: regsvr32 registers the ASIO COM object in the default prefix "~/.wine". +To use another prefix specify it explicitly, like: + +# env WINEPREFIX=~/asioapp regsvr32 wineasio.dll diff --git a/wineasio/build/slack-desc b/wineasio/build/slack-desc new file mode 100644 index 00000000..4ff14ceb --- /dev/null +++ b/wineasio/build/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +wineasio: wineasio (ASIO to JACK driver for WINE) +wineasio: +wineasio: WineASIO provides an ASIO to JACK driver for WINE. +wineasio: ASIO is the most common Windows low-latency driver, and is used +wineasio: primarily with digital audio workstation programs (DAW's). +wineasio: +wineasio: +wineasio: +wineasio: +wineasio: See also: https://sourceforge.net/projects/wineasio/ +wineasio: diff --git a/wineasio/build/slack-required b/wineasio/build/slack-required new file mode 100644 index 00000000..d7d3d9bf --- /dev/null +++ b/wineasio/build/slack-required @@ -0,0 +1,3 @@ +jack2 +wine + -- cgit v1.2.3