summaryrefslogtreecommitdiff
path: root/strata/multimedia-gstreamer-0.10/gstreamer-plugins-base@0.10.morph
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-08-24 17:56:06 +0100
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2016-08-25 06:31:45 +0000
commit15a0b92f8706588f00e2b64c84f38740b8f79b55 (patch)
tree2af1c455784f1d9a906505b2863a888bc18404d3 /strata/multimedia-gstreamer-0.10/gstreamer-plugins-base@0.10.morph
parente25b5c842a221eb02f19a3d6ca97f1eb75012683 (diff)
downloaddefinitions-15a0b92f8706588f00e2b64c84f38740b8f79b55.tar.gz
gstreamer-plugins-base-0.10.morph: Change name to gstreamer-plugins-base@0.10
Change-Id: I42e4415f55e4f2f28a454052a780b8b59dc5e9c7
Diffstat (limited to 'strata/multimedia-gstreamer-0.10/gstreamer-plugins-base@0.10.morph')
-rw-r--r--strata/multimedia-gstreamer-0.10/gstreamer-plugins-base@0.10.morph14
1 files changed, 14 insertions, 0 deletions
diff --git a/strata/multimedia-gstreamer-0.10/gstreamer-plugins-base@0.10.morph b/strata/multimedia-gstreamer-0.10/gstreamer-plugins-base@0.10.morph
new file mode 100644
index 00000000..b5586fd9
--- /dev/null
+++ b/strata/multimedia-gstreamer-0.10/gstreamer-plugins-base@0.10.morph
@@ -0,0 +1,14 @@
+name: gstreamer-plugins-base@0.10
+kind: chunk
+build-system: autotools
+configure-commands:
+- |
+ NOCONFIGURE=1 ./autogen.sh
+
+ case "$MORPH_ARCH" in
+ x86_32)
+ sed -i -e "s/-O2/& -msse2/" configure
+ ;;
+ esac
+
+ ./configure --prefix="$PREFIX" --sysconfdir=/etc --localstatedir=/var --disable-gtk-doc