automatic version update by autodist [release 1.22.0-1mamba;Wed Jan 25 2023]
This commit is contained in:
parent
97238f2c50
commit
b329bb07ce
@ -1,33 +1,32 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: python-gst
|
||||
Version: 1.22.9
|
||||
Release: 1mamba
|
||||
Summary: Python bindings for GStreamer
|
||||
Group: Development/Languages
|
||||
Name: python-gst
|
||||
Version: 1.22.0
|
||||
Release: 1mamba
|
||||
Summary: Python bindings for GStreamer
|
||||
Group: Development/Languages
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://gstreamer.freedesktop.org/
|
||||
Source: http://gstreamer.freedesktop.org/src/gst-python/gst-python-%{version}.tar.xz
|
||||
Patch: gst-python-0.10.13-configure-python26.patch
|
||||
License: LGPL
|
||||
Packager: Automatic Build System <autodist@mambasoft.it>
|
||||
URL: https://gstreamer.freedesktop.org/
|
||||
Source: http://gstreamer.freedesktop.org/src/gst-python/gst-python-%{version}.tar.xz
|
||||
Patch: gst-python-0.10.13-configure-python26.patch
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgstreamer-devel
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: libpython311-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: xmlto
|
||||
#BuildRequires:links2
|
||||
BuildRequires: gst-plugins-base
|
||||
BuildRequires: pygobject-devel
|
||||
BuildRequires: pygtk-devel
|
||||
Provides: gst-python
|
||||
Obsoletes: gst-python < 1.22.1
|
||||
Provides: python-gst-devel
|
||||
Obsoletes: python-gst-devel < 1.22.1
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: xmlto
|
||||
#BuildRequires: links2
|
||||
BuildRequires: gst-plugins-base
|
||||
BuildRequires: pygobject-devel
|
||||
BuildRequires: pygtk-devel
|
||||
Provides: gst-python
|
||||
Obsoletes: gst-python
|
||||
Provides: python-gst-devel
|
||||
Obsoletes: python-gst-devel
|
||||
|
||||
%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.
|
||||
@ -68,8 +67,8 @@ This package contains static libraries needed for development.
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%dir %{python3_sitearch}/gi/overrides/
|
||||
%{python3_sitearch}/gi/overrides/*
|
||||
%dir %{python3_sitelib}/gi/overrides/
|
||||
%{python3_sitelib}/gi/overrides/*
|
||||
%{_libdir}/gstreamer-1.0/libgstpython.so
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
@ -78,33 +77,6 @@ This package contains static libraries needed for development.
|
||||
#%doc ChangeLog NEWS README TODO
|
||||
|
||||
%changelog
|
||||
* Thu Jan 25 2024 Automatic Build System <autodist@openmamba.org> 1.22.9-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Dec 19 2023 Automatic Build System <autodist@mambasoft.it> 1.22.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Nov 14 2023 Automatic Build System <autodist@mambasoft.it> 1.22.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Sep 21 2023 Automatic Build System <autodist@mambasoft.it> 1.22.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 21 2023 Automatic Build System <autodist@mambasoft.it> 1.22.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jun 22 2023 Automatic Build System <autodist@mambasoft.it> 1.22.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat May 20 2023 Automatic Build System <autodist@mambasoft.it> 1.22.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Apr 12 2023 Automatic Build System <autodist@mambasoft.it> 1.22.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Mar 06 2023 Automatic Build System <autodist@mambasoft.it> 1.22.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jan 25 2023 Automatic Build System <autodist@mambasoft.it> 1.22.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user