Remove cdparanoia dependency on el9 and later
Resolves: rhbz#1973678
This commit is contained in:
parent
a3d0b4706f
commit
2e0abcae48
@ -6,7 +6,7 @@
|
||||
|
||||
Name: gstreamer1-plugins-base
|
||||
Version: 1.18.4
|
||||
Release: 2%{?gitcommit:.git%{shortcommit}}%{?dist}
|
||||
Release: 3%{?gitcommit:.git%{shortcommit}}%{?dist}
|
||||
Summary: GStreamer streaming media framework base plugins
|
||||
|
||||
License: LGPLv2+
|
||||
@ -28,7 +28,6 @@ BuildRequires: gobject-introspection-devel >= 1.31.1
|
||||
BuildRequires: iso-codes-devel
|
||||
|
||||
BuildRequires: alsa-lib-devel
|
||||
BuildRequires: cdparanoia-devel
|
||||
BuildRequires: libogg-devel >= 1.0
|
||||
BuildRequires: libtheora-devel >= 1.1
|
||||
BuildRequires: libvisual-devel
|
||||
@ -125,7 +124,8 @@ for the GStreamer Base Plugins library.
|
||||
-D orc=enabled \
|
||||
-D tremor=disabled \
|
||||
-D tests=disabled \
|
||||
-D examples=disabled
|
||||
-D examples=disabled \
|
||||
-D cdparanoia=disabled
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
@ -197,7 +197,6 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstencodin
|
||||
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstrawparse.so
|
||||
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstvideoscale.so
|
||||
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstplayback.so
|
||||
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstcdparanoia.so
|
||||
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libgstriff-1.0.so.*
|
||||
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstxvimagesink.so
|
||||
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgsttheora.so
|
||||
@ -275,7 +274,6 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gst-play-1.0
|
||||
|
||||
# base plugins with dependencies
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstalsa.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstcdparanoia.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstopengl.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstlibvisual.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstogg.so
|
||||
@ -480,6 +478,10 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gst-play-1.0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jul 15 2021 Jiri Kucera <jkucera@redhat.com> - 1.18.4-3
|
||||
- Remove cdparanoia dependency on el9 and later
|
||||
- Resolves: rhbz#1973678
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.18.4-2
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user