From e039bd671a92cd76240eb372133e6febd7c7fe80 Mon Sep 17 00:00:00 2001 From: Dominik 'Rathann' Mierzejewski Date: Thu, 17 Aug 2023 11:35:06 +0200 Subject: [PATCH] Add Mozilla plugin path to MOZ_GMP_PATH instead of overriding unconditionally Resolves: rhbz#2225112 --- openh264.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/openh264.spec b/openh264.spec index 95481e4..3fd0083 100644 --- a/openh264.spec +++ b/openh264.spec @@ -9,7 +9,7 @@ Name: openh264 Version: %{openh264_version} # Also bump the Release tag for gstreamer1-plugin-openh264 down below -Release: 2%{?dist} +Release: 3%{?dist} Summary: H.264 codec library License: BSD @@ -58,7 +58,7 @@ browsers. %package -n gstreamer1-plugin-openh264 Version: %{gst_version} -Release: 1%{?dist} +Release: 2%{?dist} Summary: GStreamer H.264 plugin %description -n gstreamer1-plugin-openh264 @@ -127,7 +127,7 @@ EOF mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/profile.d cat > $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/gmpopenh264.sh << EOF -MOZ_GMP_PATH="%{_libdir}/mozilla/plugins/gmp-gmpopenh264/system-installed" +MOZ_GMP_PATH="${MOZ_GMP_PATH}${MOZ_GMP_PATH:+:}%{_libdir}/mozilla/plugins/gmp-gmpopenh264/system-installed" export MOZ_GMP_PATH EOF @@ -211,6 +211,10 @@ popd %changelog +* Thu Aug 17 2023 Dominik Mierzejewski - 2.3.1-3 +- Add Mozilla plugin path to MOZ_GMP_PATH instead of overriding unconditionally +- Resolves: rhbz#2225112 + * Mon Mar 13 2023 Kalev Lember - 2.3.1-2 - Update gstreamer plugin to 1.22.1