automatic version update by autodist [release 1.18.3-1mamba;Fri Feb 19 2021]

This commit is contained in:
Automatic Build System 2024-01-06 11:12:55 +01:00
parent a591e99bf7
commit 265f8dc16d
2 changed files with 20 additions and 19 deletions

View File

@ -4,4 +4,3 @@ GStreamer is a library that allows the construction of graphs of media-handling
Applications can take advantage of advances in codec and filter technology transparently. 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. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface.

View File

@ -1,23 +1,16 @@
%define majver %(echo %version | cut -d. -f1-2) %define majver %(echo %version | cut -d. -f1-2)
Name: python-gst Name: python-gst
Version: 1.9.90 Version: 1.18.3
Release: 1mamba Release: 1mamba
Summary: Python bindings for GStreamer Summary: Python bindings for GStreamer
Group: Development/Languages Group: Development/Languages
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Automatic Build System <autodist@mambasoft.it> Packager: Automatic Build System <autodist@mambasoft.it>
URL: http://gstreamer.freedesktop.org/ URL: https://gstreamer.freedesktop.org/
Source: http://gstreamer.freedesktop.org/src/gst-python/gst-python-%{version}.tar.xz Source: http://gstreamer.freedesktop.org/src/gst-python/gst-python-%{version}.tar.xz
Patch: gst-python-0.10.13-configure-python26.patch Patch: gst-python-0.10.13-configure-python26.patch
License: LGPL License: LGPL
BuildRequires: gcc-c++
BuildRequires: xmlto
#BuildRequires: links2
BuildRequires: gst-plugins-base
BuildRequires: libpython-devel
BuildRequires: pygobject-devel
BuildRequires: pygtk-devel
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libglib-devel BuildRequires: libglib-devel
@ -26,6 +19,12 @@ BuildRequires: libgstreamer-devel
BuildRequires: libpython-devel BuildRequires: libpython-devel
BuildRequires: libxml2-devel BuildRequires: libxml2-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: gcc-c++
BuildRequires: xmlto
#BuildRequires: links2
BuildRequires: gst-plugins-base
BuildRequires: pygobject-devel
BuildRequires: pygtk-devel
Provides: gst-python Provides: gst-python
Obsoletes: gst-python Obsoletes: gst-python
Provides: python-gst-devel Provides: python-gst-devel
@ -37,7 +36,6 @@ GStreamer is a library that allows the construction of graphs of media-handling
Applications can take advantage of advances in codec and filter technology transparently. 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. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface.
%package devel %package devel
Summary: Devel package for %{name} Summary: Devel package for %{name}
Group: Development/Libraries Group: Development/Libraries
@ -47,20 +45,22 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
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. 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. 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. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface.
This package contains static libraries needed for development.
This package contains static libraries need for development. %debug_package
%prep %prep
%setup -q -n gst-python-%{version} %setup -q -n gst-python-%{version}
#%patch -p1 #%patch -p1
%build %build
%configure %meson
%make
%meson_build
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall %meson_install
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -70,10 +70,9 @@ This package contains static libraries need for development.
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%dir %{python_sitearch}/gi/overrides/ %dir %{python3_sitelib}/gi/overrides/
%{python_sitearch}/gi/overrides/* %{python3_sitelib}/gi/overrides/*
%{_libdir}/gstreamer-1.0/libgstpythonplugin.la %{_libdir}/gstreamer-1.0/libgstpython.so
%{_libdir}/gstreamer-1.0/libgstpythonplugin.so
%doc AUTHORS COPYING %doc AUTHORS COPYING
#%files devel #%files devel
@ -81,6 +80,9 @@ This package contains static libraries need for development.
#%doc ChangeLog NEWS README TODO #%doc ChangeLog NEWS README TODO
%changelog %changelog
* Fri Feb 19 2021 Automatic Build System <autodist@mambasoft.it> 1.18.3-1mamba
- automatic version update by autodist
* Sun Jun 11 2017 Automatic Build System <autodist@mambasoft.it> 1.9.90-1mamba * Sun Jun 11 2017 Automatic Build System <autodist@mambasoft.it> 1.9.90-1mamba
- automatic update by autodist - automatic update by autodist