summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--open-source-lorries/flac.lorry6
-rw-r--r--open-source-lorries/libvorbis-git.lorry6
-rw-r--r--open-source-lorries/opus.lorry6
-rw-r--r--open-source-lorries/tremor.lorry6
4 files changed, 24 insertions, 0 deletions
diff --git a/open-source-lorries/flac.lorry b/open-source-lorries/flac.lorry
new file mode 100644
index 0000000..baab114
--- /dev/null
+++ b/open-source-lorries/flac.lorry
@@ -0,0 +1,6 @@
+{
+ "flac": {
+ "type": "git",
+ "url": "git://git.xiph.org/flac.git"
+ }
+}
diff --git a/open-source-lorries/libvorbis-git.lorry b/open-source-lorries/libvorbis-git.lorry
new file mode 100644
index 0000000..68e1070
--- /dev/null
+++ b/open-source-lorries/libvorbis-git.lorry
@@ -0,0 +1,6 @@
+{
+ "libvorbis-git": {
+ "type": "git",
+ "url": "git://git.xiph.org/vorbis.git"
+ }
+}
diff --git a/open-source-lorries/opus.lorry b/open-source-lorries/opus.lorry
new file mode 100644
index 0000000..488b3c2
--- /dev/null
+++ b/open-source-lorries/opus.lorry
@@ -0,0 +1,6 @@
+{
+ "opus": {
+ "type": "git",
+ "url": "git://git.xiph.org/opus.git"
+ }
+}
diff --git a/open-source-lorries/tremor.lorry b/open-source-lorries/tremor.lorry
new file mode 100644
index 0000000..b9e8d15
--- /dev/null
+++ b/open-source-lorries/tremor.lorry
@@ -0,0 +1,6 @@
+{
+ "tremor": {
+ "type": "git",
+ "url": "git://git.xiph.org/tremor.git"
+ }
+}