From 693a93a8918008eaffff3c66b71971c2b7401e3dfba5827254181589a6ef2eb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Fri, 1 May 2020 18:15:18 +0000 Subject: [PATCH] Accepting request 799540 from home:mgorse:branches:multimedia:libs - Remove is_opensuse conditionals / really enable orc on SLE 15 (jsc#SLE-12265). OBS-URL: https://build.opensuse.org/request/show/799540 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=153 --- gstreamer-plugins-base.changes | 6 ++++++ gstreamer-plugins-base.spec | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gstreamer-plugins-base.changes b/gstreamer-plugins-base.changes index 01f1a5a..7267344 100644 --- a/gstreamer-plugins-base.changes +++ b/gstreamer-plugins-base.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri May 1 17:42:26 UTC 2020 - Michael Gorse + +- Remove is_opensuse conditionals / really enable orc on SLE 15 + (jsc#SLE-12265). + ------------------------------------------------------------------- Fri Mar 6 08:42:07 UTC 2020 - Dominique Leuenberger diff --git a/gstreamer-plugins-base.spec b/gstreamer-plugins-base.spec index 99c17bf..f085561 100644 --- a/gstreamer-plugins-base.spec +++ b/gstreamer-plugins-base.spec @@ -105,10 +105,8 @@ BuildRequires: pkgconfig(zlib) %if 0%{?suse_version} >= 1500 BuildRequires: pkgconfig(graphene-1.0) %endif -%if 0%{?suse_version} >= 1500 || 0%{?is_opensuse} BuildRequires: orc >= 0.4.24 BuildRequires: pkgconfig(wayland-egl) >= 1.0 -%endif Requires: %{gstreamer_plugins_base_req} Recommends: PackageKit-gstreamer-plugin Supplements: gstreamer @@ -489,9 +487,7 @@ export PYTHON=%{_bindir}/python3 -Dpackage-origin='http://download.opensuse.org'\ -Dgtk_doc=enabled \ -Dintrospection=enabled \ -%if 0%{?is_opensuse} -Dorc=enabled \ -%endif -Dexamples=disabled \ -Dtremor=disabled \ %{nil} @@ -504,9 +500,7 @@ export PYTHON=%{_bindir}/python3 --enable-gtk-doc \ --enable-introspection \ --disable-examples \ -%if 0%{?is_opensuse} --enable-orc \ -%endif %{nil} %make_build %endif