From 301c9ba7ee88d1788fc664dd932081dcb52c8910 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Fri, 11 Dec 2015 14:30:18 +0900 Subject: 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 --- strata/multimedia-gstreamer/orc.morph | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 strata/multimedia-gstreamer/orc.morph (limited to 'strata/multimedia-gstreamer') 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 -- cgit v1.2.1