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.morph | 1 + strata/multimedia-gstreamer/orc.morph | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 strata/multimedia-gstreamer/orc.morph 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 -- cgit v1.2.1