Compare commits
2 Commits
1.16.2-2ma
...
1.18.1-1ma
Author | SHA1 | Date | |
---|---|---|---|
541c43d3f7 | |||
7ae938be77 |
@ -2,8 +2,8 @@
|
||||
%define libname lib%{name}
|
||||
|
||||
Name: gst-plugins-base
|
||||
Version: 1.16.2
|
||||
Release: 2mamba
|
||||
Version: 1.18.1
|
||||
Release: 1mamba
|
||||
Summary: GStreamer Streaming-media framework plugins
|
||||
Group: System/Multimedia
|
||||
Vendor: openmamba
|
||||
@ -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
|
||||
|
||||
@ -92,12 +93,13 @@ GStreamer Plugin Base Library API documentation.
|
||||
%setup -q -n gst-plugins-base-%{version}
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson \
|
||||
-Ddoc=enabled
|
||||
|
||||
%meson_build
|
||||
|
||||
#export CHECK_LIBS=-lcheck
|
||||
#%configure \
|
||||
#% configure \
|
||||
# --enable-libvisual \
|
||||
# --enable-gio
|
||||
#\
|
||||
@ -188,12 +190,18 @@ rm -f %{buildroot}%{_libdir}/*.la
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%doc ChangeLog NEWS README
|
||||
|
||||
%files -n %{libname}-apidocs
|
||||
%defattr(-,root,root)
|
||||
%dir %{_datadir}/gtk-doc/html/gst-plugins-base-libs
|
||||
%{_datadir}/gtk-doc/html/gst-plugins-base-libs/*
|
||||
#%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
|
||||
* 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
|
||||
|
||||
|
Reference in New Issue
Block a user