Compare commits
11 Commits
1.10.0-1ma
...
1.14.2-1ma
Author | SHA1 | Date | |
---|---|---|---|
c2477b0521 | |||
8eb9be04d1 | |||
56b8496394 | |||
2b23d1565a | |||
ad7faef1f3 | |||
26a61b248a | |||
287060e2cc | |||
09a1d730d7 | |||
6a3eacd472 | |||
37975be1be | |||
b24504bf7a |
@ -2,7 +2,7 @@
|
||||
%define libname lib%{name}
|
||||
|
||||
Name: gst-plugins-base
|
||||
Version: 1.10.0
|
||||
Version: 1.14.2
|
||||
Release: 1mamba
|
||||
Summary: GStreamer Streaming-media framework plugins
|
||||
Group: System/Multimedia
|
||||
@ -122,6 +122,7 @@ rm -f %{buildroot}%{_libdir}/*.la
|
||||
%{_libdir}/libgstallocators-%{majorminor}.so.*
|
||||
%{_libdir}/libgstapp-%{majorminor}.so.*
|
||||
%{_libdir}/libgstaudio-%{majorminor}.so.*
|
||||
%{_libdir}/libgstgl-%{majorminor}.so.*
|
||||
%{_libdir}/libgstfft-%{majorminor}.so.*
|
||||
%{_libdir}/libgstriff-%{majorminor}.so.*
|
||||
%{_libdir}/libgstrtp-%{majorminor}.so.*
|
||||
@ -147,6 +148,8 @@ rm -f %{buildroot}%{_libdir}/*.la
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/app/*.h
|
||||
%dir %{_includedir}/gstreamer-%{majorminor}/gst/audio
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/audio/*.h
|
||||
%dir %{_includedir}/gstreamer-%{majorminor}/gst/gl
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/gl/*
|
||||
%dir %{_includedir}/gstreamer-%{majorminor}/gst/fft/
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/fft/*.h
|
||||
%dir %{_includedir}/gstreamer-%{majorminor}/gst/riff
|
||||
@ -163,10 +166,13 @@ rm -f %{buildroot}%{_libdir}/*.la
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/rtsp/*.h
|
||||
%dir %{_includedir}/gstreamer-%{majorminor}/gst/sdp
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/sdp/*.h
|
||||
%dir %{_libdir}/gstreamer-%{majorminor}/include/gst/gl
|
||||
%{_libdir}/gstreamer-%{majorminor}/include/gst/gl/gstglconfig.h
|
||||
%{_libdir}/libgstallocators-%{majorminor}.so
|
||||
%{_libdir}/libgstapp-%{majorminor}.so
|
||||
%{_libdir}/libgstaudio-%{majorminor}.so
|
||||
%{_libdir}/libgstfft-%{majorminor}.so
|
||||
%{_libdir}/libgstgl-%{majorminor}.so
|
||||
%{_libdir}/libgstriff-%{majorminor}.so
|
||||
%{_libdir}/libgstrtp-%{majorminor}.so
|
||||
%{_libdir}/libgsttag-%{majorminor}.so
|
||||
@ -176,7 +182,7 @@ rm -f %{buildroot}%{_libdir}/*.la
|
||||
%{_libdir}/libgstsdp-%{majorminor}.so
|
||||
%{_datadir}/gir-1.0/Gst*.gir
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
#%doc ChangeLog NEWS README
|
||||
%doc ChangeLog NEWS README
|
||||
|
||||
%files -n %{libname}-apidocs
|
||||
%defattr(-,root,root)
|
||||
@ -184,6 +190,42 @@ rm -f %{buildroot}%{_libdir}/*.la
|
||||
%{_datadir}/gtk-doc/html/gst-plugins-base-plugins-%{majorminor}/
|
||||
|
||||
%changelog
|
||||
* Sat Jul 21 2018 Automatic Build System <autodist@mambasoft.it> 1.14.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 18 2018 Automatic Build System <autodist@mambasoft.it> 1.14.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Apr 15 2018 Automatic Build System <autodist@mambasoft.it> 1.14.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Dec 20 2017 Automatic Build System <autodist@mambasoft.it> 1.12.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Sep 19 2017 Automatic Build System <autodist@mambasoft.it> 1.12.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 14 2017 Automatic Build System <autodist@mambasoft.it> 1.12.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jun 20 2017 Automatic Build System <autodist@mambasoft.it> 1.12.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jun 17 2017 Automatic Build System <autodist@mambasoft.it> 1.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 24 2017 Automatic Build System <autodist@mambasoft.it> 1.10.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 02 2017 Automatic Build System <autodist@mambasoft.it> 1.10.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Nov 29 2016 Automatic Build System <autodist@mambasoft.it> 1.10.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Nov 19 2016 Automatic Build System <autodist@mambasoft.it> 1.10.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 03 2016 Automatic Build System <autodist@mambasoft.it> 1.10.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user