summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-12-11 14:30:18 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-12-13 19:03:45 +0900
commit301c9ba7ee88d1788fc664dd932081dcb52c8910 (patch)
treeda86b2c7fa20b2ce6b2fd9ef5110a54fd0f73146
parent1a0a6129e13365432f2cf3f804a139735af7a135 (diff)
downloaddefinitions-301c9ba7ee88d1788fc664dd932081dcb52c8910.tar.gz
Custom configure commands for orc in multimedia-gstreamer
For some reason the default autogen for orc causes orc 0.4.24 to install as 0.4.16 (in the pkg-config and sonames), causing gstreamer to not use it as it requires a minimum version of 0.4.17. Simply running autogen.sh once with the given arguments fixes this issue. Change-Id: Ife6864fa0af2634683986827e1fb99bbc49e480e
-rw-r--r--strata/multimedia-gstreamer.morph1
-rw-r--r--strata/multimedia-gstreamer/orc.morph5
2 files changed, 6 insertions, 0 deletions
diff --git a/strata/multimedia-gstreamer.morph b/strata/multimedia-gstreamer.morph
index 494076d7..3e0645e8 100644
--- a/strata/multimedia-gstreamer.morph
+++ b/strata/multimedia-gstreamer.morph
@@ -9,6 +9,7 @@ build-depends:
- morph: strata/graphics-common.morph
chunks:
- name: orc
+ morph: strata/multimedia-gstreamer/orc.morph
repo: upstream:orc
ref: 16e053b8f2359196fd50b111f1c10b93590f5cb9
unpetrify-ref: orc-0.4.22
diff --git a/strata/multimedia-gstreamer/orc.morph b/strata/multimedia-gstreamer/orc.morph
new file mode 100644
index 00000000..97a5da9d
--- /dev/null
+++ b/strata/multimedia-gstreamer/orc.morph
@@ -0,0 +1,5 @@
+name: orc
+kind: chunk
+build-system: autotools
+configure-commands:
+- ./autogen.sh --prefix="$PREFIX" --disable-gtk-doc