Compare commits
7 Commits
1.14.4-1ma
...
1.18.2-1ma
Author | SHA1 | Date | |
---|---|---|---|
8740a44922 | |||
541c43d3f7 | |||
7ae938be77 | |||
f430daf5f3 | |||
fd1db80dc4 | |||
0975eb48a5 | |||
bbb116cd63 |
@ -2,7 +2,7 @@
|
||||
%define libname lib%{name}
|
||||
|
||||
Name: gst-plugins-base
|
||||
Version: 1.14.4
|
||||
Version: 1.18.2
|
||||
Release: 1mamba
|
||||
Summary: GStreamer Streaming-media framework plugins
|
||||
Group: System/Multimedia
|
||||
@ -39,6 +39,7 @@ BuildRequires: valgrind-devel
|
||||
BuildRequires: libpython-devel
|
||||
BuildRequires: libcheck-devel
|
||||
BuildRequires: orc
|
||||
BuildRequires: hotdoc
|
||||
Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
@ -86,22 +87,27 @@ Requires: gtk-doc
|
||||
%description -n %{libname}-apidocs
|
||||
GStreamer Plugin Base Library API documentation.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n gst-plugins-base-%{version}
|
||||
|
||||
%build
|
||||
export CHECK_LIBS=-lcheck
|
||||
%configure \
|
||||
--enable-libvisual \
|
||||
--enable-gio
|
||||
%meson \
|
||||
-Ddoc=enabled
|
||||
|
||||
%meson_build
|
||||
|
||||
#export CHECK_LIBS=-lcheck
|
||||
#% configure \
|
||||
# --enable-libvisual \
|
||||
# --enable-gio
|
||||
#\
|
||||
# --enable-gtk-doc \
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%meson_install
|
||||
|
||||
%find_lang gst-plugins-base-%{majorminor}
|
||||
|
||||
@ -138,7 +144,7 @@ rm -f %{buildroot}%{_libdir}/*.la
|
||||
%{_mandir}/man1/gst-device-monitor-%{majorminor}.1*
|
||||
%{_mandir}/man1/gst-discoverer-%{majorminor}.1*
|
||||
%{_mandir}/man1/gst-play-%{majorminor}.1*
|
||||
%doc AUTHORS COPYING COPYING.LIB
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files -n %{libname}-devel
|
||||
%defattr(-,root,root)
|
||||
@ -184,12 +190,33 @@ rm -f %{buildroot}%{_libdir}/*.la
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%doc ChangeLog NEWS README
|
||||
|
||||
%files -n %{libname}-apidocs
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/gtk-doc/html/gst-plugins-base-libs-%{majorminor}/
|
||||
%{_datadir}/gtk-doc/html/gst-plugins-base-plugins-%{majorminor}/
|
||||
#%files -n %{libname}-apidocs
|
||||
#%defattr(-,root,root)
|
||||
#%dir %{_datadir}/gtk-doc/html/gst-plugins-base-libs
|
||||
#%{_datadir}/gtk-doc/html/gst-plugins-base-libs/*
|
||||
|
||||
%changelog
|
||||
* Mon Dec 07 2020 Automatic Build System <autodist@mambasoft.it> 1.18.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 27 2020 Automatic Build System <autodist@mambasoft.it> 1.18.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Sep 29 2020 Automatic Build System <autodist@mambasoft.it> 1.18.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 10 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.16.2-2mamba
|
||||
- rebuilt with debug package
|
||||
|
||||
* Sat Dec 07 2019 Automatic Build System <autodist@mambasoft.it> 1.16.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Sep 24 2019 Automatic Build System <autodist@mambasoft.it> 1.16.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Apr 25 2019 Automatic Build System <autodist@mambasoft.it> 1.16.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 04 2018 Automatic Build System <autodist@mambasoft.it> 1.14.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user