summaryrefslogtreecommitdiff
path: root/baserock/strata/multimedia-gstreamer-0.10.morph
diff options
context:
space:
mode:
Diffstat (limited to 'baserock/strata/multimedia-gstreamer-0.10.morph')
-rw-r--r--baserock/strata/multimedia-gstreamer-0.10.morph37
1 files changed, 37 insertions, 0 deletions
diff --git a/baserock/strata/multimedia-gstreamer-0.10.morph b/baserock/strata/multimedia-gstreamer-0.10.morph
new file mode 100644
index 00000000..a9c84ca4
--- /dev/null
+++ b/baserock/strata/multimedia-gstreamer-0.10.morph
@@ -0,0 +1,37 @@
+name: multimedia-gstreamer-0.10
+kind: stratum
+description: Codecs
+build-depends:
+- morph: strata/core.morph
+- morph: strata/foundation.morph
+- morph: strata/audio-bluetooth.morph
+- morph: strata/multimedia-common.morph
+chunks:
+- name: orc
+ repo: upstream:orc
+ ref: b4f7fcaf99a4d952e59f2a9fa9286d24cc4b3a5a
+ unpetrify-ref: baserock/morph
+ build-system: autotools
+- name: gstreamer@0.10
+ repo: upstream:gstreamer
+ ref: 1bb950008f4656f6a6153fa88a8ebb5a39fbe84f
+ unpetrify-ref: baserock/morph/0.10
+ build-system: autotools
+ build-depends:
+ - orc
+- name: gstreamer-plugins-base@0.10
+ repo: upstream:gstreamer-plugins-base
+ ref: 960c596309dbb983a1d733259adccc45c47006a2
+ unpetrify-ref: baserock/morph/0.10
+ build-system: autotools
+ build-depends:
+ - gstreamer@0.10
+- name: gstreamer-plugins-good@0.10
+ repo: upstream:gstreamer-plugins-good
+ ref: 725e80e0c6b7f8e66d9b3fcaffd283ecbd8498d3
+ unpetrify-ref: baserock/morph/0.10
+ build-system: autotools
+ build-depends:
+ - gstreamer@0.10
+ - gstreamer-plugins-base@0.10
+ - orc