2024-01-05 23:33:23 +01:00
|
|
|
%define MAJversion %(echo %version | cut -d. -f 1)
|
|
|
|
%define majversion %(echo %version | cut -d. -f 1-2)
|
|
|
|
|
|
|
|
%define libname lib%{name}
|
|
|
|
|
|
|
|
Name: gstreamer
|
2024-08-22 11:40:59 +02:00
|
|
|
Version: 1.24.7
|
2024-01-05 23:33:25 +01:00
|
|
|
Release: 1mamba
|
2024-01-05 23:33:23 +01:00
|
|
|
Epoch: 2
|
|
|
|
Summary: A framework for streaming media
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 23:33:25 +01:00
|
|
|
URL: https://gstreamer.freedesktop.org
|
2024-01-05 23:33:23 +01:00
|
|
|
Source: http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-%{version}.tar.xz
|
|
|
|
Patch0: gstreamer-1.1.3-bison-3.0.patch
|
2024-01-05 23:33:25 +01:00
|
|
|
Patch1: gstreamer-1.16.2-glib-2.64.2.patch
|
2024-01-05 23:33:23 +01:00
|
|
|
License: LGPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-05 23:33:25 +01:00
|
|
|
BuildRequires: libcap-devel
|
|
|
|
BuildRequires: libdw-devel
|
2024-03-07 10:13:37 +01:00
|
|
|
BuildRequires: libgcc
|
2024-01-05 23:33:23 +01:00
|
|
|
BuildRequires: libglib-devel
|
2024-01-05 23:33:25 +01:00
|
|
|
BuildRequires: libunwind-devel
|
2024-01-05 23:33:23 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: bash
|
|
|
|
BuildRequires: ldconfig
|
|
|
|
BuildRequires: bison
|
|
|
|
BuildRequires: flex
|
2024-01-05 23:33:23 +01:00
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: automake
|
|
|
|
BuildRequires: autoconf
|
2024-01-05 23:33:25 +01:00
|
|
|
BuildRequires: hotdoc
|
2024-01-05 23:33:23 +01:00
|
|
|
|
|
|
|
# FIXME:
|
|
|
|
# checking for docbook2ps... false
|
|
|
|
# checking for docbook2html... false
|
|
|
|
|
|
|
|
%description
|
|
|
|
GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple Ogg/Vorbis playback to complex audio (mixing) and video (non-linear editing) processing. Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface.
|
|
|
|
|
|
|
|
%package -n %{name}-tools
|
|
|
|
Summary: A framework for streaming media
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
|
|
|
|
%description -n %{name}-tools
|
|
|
|
GStreamer is a streaming-media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plugins.
|
|
|
|
|
|
|
|
%package -n %{libname}
|
|
|
|
Summary: Libraries for GStreamer streaming-media framework
|
|
|
|
Group: System/Libraries
|
2024-01-05 23:33:25 +01:00
|
|
|
Requires: %{name}-tools = %{?epoch:%epoch:}%{version}-%{release}
|
2024-01-05 23:33:23 +01:00
|
|
|
|
|
|
|
%description -n %{libname}
|
|
|
|
GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple Ogg/Vorbis playback to complex audio (mixing) and video (non-linear editing) processing. Applications can take advantage of advances in codec and filter technology transparently.
|
|
|
|
Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface.
|
|
|
|
This package contains the libraries.
|
|
|
|
|
|
|
|
%package -n %{libname}-devel
|
|
|
|
Summary: Devel package for GStreamer library
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description -n %{libname}-devel
|
|
|
|
GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple Ogg/Vorbis playback to complex audio (mixing) and video (non-linear editing) processing. Applications can take advantage of advances in codec and filter technology transparently.
|
|
|
|
Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface.
|
2024-01-05 23:33:25 +01:00
|
|
|
This package contains static libraries and header files needed for development.
|
2024-01-05 23:33:23 +01:00
|
|
|
|
|
|
|
%package -n %{libname}-apidocs
|
|
|
|
Summary: GStreamer library API documentation
|
|
|
|
Group: Documentation
|
|
|
|
Requires: gtk-doc
|
|
|
|
|
|
|
|
%description -n %{libname}-apidocs
|
|
|
|
GStreamer library API documentation.
|
|
|
|
|
2024-01-05 23:33:25 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-05 23:33:23 +01:00
|
|
|
%prep
|
|
|
|
%setup -q -n gstreamer-%{version}
|
2024-01-05 23:33:24 +01:00
|
|
|
#-D -T
|
2024-01-05 23:33:25 +01:00
|
|
|
%ifarch x86_64 aarch64
|
|
|
|
sed -i "s|/libexec'|/libexec64'|" meson.build
|
|
|
|
%endif
|
2024-01-05 23:33:23 +01:00
|
|
|
|
|
|
|
%build
|
2024-01-05 23:33:24 +01:00
|
|
|
#:<< _EOF
|
2024-01-05 23:33:25 +01:00
|
|
|
%meson \
|
2024-01-05 23:33:25 +01:00
|
|
|
-Ddoc=enabled
|
2024-01-05 23:33:25 +01:00
|
|
|
|
|
|
|
#export CHECK_LIBS=-lcheck
|
|
|
|
#% configure \
|
|
|
|
# --with-cachedir=%{gscachedir} \
|
|
|
|
#%ifnarch arm
|
|
|
|
# --enable-gtk-doc \
|
|
|
|
#%endif
|
|
|
|
# --with-html-dir=%{_datadir}/gtk-doc/html
|
|
|
|
## --enable-docbook
|
2024-01-05 23:33:23 +01:00
|
|
|
|
|
|
|
#% ifnarch arm x86_64
|
|
|
|
# --enable-gtk-doc \
|
|
|
|
#% endif
|
|
|
|
|
2024-01-05 23:33:25 +01:00
|
|
|
%meson_build
|
2024-01-05 23:33:23 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
2024-01-05 23:33:25 +01:00
|
|
|
%meson_install
|
2024-01-05 23:33:23 +01:00
|
|
|
|
2024-01-05 23:33:25 +01:00
|
|
|
#install -d %{buildroot}%{gscachedir}
|
2024-01-05 23:33:23 +01:00
|
|
|
|
|
|
|
%find_lang gstreamer-%{MAJversion}.0
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
|
|
|
|
%post -n %{libname} -p /sbin/ldconfig
|
|
|
|
%postun -n %{libname} -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files -n %{name}-tools -f gstreamer-%{MAJversion}.0.lang
|
|
|
|
%defattr(-,root,root)
|
2024-01-05 23:33:24 +01:00
|
|
|
%{_datadir}/bash-completion/completions/gst-*
|
|
|
|
%{_datadir}/bash-completion/helpers/gst*
|
2024-01-05 23:33:23 +01:00
|
|
|
%{_bindir}/gst-inspect-%{MAJversion}.0
|
|
|
|
%{_bindir}/gst-launch-%{MAJversion}.0
|
2024-01-05 23:33:25 +01:00
|
|
|
%{_bindir}/gst-tester-%{MAJversion}.0
|
2024-01-05 23:33:23 +01:00
|
|
|
%{_bindir}/gst-typefind-%{MAJversion}.0
|
2024-01-05 23:33:24 +01:00
|
|
|
%{_bindir}/gst-stats-%{MAJversion}.0
|
2024-01-05 23:33:24 +01:00
|
|
|
%{_datadir}/gdb/auto-load/usr/%{_lib}/libgstreamer-*.so.*-gdb.py
|
|
|
|
%dir %{_datadir}/gstreamer-*/gdb
|
|
|
|
%{_datadir}/gstreamer-*/gdb/*
|
2024-01-05 23:33:23 +01:00
|
|
|
%{_mandir}/man1/*
|
|
|
|
|
|
|
|
%files -n %{libname}
|
|
|
|
%defattr(-,root,root)
|
2024-01-05 23:33:25 +01:00
|
|
|
%{_libdir}/libgst*.so.*
|
2024-01-05 23:33:23 +01:00
|
|
|
%{_libdir}/gstreamer-%{MAJversion}.0/
|
|
|
|
%{_libdir}/girepository-1.0/Gst*.typelib
|
2024-01-05 23:33:24 +01:00
|
|
|
%{_libexecdir}/gstreamer-%{MAJversion}.0/gst-*
|
2024-01-05 23:33:23 +01:00
|
|
|
%doc AUTHORS COPYING
|
|
|
|
|
|
|
|
%files -n %{libname}-devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_includedir}/gstreamer-%{MAJversion}.0/
|
|
|
|
%{_datadir}/aclocal/*
|
|
|
|
%{_datadir}/gir-1.0/Gst*.gir
|
2024-01-05 23:33:25 +01:00
|
|
|
%{_libdir}/libgst*-%{MAJversion}.0.so
|
2024-01-05 23:33:23 +01:00
|
|
|
%{_libdir}/pkgconfig/*
|
2024-01-05 23:33:25 +01:00
|
|
|
%doc NEWS RELEASE
|
2024-01-05 23:33:23 +01:00
|
|
|
|
2024-01-05 23:33:25 +01:00
|
|
|
#%files -n %{libname}-apidocs
|
|
|
|
#%defattr(-,root,root)
|
|
|
|
#%{_datadir}/gtk-doc/html/gstreamer-%{MAJversion}.0/
|
|
|
|
#%{_datadir}/gtk-doc/html/gstreamer-libs-%{MAJversion}.0/
|
|
|
|
#%{_datadir}/gtk-doc/html/gstreamer-plugins-%{MAJversion}.0/
|
2024-01-05 23:33:23 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-08-22 11:40:59 +02:00
|
|
|
* Thu Aug 22 2024 Automatic Build System <autodist@openmamba.org> 1.24.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-07-30 20:24:10 +02:00
|
|
|
* Tue Jul 30 2024 Automatic Build System <autodist@openmamba.org> 1.24.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-06-22 10:46:18 +02:00
|
|
|
* Fri Jun 21 2024 Automatic Build System <autodist@openmamba.org> 1.24.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-06-01 11:15:19 +02:00
|
|
|
* Fri May 31 2024 Automatic Build System <autodist@openmamba.org> 1.24.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-05-01 01:26:36 +02:00
|
|
|
* Tue Apr 30 2024 Automatic Build System <autodist@openmamba.org> 1.24.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-04-11 19:07:38 +02:00
|
|
|
* Wed Apr 10 2024 Automatic Build System <autodist@openmamba.org> 1.24.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-03-23 11:06:09 +01:00
|
|
|
* Fri Mar 22 2024 Automatic Build System <autodist@openmamba.org> 1.24.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-03-07 10:13:37 +01:00
|
|
|
* Tue Mar 05 2024 Automatic Build System <autodist@openmamba.org> 1.24.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-02-14 11:05:42 +01:00
|
|
|
* Tue Feb 13 2024 Automatic Build System <autodist@openmamba.org> 1.22.10-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-27 10:20:36 +01:00
|
|
|
* Thu Jan 25 2024 Automatic Build System <autodist@openmamba.org> 1.22.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:33:29 +01:00
|
|
|
* Mon Dec 18 2023 Automatic Build System <autodist@mambasoft.it> 1.22.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:33:29 +01:00
|
|
|
* Tue Nov 14 2023 Automatic Build System <autodist@mambasoft.it> 1.22.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:33:29 +01:00
|
|
|
* Sat Sep 23 2023 Automatic Build System <autodist@mambasoft.it> 1.22.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:33:28 +01:00
|
|
|
* Fri Jul 21 2023 Automatic Build System <autodist@mambasoft.it> 1.22.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:33:28 +01:00
|
|
|
* Wed Jun 21 2023 Automatic Build System <autodist@mambasoft.it> 1.22.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:33:27 +01:00
|
|
|
* Fri May 19 2023 Automatic Build System <autodist@mambasoft.it> 1.22.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:33:27 +01:00
|
|
|
* Wed Apr 12 2023 Automatic Build System <autodist@mambasoft.it> 1.22.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:33:26 +01:00
|
|
|
* Sun Mar 05 2023 Automatic Build System <autodist@mambasoft.it> 1.22.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:33:26 +01:00
|
|
|
* Tue Jan 24 2023 Automatic Build System <autodist@mambasoft.it> 1.22.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:33:25 +01:00
|
|
|
* Tue Dec 20 2022 Automatic Build System <autodist@mambasoft.it> 1.20.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:33:25 +01:00
|
|
|
* Fri Oct 14 2022 Automatic Build System <autodist@mambasoft.it> 1.20.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:33:25 +01:00
|
|
|
* Thu Jun 16 2022 Automatic Build System <autodist@mambasoft.it> 1.20.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:33:25 +01:00
|
|
|
* Tue May 03 2022 Automatic Build System <autodist@mambasoft.it> 1.20.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:33:25 +01:00
|
|
|
* Thu Apr 21 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.20.1-2mamba
|
|
|
|
- fix libexecdir in pkg-config file
|
|
|
|
|
2024-01-05 23:33:25 +01:00
|
|
|
* Wed Mar 16 2022 Automatic Build System <autodist@mambasoft.it> 1.20.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:33:25 +01:00
|
|
|
* Sat Feb 12 2022 Automatic Build System <autodist@mambasoft.it> 1.20.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Feb 03 2022 Automatic Build System <autodist@mambasoft.it> 1.18.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:33:25 +01:00
|
|
|
* Thu Sep 09 2021 Automatic Build System <autodist@mambasoft.it> 1.18.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:33:25 +01:00
|
|
|
* Tue Mar 16 2021 Automatic Build System <autodist@mambasoft.it> 1.18.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:33:25 +01:00
|
|
|
* Thu Jan 14 2021 Automatic Build System <autodist@mambasoft.it> 1.18.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:33:25 +01:00
|
|
|
* Mon Dec 07 2020 Automatic Build System <autodist@mambasoft.it> 1.18.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:33:25 +01:00
|
|
|
* Tue Oct 27 2020 Automatic Build System <autodist@mambasoft.it> 1.18.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:33:25 +01:00
|
|
|
* Fri Sep 18 2020 Automatic Build System <autodist@mambasoft.it> 1.18.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:33:25 +01:00
|
|
|
* Fri Jul 10 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.16.2-2mamba
|
|
|
|
- libgstreamer: require gstreamer-tools; added debug package
|
|
|
|
|
2024-01-05 23:33:25 +01:00
|
|
|
* Wed Dec 04 2019 Automatic Build System <autodist@mambasoft.it> 1.16.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:33:24 +01:00
|
|
|
* Tue Sep 24 2019 Automatic Build System <autodist@mambasoft.it> 1.16.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:33:24 +01:00
|
|
|
* Fri Apr 19 2019 Automatic Build System <autodist@mambasoft.it> 1.16.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Feb 27 2019 Automatic Build System <autodist@mambasoft.it> 1.15.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:33:24 +01:00
|
|
|
* Mon Jan 28 2019 Automatic Build System <autodist@mambasoft.it> 1.15.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:33:24 +01:00
|
|
|
* Wed Oct 03 2018 Automatic Build System <autodist@mambasoft.it> 1.14.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:33:24 +01:00
|
|
|
* Tue Sep 18 2018 Automatic Build System <autodist@mambasoft.it> 1.14.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:33:24 +01:00
|
|
|
* Fri Jul 20 2018 Automatic Build System <autodist@mambasoft.it> 1.14.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:33:24 +01:00
|
|
|
* Fri May 18 2018 Automatic Build System <autodist@mambasoft.it> 1.14.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:33:24 +01:00
|
|
|
* Tue Mar 20 2018 Automatic Build System <autodist@mambasoft.it> 1.14.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:33:24 +01:00
|
|
|
* 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
|
|
|
|
|
2024-01-05 23:33:24 +01:00
|
|
|
* Fri Jul 14 2017 Automatic Build System <autodist@mambasoft.it> 1.12.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:33:24 +01:00
|
|
|
* Tue Jun 20 2017 Automatic Build System <autodist@mambasoft.it> 1.12.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:33:24 +01:00
|
|
|
* Sat May 06 2017 Automatic Build System <autodist@mambasoft.it> 1.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:33:24 +01:00
|
|
|
* Fri Feb 24 2017 Automatic Build System <autodist@mambasoft.it> 1.10.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:33:24 +01:00
|
|
|
* Thu Feb 02 2017 Automatic Build System <autodist@mambasoft.it> 1.10.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:33:24 +01:00
|
|
|
* Tue Nov 29 2016 Automatic Build System <autodist@mambasoft.it> 1.10.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:33:24 +01:00
|
|
|
* Thu Nov 17 2016 Automatic Build System <autodist@mambasoft.it> 1.10.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:33:24 +01:00
|
|
|
* 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
|
|
|
|
|
2024-01-05 23:33:24 +01:00
|
|
|
* Mon Sep 19 2016 Automatic Build System <autodist@mambasoft.it> 1.9.2-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 23:33:24 +01:00
|
|
|
* Fri Aug 19 2016 Automatic Build System <autodist@mambasoft.it> 1.8.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:33:24 +01:00
|
|
|
* Thu Jun 09 2016 Automatic Build System <autodist@mambasoft.it> 1.8.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:33:24 +01:00
|
|
|
* Wed Apr 20 2016 Automatic Build System <autodist@mambasoft.it> 1.8.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:33:24 +01:00
|
|
|
* Sat Mar 26 2016 Automatic Build System <autodist@mambasoft.it> 1.8.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:33:24 +01:00
|
|
|
* Wed Jan 20 2016 Automatic Build System <autodist@mambasoft.it> 1.6.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:33:24 +01:00
|
|
|
* Tue Dec 15 2015 Automatic Build System <autodist@mambasoft.it> 1.6.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:33:24 +01:00
|
|
|
* 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
|
|
|
|
|
2024-01-05 23:33:24 +01:00
|
|
|
* Sun Dec 21 2014 Automatic Build System <autodist@mambasoft.it> 1.4.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:33:23 +01:00
|
|
|
* Thu Nov 06 2014 Automatic Build System <autodist@mambasoft.it> 1.4.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:33:23 +01:00
|
|
|
* Wed Sep 24 2014 Automatic Build System <autodist@mambasoft.it> 1.4.3-2mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Sep 24 2014 Automatic Build System <autodist@mambasoft.it> 1.4.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Sep 19 2014 Automatic Build System <autodist@mambasoft.it> 1.4.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Aug 28 2014 Automatic Build System <autodist@mambasoft.it> 1.4.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Jul 21 2014 Automatic Build System <autodist@mambasoft.it> 1.4.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Jul 20 2014 Automatic Build System <autodist@mambasoft.it> 1.3.91-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Wed Jul 02 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.3-1mamba
|
|
|
|
- update to 1.3.3
|
|
|
|
|
|
|
|
* Thu May 29 2014 Automatic Build System <autodist@mambasoft.it> 1.3.2-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 23:33:23 +01:00
|
|
|
* Sat Apr 19 2014 Automatic Build System <autodist@mambasoft.it> 1.2.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Feb 09 2014 Automatic Build System <autodist@mambasoft.it> 1.2.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Dec 28 2013 Automatic Build System <autodist@mambasoft.it> 1.2.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Nov 10 2013 Automatic Build System <autodist@mambasoft.it> 1.2.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Oct 30 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.0-2mamba
|
|
|
|
- bump epoch up
|
|
|
|
|
|
|
|
* Tue Sep 24 2013 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Aug 28 2013 Automatic Build System <autodist@mambasoft.it> 1.1.4-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Tue Jun 11 2013 Automatic Build System <autodist@mambasoft.it> 1.1.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Apr 27 2013 Automatic Build System <autodist@mambasoft.it> 1.0.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Mar 26 2013 Automatic Build System <autodist@mambasoft.it> 1.0.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Jan 08 2013 Automatic Build System <autodist@mambasoft.it> 1.0.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Dec 19 2012 Automatic Build System <autodist@mambasoft.it> 1.0.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Nov 21 2012 Automatic Build System <autodist@mambasoft.it> 1.0.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Oct 25 2012 Automatic Build System <autodist@mambasoft.it> 1.0.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Oct 08 2012 Automatic Build System <autodist@mambasoft.it> 1.0.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Oct 03 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0-2mamba
|
2024-01-05 23:33:25 +01:00
|
|
|
- remove obsolete for *gstreamer0.10 to prevent a circular obsolete with gstreamer010 legacy package
|
2024-01-05 23:33:23 +01:00
|
|
|
|
|
|
|
* Tue Sep 25 2012 Automatic Build System <autodist@mambasoft.it> 1.0.0-1mamba
|
|
|
|
- update to 1.0.0
|
|
|
|
|
|
|
|
* Mon Oct 03 2011 Automatic Build System <autodist@mambasoft.it> 0.11.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Aug 03 2011 Automatic Build System <autodist@mambasoft.it> 0.11.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Jun 16 2011 Automatic Build System <autodist@mambasoft.it> 0.10.35-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sat May 14 2011 Automatic Build System <autodist@mambasoft.it> 0.10.34-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Tue May 10 2011 Automatic Build System <autodist@mambasoft.it> 0.10.33-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Tue Feb 01 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.32-2mamba
|
|
|
|
- libgstreamer: remove requirement for gstreamer-tools to prevent loop
|
|
|
|
|
|
|
|
* Fri Jan 21 2011 Automatic Build System <autodist@mambasoft.it> 0.10.32-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Thu Dec 02 2010 Automatic Build System <autodist@mambasoft.it> 0.10.31-1mamba
|
|
|
|
- automatic update to 0.10.31 by autodist
|
|
|
|
|
|
|
|
* Thu Jul 15 2010 Automatic Build System <autodist@mambasoft.it> 0.10.30-1mamba
|
|
|
|
- automatic update to 0.10.30 by autodist
|
|
|
|
|
|
|
|
* Thu Apr 29 2010 Automatic Build System <autodist@mambasoft.it> 0.10.29-1mamba
|
|
|
|
- automatic update to 0.10.29 by autodist
|
|
|
|
|
|
|
|
* Tue Mar 09 2010 Automatic Build System <autodist@mambasoft.it> 0.10.28-1mamba
|
|
|
|
- automatic update to 0.10.28 by autodist
|
|
|
|
|
|
|
|
* Sat Mar 06 2010 Automatic Build System <autodist@mambasoft.it> 0.10.27-1mamba
|
|
|
|
- automatic update to 0.10.27 by autodist
|
|
|
|
|
|
|
|
* Sat Feb 13 2010 Automatic Build System <autodist@mambasoft.it> 0.10.26-1mamba
|
|
|
|
- automatic update to 0.10.26 by autodist
|
|
|
|
|
|
|
|
* Tue Oct 06 2009 Automatic Build System <autodist@mambasoft.it> 0.10.25-1mamba
|
|
|
|
- automatic update to 0.10.25 by autodist
|
|
|
|
|
|
|
|
* Wed Aug 05 2009 Automatic Build System <autodist@mambasoft.it> 0.10.24-1mamba
|
|
|
|
- automatic update to 0.10.24 by autodist
|
|
|
|
|
|
|
|
* Tue May 26 2009 Automatic Build System <autodist@mambasoft.it> 0.10.23-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Tue Feb 03 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.22-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sun Oct 19 2008 gil <puntogil@libero.it> 0.10.21-2mamba
|
|
|
|
- rebuild glib 2.18.2
|
|
|
|
|
|
|
|
* Sun Oct 19 2008 gil <puntogil@libero.it> 0.10.21-1mamba
|
|
|
|
- update to 0.10.21
|
|
|
|
|
|
|
|
* Wed Jul 09 2008 gil <puntogil@libero.it> 0.10.20-1mamba
|
|
|
|
- update to 0.10.20
|
|
|
|
|
|
|
|
* Fri Apr 11 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.19-1mamba
|
|
|
|
- update to 0.10.19
|
|
|
|
|
|
|
|
* Tue Nov 13 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.14-1mamba
|
|
|
|
- update to 0.10.14
|
|
|
|
|
|
|
|
* Tue Feb 27 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.11-4qilnx
|
|
|
|
- add epoch to allow obsoletion of gstreamer 0.8
|
|
|
|
|
|
|
|
* Sun Feb 25 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.11-3qilnx
|
|
|
|
- rename to gstreamer and obsolete gstreamer0.10
|
|
|
|
|
|
|
|
* Thu Jan 18 2007 Davide Madrisan <davide.madrisan@qilinux.it> 0.10.11-2qilnx
|
|
|
|
- update to version 0.10.11 by autospec
|
|
|
|
- new subpackage apidocs with API documentation
|
|
|
|
|
|
|
|
* Thu Jun 15 2006 Stefano Cotta Ramusino <stefano.cotta@qilinux.it> 0.10.8-1qilnx
|
|
|
|
- update to version 0.10.8 by autospec
|
|
|
|
|
|
|
|
* Tue May 23 2006 Davide Madrisan <davide.madrisan@qilinux.it> 0.10.6-1qilnx
|
|
|
|
- update to version 0.10.6 by autospec
|
|
|
|
|
|
|
|
* Wed Apr 12 2006 Davide Madrisan <davide.madrisan@qilinux.it> 0.10.4-2qilnx
|
|
|
|
- library package renamed to libgstreamer0.10
|
|
|
|
- new subpackage tools
|
|
|
|
- compatibility package libgstreamer08 removed and replaced by libgstreamer
|
|
|
|
|
|
|
|
* Mon Mar 27 2006 Davide Madrisan <davide.madrisan@qilinux.it> 0.10.4-1qilnx
|
|
|
|
- update to version 0.10.4 by autospec
|
|
|
|
- created compatibility package libgstreamer08
|
|
|
|
|
|
|
|
* Tue Dec 13 2005 Davide Madrisan <davide.madrisan@qilinux.it> 0.10.0-1qilnx
|
|
|
|
- update to version 0.10.0 by autospec
|
|
|
|
- new build requirement: libcheck-devel
|
|
|
|
|
|
|
|
* Fri Oct 28 2005 Davide Madrisan <davide.madrisan@qilinux.it> 0.8.11-2qilnx
|
|
|
|
- gtk documentation moved to devel package
|
|
|
|
|
|
|
|
* Wed Oct 26 2005 Davide Madrisan <davide.madrisan@qilinux.it> 0.8.11-1qilnx
|
|
|
|
- update to version 0.8.11 by autospec
|
|
|
|
|
|
|
|
* Thu Jun 09 2005 Davide Madrisan <davide.madrisan@qilinux.it> 0.8.10-1qilnx
|
|
|
|
- update to version 0.8.10 by autospec
|
|
|
|
|
|
|
|
* Mon Mar 07 2005 Davide Madrisan <davide.madrisan@qilinux.it> 0.8.9-1qilnx
|
|
|
|
- update to version 0.8.9 by autospec
|
|
|
|
|
|
|
|
* Sun Oct 03 2004 Davide Madrisan <davide.madrisan@qilinux.it> 0.8.5-1qilnx
|
|
|
|
- update to version 0.8.5 by autospec
|
|
|
|
|
|
|
|
* Thu Sep 02 2004 Davide Madrisan <davide.madrisan@qilinux.it> 0.8.4-1qilnx
|
|
|
|
- update to version 0.8.4 by autospec
|
|
|
|
- added missing BuildRequirements (libgnomeui-devel, libgnome-keyring-devel)
|
|
|
|
|
|
|
|
* Mon Jul 05 2004 Silvan Calarco <silvan.calarco@qinet.it> 0.8.3-2qilnx
|
|
|
|
- added /var/cache/gstreamer dir
|
|
|
|
|
|
|
|
* Sun Jul 04 2004 Silvan Calarco <silvan.calarco@qinet.it> 0.8.3-1qilnx
|
|
|
|
- first build
|