summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2015-02-20 14:06:55 +0000
committerJavier Jardón <jjardon@gnome.org>2015-02-20 14:32:29 +0000
commitfec4238e53ef0c95e7f5f14c629651cdad72b7c9 (patch)
tree59c70c6c33278b7378d6327c4955463a78ea407f
parent35d4a972537728c56d6d3763cede5560c3a09405 (diff)
downloaddefinitions-fec4238e53ef0c95e7f5f14c629651cdad72b7c9.tar.gz
Add multimedia-common stratum
with libogg and libvorbis for now
-rw-r--r--strata/multimedia-common.morph17
1 files changed, 17 insertions, 0 deletions
diff --git a/strata/multimedia-common.morph b/strata/multimedia-common.morph
new file mode 100644
index 00000000..f10dd2b3
--- /dev/null
+++ b/strata/multimedia-common.morph
@@ -0,0 +1,17 @@
+name: multimedia-common
+kind: stratum
+description: Mutimedia Libraries
+build-depends:
+- morph: strata/core.morph
+chunks:
+- name: ogg
+ repo: upstream:ogg
+ ref: 0deb6226917e32a71f15d5279d0bc76d8b97c13f
+ unpetrify-ref: master
+ build-depends: []
+- name: libvorbis
+ repo: upstream:libvorbis
+ ref: 2ae58009cbc655a6031280f92fb1e7b324318ae8
+ unpetrify-ref: libvorbis-1.3.3
+ build-depends:
+ - ogg