summaryrefslogtreecommitdiff
path: root/open-source-lorries
diff options
context:
space:
mode:
authorPaul Martin <paul.martin@codethink.co.uk>2015-07-22 16:56:57 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-07-23 10:20:04 +0100
commit33642be17b8a6b4b3ccbc9fb699894dbd6da00bc (patch)
treecc020097852a4ff61fee04a2785a52833c99f117 /open-source-lorries
parent04df28fa8a92beb4ef6474723d0a8ce8cba1e5c3 (diff)
downloadlorries-33642be17b8a6b4b3ccbc9fb699894dbd6da00bc.tar.gz
Add Xiph audio codecs from Xiph's git repo.
Change-Id: I1339c47a6d74bfa22ded3b7e015f5174596297a9
Diffstat (limited to 'open-source-lorries')
-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"
+ }
+}