From 6df048d271133c77fbac1315993441d3cca2e210 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Sat, 9 Oct 2021 04:48:54 +0100 Subject: [PATCH] gstreamer1.prov is broken and hangs, workarround it --- gstreamer1-plugins-bad-freeworld.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/gstreamer1-plugins-bad-freeworld.spec b/gstreamer1-plugins-bad-freeworld.spec index 7d3bf93..2dc3852 100644 --- a/gstreamer1-plugins-bad-freeworld.spec +++ b/gstreamer1-plugins-bad-freeworld.spec @@ -1,8 +1,12 @@ + +# gstreamer1.prov is broken and hangs, workarround it +%global __gstreamer1_provides %{nil} + Summary: GStreamer 1.0 streaming media framework "bad" plug-ins Name: gstreamer1-plugins-bad-freeworld Epoch: 1 Version: 1.19.1 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2+ URL: https://gstreamer.freedesktop.org/ Source0: %{url}/src/gst-plugins-bad/gst-plugins-bad-%{version}.tar.xz @@ -66,9 +70,9 @@ well enough, or the code is not of good enough quality. %install %meson_install - rm -rf %{buildroot}%{_datadir}/gstreamer-1.0/encoding-profiles/ -rm -rf %{buildroot}%{_libdir}/pkgconfig/gstreamer-plugins-bad-1.0.pc +rm -rf %{buildroot}%{_libdir}/pkgconfig + %files %doc AUTHORS NEWS README RELEASE @@ -98,6 +102,9 @@ rm -rf %{buildroot}%{_libdir}/pkgconfig/gstreamer-plugins-bad-1.0.pc %changelog +* Sat Oct 09 2021 Sérgio Basto - 1:1.19.1-3 +- gstreamer1.prov is broken and hangs, workarround it + * Mon Aug 02 2021 RPM Fusion Release Engineering - 1:1.19.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild