summaryrefslogtreecommitdiff
path: root/strata/multimedia-common
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-11-26 23:39:48 +0000
committerJavier Jardón <jjardon@gnome.org>2017-12-12 15:58:23 +0000
commit7df7f3b427739ff7d69da2ba218da0124822892c (patch)
tree843c75e9bede53862ab101d6a7bcd1da15a33c55 /strata/multimedia-common
parent7aad5150f69da42b84994c353283db5daf8e967f (diff)
downloaddefinitions-7df7f3b427739ff7d69da2ba218da0124822892c.tar.gz
Remove all .morph files and files from the old format
Diffstat (limited to 'strata/multimedia-common')
-rw-r--r--strata/multimedia-common/libmad.morph10
-rw-r--r--strata/multimedia-common/libmpeg2.morph6
-rw-r--r--strata/multimedia-common/libvpx.morph14
-rw-r--r--strata/multimedia-common/orc.morph5
-rw-r--r--strata/multimedia-common/yasm.morph4
5 files changed, 0 insertions, 39 deletions
diff --git a/strata/multimedia-common/libmad.morph b/strata/multimedia-common/libmad.morph
deleted file mode 100644
index 5e9b1987..00000000
--- a/strata/multimedia-common/libmad.morph
+++ /dev/null
@@ -1,10 +0,0 @@
-name: libmad
-kind: chunk
-build-system: autotools
-configure-commands:
-- |
- OPTS=
- case $MORPH_ARCH in
- mips64*) ARCH_FLAGS="--enable-fpm=64bit" ;;
- esac
- ./configure --prefix="$PREFIX" --sysconfdir=/etc $ARCH_FLAGS
diff --git a/strata/multimedia-common/libmpeg2.morph b/strata/multimedia-common/libmpeg2.morph
deleted file mode 100644
index 6e55e59f..00000000
--- a/strata/multimedia-common/libmpeg2.morph
+++ /dev/null
@@ -1,6 +0,0 @@
-name: libmpeg2
-kind: chunk
-build-system: autotools
-configure-commands:
-# Explicitly just configure, avoid running the boostrap.sh script
-- ./configure --prefix="$PREFIX"
diff --git a/strata/multimedia-common/libvpx.morph b/strata/multimedia-common/libvpx.morph
deleted file mode 100644
index 011642f4..00000000
--- a/strata/multimedia-common/libvpx.morph
+++ /dev/null
@@ -1,14 +0,0 @@
-name: libvpx
-kind: chunk
-build-system: autotools
-configure-commands:
-# Workarond upstream bug: https://bugs.chromium.org/p/webm/issues/detail?id=1121
-- |
- case "$MORPH_ARCH" in
- armv7lhf)
- CROSS=" " ./configure --prefix="$PREFIX" --target=armv7-linux-gcc
- ;;
- *)
- ./configure --prefix="$PREFIX"
- ;;
- esac
diff --git a/strata/multimedia-common/orc.morph b/strata/multimedia-common/orc.morph
deleted file mode 100644
index 97a5da9d..00000000
--- a/strata/multimedia-common/orc.morph
+++ /dev/null
@@ -1,5 +0,0 @@
-name: orc
-kind: chunk
-build-system: autotools
-configure-commands:
-- ./autogen.sh --prefix="$PREFIX" --disable-gtk-doc
diff --git a/strata/multimedia-common/yasm.morph b/strata/multimedia-common/yasm.morph
deleted file mode 100644
index 437ae97d..00000000
--- a/strata/multimedia-common/yasm.morph
+++ /dev/null
@@ -1,4 +0,0 @@
-name: yasm
-kind: chunk
-max-jobs: 1
-build-system: autotools