summaryrefslogtreecommitdiffstats
path: root/wineasio
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-12-07 10:42:18 +0000
committer Eric Hameleers <alien@slackware.com>2019-12-07 10:42:18 +0000
commitfece92d627044fb4273e64edfeb794609a482203 (patch)
tree108a788c71c2272f3134b0b1d241928b432e40ca /wineasio
parent5a107d1d21439bd01f8ffdf519c3bbd54bdf043b (diff)
downloadasb-fece92d627044fb4273e64edfeb794609a482203.tar.gz
asb-fece92d627044fb4273e64edfeb794609a482203.tar.xz
Initial revision
Diffstat (limited to 'wineasio')
-rw-r--r--wineasio/build/README.1st15
-rw-r--r--wineasio/build/slack-desc19
-rw-r--r--wineasio/build/slack-required3
3 files changed, 37 insertions, 0 deletions
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
+