summaryrefslogtreecommitdiff
path: root/old/strata/dlna-services.morph
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-07-07 10:01:07 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-07-07 10:01:07 +0000
commitf6046f9b54c1f14d12a67fa66ca0c881b49e8ceb (patch)
tree7c4d5b1aa87b991fecb0b2c585514069947c3f0a /old/strata/dlna-services.morph
parentdeba555368fd21316025c5ee0eaaf517b938775e (diff)
downloaddefinitions-f6046f9b54c1f14d12a67fa66ca0c881b49e8ceb.tar.gz
Move old Baserock format definitions into old/ directory
Diffstat (limited to 'old/strata/dlna-services.morph')
-rw-r--r--old/strata/dlna-services.morph51
1 files changed, 51 insertions, 0 deletions
diff --git a/old/strata/dlna-services.morph b/old/strata/dlna-services.morph
new file mode 100644
index 00000000..2c4f1104
--- /dev/null
+++ b/old/strata/dlna-services.morph
@@ -0,0 +1,51 @@
+name: dlna-services
+kind: stratum
+description: provides DLNA services
+build-depends:
+- morph: strata/data-indexing-management.morph
+- morph: strata/docutils.morph
+- morph: strata/vala-common.morph
+chunks:
+- name: gssdp
+ morph: strata/dlna-services/gssdp.morph
+ repo: upstream:gnome/gssdp
+ ref: a53a6ac85f1b70192bc75fbbd4601582d6095cfd
+ unpetrify-ref: gssdp-0.14.12
+- name: gupnp
+ repo: upstream:gnome/gupnp
+ ref: c42b9cdda466ae9fef91f6beb370f8dfdebc295c
+ unpetrify-ref: gupnp-0.20.14
+ build-system: autotools
+ build-depends:
+ - gssdp
+- name: gupnp-av
+ repo: upstream:gnome/gupnp-av
+ ref: d277511ae1f456ba804f4c9beb5d36043f5a1659
+ unpetrify-ref: gupnp-av-0.12.7
+ build-system: autotools
+ build-depends:
+ - gupnp
+- name: gupnp-igd
+ repo: upstream:gnome/gupnp-igd
+ ref: f679a8ad782eee72e2ff7a0a7598b4523ef03bb3
+ unpetrify-ref: 0.2.4
+ build-system: autotools
+ build-depends:
+ - gupnp
+- name: gupnp-dlna
+ repo: upstream:gnome/gupnp-dlna
+ ref: 1aad765f223e3338d86bc975a2b4925fca43bf58
+ unpetrify-ref: gupnp-dlna-0.10.3
+ build-system: autotools
+ build-depends:
+ - gupnp
+- name: rygel
+ repo: upstream:rygel
+ ref: 4a42aee4afda9509db1e3d259c5a2907407a7261
+ unpetrify-ref: RYGEL_0_28_2
+ build-system: autotools
+ build-depends:
+ - gssdp
+ - gupnp
+ - gupnp-av
+ - gupnp-dlna