summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-02-16 15:00:53 +0000
committerBaserock Gerrit <gerrit@baserock.org>2016-02-16 22:43:43 +0000
commit3184c8e17ac30df844452cf9c2b9e2c02383aa4d (patch)
treec492697b2fd13ebf67429e59de5515d21ef5d430
parent4f6a268983f650f0f8850ee5a2bb88bc4b811d7b (diff)
downloaddefinitions-3184c8e17ac30df844452cf9c2b9e2c02383aa4d.tar.gz
Add multimedia-hardware-codecs-x86
And move libva/gstreamer-vaapi there, as VA-API implementations are only available in x86 platforms Change-Id: Ic98e434a1555e81d26e8fb1a9d92afe606845ba3
-rw-r--r--strata/multimedia-gstreamer.morph15
-rw-r--r--strata/multimedia-hardware-codecs-x86.morph28
2 files changed, 28 insertions, 15 deletions
diff --git a/strata/multimedia-gstreamer.morph b/strata/multimedia-gstreamer.morph
index ccd2a5a7..0cef379e 100644
--- a/strata/multimedia-gstreamer.morph
+++ b/strata/multimedia-gstreamer.morph
@@ -55,18 +55,3 @@ chunks:
- gstreamer
- gstreamer-plugins-base
- orc
-- name: libva
- repo: upstream:libva
- ref: 304bc13e244f9d5e185a0d8a87fcf3a3eb5a8bd8
- unpetrify-ref: libva-1.6.2
- build-system: autotools
-- name: gstreamer-vaapi
- repo: upstream:gstreamer-vaapi
- ref: a5842bbcfae873306f52c60386ea06357a4cb9d0
- unpetrify-ref: baserock/1.6.0
- build-system: autotools
- build-depends:
- - gstreamer
- - gstreamer-plugins-bad
- - gstreamer-plugins-base
- - libva
diff --git a/strata/multimedia-hardware-codecs-x86.morph b/strata/multimedia-hardware-codecs-x86.morph
new file mode 100644
index 00000000..421d55e5
--- /dev/null
+++ b/strata/multimedia-hardware-codecs-x86.morph
@@ -0,0 +1,28 @@
+name: multimedia-hardware-codecs-x86
+kind: stratum
+description: Hardware accelerated codecs for x86
+build-depends:
+- morph: strata/multimedia-gstreamer.morph
+- morph: strata/libdrm-common.morph
+- morph: strata/wayland-generic.morph
+- morph: strata/x-common.morph
+chunks:
+- name: libva
+ repo: upstream:libva
+ ref: 304bc13e244f9d5e185a0d8a87fcf3a3eb5a8bd8
+ unpetrify-ref: libva-1.6.2
+ build-system: autotools
+- name: libva-intel-driver
+ repo: upstream:libva-intel-driver
+ ref: 683edeedfdfd769807c18ed3797223f82b7aa0cc
+ unpetrify-ref: 1.6.2
+ build-system: autotools
+ build-depends:
+ - libva
+- name: gstreamer-vaapi
+ repo: upstream:gstreamer-vaapi
+ ref: a5842bbcfae873306f52c60386ea06357a4cb9d0
+ unpetrify-ref: baserock/1.6.0
+ build-system: autotools
+ build-depends:
+ - libva