Remove unused egl-wayland-devel dependency
This commit is contained in:
parent
a55833634c
commit
f33163fa20
1
.gitignore
vendored
1
.gitignore
vendored
@ -90,3 +90,4 @@
|
||||
/gst-plugins-base-1.22.8.tar.xz
|
||||
/gst-plugins-base-1.22.9.tar.xz
|
||||
/gst-plugins-base-1.22.12.tar.xz
|
||||
/gst-plugins-base-1.24.6.tar.xz
|
||||
|
@ -8,7 +8,7 @@
|
||||
#global shortcommit %(c=%{gitcommit}; echo ${c:0:5})
|
||||
|
||||
Name: gstreamer1-plugins-base
|
||||
Version: 1.22.12
|
||||
Version: 1.24.6
|
||||
Release: 2%{?dist}
|
||||
Summary: GStreamer streaming media framework base plugins
|
||||
|
||||
@ -57,7 +57,6 @@ BuildRequires: mesa-libEGL-devel
|
||||
BuildRequires: mesa-libgbm-devel
|
||||
BuildRequires: libgudev-devel
|
||||
BuildRequires: wayland-devel
|
||||
BuildRequires: egl-wayland-devel
|
||||
BuildRequires: graphene-devel
|
||||
# pkgconfig-style deps specifically searched-for by autotools/configure
|
||||
BuildRequires: pkgconfig(wayland-client) >= 1.0
|
||||
@ -271,7 +270,9 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gst-play-1.0
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstaudiorate.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstaudioresample.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstaudiotestsrc.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstbasedebug.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstcompositor.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstdsd.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstencoding.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstgio.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstoverlaycomposition.so
|
||||
@ -312,14 +313,15 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gst-play-1.0
|
||||
%{_mandir}/man1/gst-play-*
|
||||
%{_mandir}/man1/gst-device-monitor-*
|
||||
|
||||
|
||||
%files devel
|
||||
%dir %{_includedir}/gstreamer-%{majorminor}/gst/allocators
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/allocators/allocators.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/allocators/allocators-prelude.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/allocators/gstdmabuf.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/allocators/gstdrmdumb.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/allocators/gstfdmemory.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/allocators/gstphysmemory.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/allocators/gstshmallocator.h
|
||||
%dir %{_includedir}/gstreamer-%{majorminor}/gst/app
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/app/app.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/app/app-prelude.h
|
||||
@ -352,6 +354,8 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gst-play-1.0
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudiosink.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudiosrc.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstaudiostreamalign.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstdsd.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/audio/gstdsdformat.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/audio/streamvolume.h
|
||||
%dir %{_includedir}/gstreamer-%{majorminor}/gst/fft
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/fft/fft.h
|
||||
@ -448,6 +452,7 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gst-play-1.0
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-frame.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-hdr.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-info.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-info-dma.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-multiview.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-resampler.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-sei.h
|
||||
@ -499,15 +504,36 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gst-play-1.0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Aug 02 2024 Yaakov Selkowitz <yselkowi@redhat.com> - 1.24.6-2
|
||||
- Remove unused egl-wayland-devel dependency
|
||||
|
||||
* Mon Jul 29 2024 Gwyn Ciesla <gwync@protonmail.com> - 1.24.6-1
|
||||
- 1.24.6
|
||||
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.22.12-2
|
||||
- Bump release for June 2024 mass rebuild
|
||||
|
||||
* Fri Jun 14 2024 Wim Taymans <wtaymans@redhat.com> - 1.22.12-1
|
||||
- Update to 1.22.12
|
||||
|
||||
* Thu May 02 2024 Wim Taymans <wtaymans@redhat.com> - 1.22.9-2
|
||||
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.24.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Fri Jun 21 2024 Gwyn Ciesla <gwync@protonmail.com> - 1.24.5-1
|
||||
- 1.24.5
|
||||
|
||||
* Wed May 29 2024 Gwyn Ciesla <gwync@protonmail.com> - 1.24.4-1
|
||||
- 1.24.4
|
||||
|
||||
* Thu May 02 2024 Wim Taymans <wtaymans@redhat.com> - 1.24.3-2
|
||||
- Disable libvisual in RHEL builds
|
||||
|
||||
* Tue Apr 30 2024 Gwyn Ciesla <gwync@protonmail.com> - 1.24.3-1
|
||||
- 1.24.3
|
||||
|
||||
* Tue Mar 05 2024 Wim Taymans <wtaymans@redhat.com> - 1.24.0-1
|
||||
- Update to 1.24.0
|
||||
|
||||
* Thu Jan 25 2024 Gwyn Ciesla <gwync@protonmail.com> - 1.22.9-1
|
||||
- 1.22.9
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gst-plugins-base-1.22.12.tar.xz) = f72edccd49ce2a35577dff80feb1d0f667df54d6b8f61ef2320b5d4564442b907954d015bccec7a915acf25d2197a507c32b72c1ab18dd38d254f57a3277b334
|
||||
SHA512 (gst-plugins-base-1.24.6.tar.xz) = a098a54cf1d329cd1576e591b10cb0b82861e895cb233f34e8122725993fd5ed48017e127ac67ff1c98cb60e855fb94036368434b5aa9d211d6572e410131731
|
||||
|
Loading…
Reference in New Issue
Block a user