summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-02-19 13:35:28 +0000
committerJavier Jardón <jjardon@gnome.org>2016-02-19 13:35:28 +0000
commit20a580d53c4c629f3dafbe1f39443f92fbb26b43 (patch)
tree959da6d93fee0899c61d15d73da913887999eb6b
parent4fcf31086d6785f800dbaf9a0622caea0496527b (diff)
downloadlorries-20a580d53c4c629f3dafbe1f39443f92fbb26b43.tar.gz
Lorry JACK sound server daemon
Note that Jack 1 and Jack 2 are equivalent implementations of the same protocol See https://github.com/jackaudio/jackaudio.github.com/wiki/Q_difference_jack1_jack2 Change-Id: I4a0e937235342e4478f370addca528796f1b0b19
-rw-r--r--open-source-lorries/jackaudio-all.lorry10
1 files changed, 10 insertions, 0 deletions
diff --git a/open-source-lorries/jackaudio-all.lorry b/open-source-lorries/jackaudio-all.lorry
new file mode 100644
index 0000000..359ab70
--- /dev/null
+++ b/open-source-lorries/jackaudio-all.lorry
@@ -0,0 +1,10 @@
+{
+ "jackaudio/jack1": {
+ "type": "git",
+ "url": "git://github.com/jackaudio/jack1.git"
+ },
+ "jackaudio/jack2": {
+ "type": "git",
+ "url": "git://github.com/jackaudio/jack2.git"
+ }
+}