Compare commits
14 Commits
1.8.0-1mam
...
1.14.0-1ma
Author | SHA1 | Date | |
---|---|---|---|
223287ae9f | |||
892902e60e | |||
df5d0adb80 | |||
3cd8571d00 | |||
615c643602 | |||
f3bc15c6ee | |||
3e3de4d699 | |||
7ae0f72447 | |||
3bf0a35456 | |||
6ed086743b | |||
4a7f5209de | |||
ddcdbeb936 | |||
dc4126f1ca | |||
6e5e20a49b |
@@ -5,7 +5,7 @@
|
|||||||
%define libname lib%{name}
|
%define libname lib%{name}
|
||||||
|
|
||||||
Name: gstreamer
|
Name: gstreamer
|
||||||
Version: 1.8.0
|
Version: 1.14.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Summary: A framework for streaming media
|
Summary: A framework for streaming media
|
||||||
@@ -77,14 +77,18 @@ GStreamer library API documentation.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n gstreamer-%{version}
|
%setup -q -n gstreamer-%{version}
|
||||||
|
#-D -T
|
||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
#:<< _EOF
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
export CHECK_LIBS=-lcheck
|
export CHECK_LIBS=-lcheck
|
||||||
%configure \
|
%configure \
|
||||||
--with-cachedir=%{gscachedir} \
|
--with-cachedir=%{gscachedir} \
|
||||||
|
%ifnarch arm
|
||||||
--enable-gtk-doc \
|
--enable-gtk-doc \
|
||||||
|
%endif
|
||||||
--with-html-dir=%{_datadir}/gtk-doc/html
|
--with-html-dir=%{_datadir}/gtk-doc/html
|
||||||
# --enable-docbook
|
# --enable-docbook
|
||||||
|
|
||||||
@@ -148,11 +152,59 @@ install -d %{buildroot}%{gscachedir}
|
|||||||
|
|
||||||
%files -n %{libname}-apidocs
|
%files -n %{libname}-apidocs
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_datadir}/gtk-doc/html/gstreamer-libs-%{MAJversion}.0/
|
|
||||||
%{_datadir}/gtk-doc/html/gstreamer-%{MAJversion}.0/
|
%{_datadir}/gtk-doc/html/gstreamer-%{MAJversion}.0/
|
||||||
|
%{_datadir}/gtk-doc/html/gstreamer-libs-%{MAJversion}.0/
|
||||||
%{_datadir}/gtk-doc/html/gstreamer-plugins-%{MAJversion}.0/
|
%{_datadir}/gtk-doc/html/gstreamer-plugins-%{MAJversion}.0/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 20 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 May 06 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
|
||||||
|
|
||||||
|
* Thu Nov 17 2016 Automatic Build System <autodist@mambasoft.it> 1.10.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Nov 02 2016 Automatic Build System <autodist@mambasoft.it> 1.10.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Oct 13 2016 Automatic Build System <autodist@mambasoft.it> 1.9.90-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Sep 19 2016 Automatic Build System <autodist@mambasoft.it> 1.9.2-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Fri Aug 19 2016 Automatic Build System <autodist@mambasoft.it> 1.8.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Jun 09 2016 Automatic Build System <autodist@mambasoft.it> 1.8.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Apr 20 2016 Automatic Build System <autodist@mambasoft.it> 1.8.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Mar 26 2016 Automatic Build System <autodist@mambasoft.it> 1.8.0-1mamba
|
* Sat Mar 26 2016 Automatic Build System <autodist@mambasoft.it> 1.8.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user