From 27f8c46a212de4b432c0d4a9c2406e5210af3945 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Thu, 24 Mar 2022 00:03:39 +0100 Subject: [PATCH] - disable outdated gstreamer, rel 3 --- crystalhd.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/crystalhd.spec b/crystalhd.spec index 316866c..8232e8b 100644 --- a/crystalhd.spec +++ b/crystalhd.spec @@ -3,7 +3,7 @@ %bcond_without dist_kernel # allow non-distribution kernel %bcond_with kernel # kernel module (already in 3.6 staging) %bcond_without userspace # userspace -%bcond_without gstreamer # gstreamer 0.10 module +%bcond_with gstreamer # gstreamer 0.10 module # %if %{without kernel} %undefine with_dist_kernel @@ -13,7 +13,7 @@ Summary(pl.UTF-8): Sterowniki Crystal HD dla Linuksa Name: crystalhd Version: 3.10.0 %define snap 20121105 -%define rel 0.%{snap}.2 +%define rel 0.%{snap}.3 Release: %{rel} License: LGPL v2.1 (libcrystalhd), GPL v2 (driver), Broadcom (firmware) Group: Libraries @@ -210,8 +210,10 @@ rm -rf $RPM_BUILD_ROOT %attr(755,root,root) %{_libdir}/libcrystalhd.so %{_includedir}/libcrystalhd +%if %{with gstreamer} %files -n gstreamer0.10-bcmdec %defattr(644,root,root,755) %doc filters/gst/gst-plugin/AUTHORS %attr(755,root,root) %{_libdir}/gstreamer-0.10/libgstbcmdec.so %endif +%endif -- 2.43.0