Move libdv and friends to extras
This commit is contained in:
parent
f912930a7c
commit
68a2a9b5f9
@ -17,7 +17,7 @@
|
||||
|
||||
Name: gstreamer1-plugins-good
|
||||
Version: 1.18.4
|
||||
Release: 1%{?gitcommit:.git%{shortcommit}}%{?dist}
|
||||
Release: 2%{?gitcommit:.git%{shortcommit}}%{?dist}
|
||||
Summary: GStreamer plugins with good code and licensing
|
||||
|
||||
License: LGPLv2+
|
||||
@ -76,16 +76,15 @@ BuildRequires: nasm
|
||||
%endif
|
||||
BuildRequires: libgudev-devel
|
||||
|
||||
# extras
|
||||
%if %{with extras}
|
||||
BuildRequires: jack-audio-connection-kit-devel
|
||||
%ifnarch s390 s390x
|
||||
BuildRequires: libavc1394-devel
|
||||
BuildRequires: libdv-devel
|
||||
BuildRequires: libiec61883-devel
|
||||
BuildRequires: libraw1394-devel
|
||||
%endif
|
||||
|
||||
# extras
|
||||
%if %{with extras}
|
||||
BuildRequires: jack-audio-connection-kit-devel
|
||||
%endif
|
||||
|
||||
# Obsoletes/Provides moved from plugins-bad-free
|
||||
@ -182,9 +181,11 @@ to be installed.
|
||||
-D jack=%{?with_extras:enabled}%{!?with_extras:disabled} \
|
||||
%ifarch s390 s390x
|
||||
-D dv=disabled -D dv1394=disabled \
|
||||
%else
|
||||
-D dv=%{?with_extras:enabled}%{!?with_extras:disabled} \
|
||||
-D dv1394=%{?with_extras:enabled}%{!?with_extras:disabled} \
|
||||
%endif
|
||||
|
||||
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
@ -279,10 +280,6 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';'
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstmpg123.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgsttwolame.so
|
||||
|
||||
%ifnarch s390 s390x
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstdv.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgst1394.so
|
||||
%endif
|
||||
|
||||
%files gtk
|
||||
# Plugins with external dependencies
|
||||
@ -295,10 +292,17 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';'
|
||||
%files extras
|
||||
# Plugins with external dependencies
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstjack.so
|
||||
%ifnarch s390 s390x
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstdv.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgst1394.so
|
||||
%endif
|
||||
%endif
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri May 14 2021 Wim Taymans <wtaymans@redhat.com> - 1.18.4-2
|
||||
- Move libdv and friends to extras
|
||||
|
||||
* Tue Mar 16 2021 Wim Taymans <wtaymans@redhat.com> - 1.18.4-1
|
||||
- Update to 1.18.4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user