From: Jan Rękorajski Date: Wed, 23 Mar 2022 23:03:39 +0000 (+0100) Subject: - disable outdated gstreamer, rel 3 X-Git-Tag: auto/th/crystalhd-3.10.0-0.20121105.3 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcrystalhd.git;a=commitdiff_plain - disable outdated gstreamer, rel 3 --- 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