From 6b911ae9eb9484bebbdc1323210020486f5ef33f Mon Sep 17 00:00:00 2001 From: Michael Weghorn Date: Thu, 6 Jun 2019 18:16:36 +0200 Subject: Drop support for gstreamer-0.10 Drop all GStreamer 0.10 support according to ESC decision of 2019-06-06. GStreamer 0.10 is obsolete and no longer needed, superseded by GStreamer 1.0 which is available in baseline (RHEL 7 or CentOS 7) and all relevant distros. Change-Id: Ic317eba04d2c17e141acc983f37fbfa4301c9f3f Reviewed-on: https://gerrit.libreoffice.org/73619 Tested-by: Jenkins Reviewed-by: Thorsten Behrens --- distro-configs/LibreOfficeAndroid.conf | 1 - distro-configs/LibreOfficeAndroidAarch64.conf | 1 - distro-configs/LibreOfficeAndroidX86.conf | 1 - distro-configs/LibreOfficeCoverity.conf | 1 - 4 files changed, 4 deletions(-) (limited to 'distro-configs') diff --git a/distro-configs/LibreOfficeAndroid.conf b/distro-configs/LibreOfficeAndroid.conf index cc82b0df393b..0c72075041c3 100644 --- a/distro-configs/LibreOfficeAndroid.conf +++ b/distro-configs/LibreOfficeAndroid.conf @@ -1,7 +1,6 @@ --host=arm-linux-androideabi --disable-cairo-canvas --disable-cups ---disable-gstreamer-0-10 --disable-gstreamer-1-0 --disable-randr --without-export-validation diff --git a/distro-configs/LibreOfficeAndroidAarch64.conf b/distro-configs/LibreOfficeAndroidAarch64.conf index 7a8c6416d500..0cf3388b6852 100644 --- a/distro-configs/LibreOfficeAndroidAarch64.conf +++ b/distro-configs/LibreOfficeAndroidAarch64.conf @@ -1,7 +1,6 @@ --host=aarch64-linux-android --disable-cairo-canvas --disable-cups ---disable-gstreamer-0-10 --disable-gstreamer-1-0 --disable-randr --without-export-validation diff --git a/distro-configs/LibreOfficeAndroidX86.conf b/distro-configs/LibreOfficeAndroidX86.conf index d66b1b87ed27..722df76820c2 100644 --- a/distro-configs/LibreOfficeAndroidX86.conf +++ b/distro-configs/LibreOfficeAndroidX86.conf @@ -1,7 +1,6 @@ --host=i686-linux-android --disable-cairo-canvas --disable-cups ---disable-gstreamer-0-10 --disable-gstreamer-1-0 --disable-randr --without-export-validation diff --git a/distro-configs/LibreOfficeCoverity.conf b/distro-configs/LibreOfficeCoverity.conf index 34b9593a6984..eee0914ca2f0 100644 --- a/distro-configs/LibreOfficeCoverity.conf +++ b/distro-configs/LibreOfficeCoverity.conf @@ -4,7 +4,6 @@ --without-myspell-dicts --disable-ccache --disable-pdfium ---disable-gstreamer-0-10 --enable-gstreamer-1-0 --enable-option-checking=fatal --with-system-libs -- cgit