Compare commits

...

21 Commits

Author SHA1 Message Date
7c331f8476 automatic version update by autodist [release 1.14.3-1mamba;Tue Sep 18 2018] 2024-01-05 23:33:24 +01:00
f07222ce86 automatic version update by autodist [release 1.14.2-1mamba;Fri Jul 20 2018] 2024-01-05 23:33:24 +01:00
ad7cfe28ca automatic version update by autodist [release 1.14.1-1mamba;Fri May 18 2018] 2024-01-05 23:33:24 +01:00
223287ae9f automatic version update by autodist [release 1.14.0-1mamba;Tue Mar 20 2018] 2024-01-05 23:33:24 +01:00
892902e60e automatic version update by autodist [release 1.12.4-1mamba;Wed Dec 20 2017] 2024-01-05 23:33:24 +01:00
df5d0adb80 automatic version update by autodist [release 1.12.2-1mamba;Fri Jul 14 2017] 2024-01-05 23:33:24 +01:00
3cd8571d00 automatic version update by autodist [release 1.12.1-1mamba;Tue Jun 20 2017] 2024-01-05 23:33:24 +01:00
615c643602 automatic version update by autodist [release 1.12.0-1mamba;Sat May 06 2017] 2024-01-05 23:33:24 +01:00
f3bc15c6ee automatic version update by autodist [release 1.10.4-1mamba;Fri Feb 24 2017] 2024-01-05 23:33:24 +01:00
3e3de4d699 automatic version update by autodist [release 1.10.3-1mamba;Thu Feb 02 2017] 2024-01-05 23:33:24 +01:00
7ae0f72447 automatic version update by autodist [release 1.10.2-1mamba;Tue Nov 29 2016] 2024-01-05 23:33:24 +01:00
3bf0a35456 automatic version update by autodist [release 1.10.1-1mamba;Thu Nov 17 2016] 2024-01-05 23:33:24 +01:00
6ed086743b automatic version update by autodist [release 1.10.0-1mamba;Wed Nov 02 2016] 2024-01-05 23:33:24 +01:00
4a7f5209de automatic update by autodist [release 1.9.2-1mamba;Mon Sep 19 2016] 2024-01-05 23:33:24 +01:00
ddcdbeb936 automatic version update by autodist [release 1.8.3-1mamba;Fri Aug 19 2016] 2024-01-05 23:33:24 +01:00
dc4126f1ca automatic version update by autodist [release 1.8.2-1mamba;Thu Jun 09 2016] 2024-01-05 23:33:24 +01:00
6e5e20a49b automatic version update by autodist [release 1.8.1-1mamba;Wed Apr 20 2016] 2024-01-05 23:33:24 +01:00
510cd061b8 automatic version update by autodist [release 1.8.0-1mamba;Sat Mar 26 2016] 2024-01-05 23:33:24 +01:00
24c03cf3e3 automatic version update by autodist [release 1.6.3-1mamba;Wed Jan 20 2016] 2024-01-05 23:33:24 +01:00
2005af35f0 automatic version update by autodist [release 1.6.2-1mamba;Tue Dec 15 2015] 2024-01-05 23:33:24 +01:00
c7ab92d0ca automatic version update by autodist [release 1.6.1-1mamba;Fri Oct 30 2015] 2024-01-05 23:33:24 +01:00

View File

@@ -5,7 +5,7 @@
%define libname lib%{name}
Name: gstreamer
Version: 1.4.5
Version: 1.14.3
Release: 1mamba
Epoch: 2
Summary: A framework for streaming media
@@ -77,14 +77,18 @@ GStreamer library API documentation.
%prep
%setup -q -n gstreamer-%{version}
#-D -T
#%patch0 -p1
%build
#:<< _EOF
./autogen.sh
export CHECK_LIBS=-lcheck
%configure \
--with-cachedir=%{gscachedir} \
%ifnarch arm
--enable-gtk-doc \
%endif
--with-html-dir=%{_datadir}/gtk-doc/html
# --enable-docbook
@@ -119,12 +123,12 @@ install -d %{buildroot}%{gscachedir}
%files -n %{name}-tools -f gstreamer-%{MAJversion}.0.lang
%defattr(-,root,root)
#%{_bindir}/gst-feedback-%{MAJversion}.0
%{_datadir}/bash-completion/completions/gst-*
%{_datadir}/bash-completion/helpers/gst*
%{_bindir}/gst-inspect-%{MAJversion}.0
%{_bindir}/gst-launch-%{MAJversion}.0
%{_bindir}/gst-typefind-%{MAJversion}.0
#%{_bindir}/gst-xmlinspect-%{MAJversion}.0
#%{_bindir}/gst-xmllaunch-%{MAJversion}.0
%{_bindir}/gst-stats-%{MAJversion}.0
%{_mandir}/man1/*
%files -n %{libname}
@@ -132,7 +136,7 @@ install -d %{buildroot}%{gscachedir}
%{_libdir}/*.so.*
%{_libdir}/gstreamer-%{MAJversion}.0/
%{_libdir}/girepository-1.0/Gst*.typelib
%{_libexecdir}/gstreamer-%{MAJversion}.0/gst-plugin-scanner
%{_libexecdir}/gstreamer-%{MAJversion}.0/gst-*
%dir %{gscachedir}
%doc AUTHORS COPYING
@@ -148,11 +152,83 @@ install -d %{buildroot}%{gscachedir}
%files -n %{libname}-apidocs
%defattr(-,root,root)
%{_datadir}/gtk-doc/html/gstreamer-libs-%{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/
%changelog
* Tue Sep 18 2018 Automatic Build System <autodist@mambasoft.it> 1.14.3-1mamba
- automatic version update by autodist
* Fri Jul 20 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
* 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
- automatic version update by autodist
* Wed Jan 20 2016 Automatic Build System <autodist@mambasoft.it> 1.6.3-1mamba
- automatic version update by autodist
* Tue Dec 15 2015 Automatic Build System <autodist@mambasoft.it> 1.6.2-1mamba
- automatic version update by autodist
* Fri Oct 30 2015 Automatic Build System <autodist@mambasoft.it> 1.6.1-1mamba
- automatic version update by autodist
* Tue Oct 06 2015 Automatic Build System <autodist@mambasoft.it> 1.6.0-1mamba
- automatic version update by autodist
* Sun Dec 21 2014 Automatic Build System <autodist@mambasoft.it> 1.4.5-1mamba
- automatic version update by autodist