obsolete mlt6 [release 7.20.0-2mamba;Tue Oct 10 2023]

This commit is contained in:
Silvan Calarco 2024-01-06 07:11:23 +01:00
parent 4d0e55fc16
commit ae31a25ddb

View File

@ -1,7 +1,7 @@
%define apiver %(echo %version | cut -d. -f1)
Name: mlt
Version: 7.20.0
Release: 1mamba
Release: 2mamba
Summary: An open source multimedia framework, designed and developed for television broadcasting
Group: Development/Tools
Vendor: openmamba
@ -57,6 +57,7 @@ BuildRequires: librtaudio-devel >= 5.0.0-1mamba
BuildRequires: ladspa-devel
BuildRequires: frei0r-plugins-devel
BuildRequires: sox-devel >= 14.4.2
Obsoletes: mlt < 7.0.0
%description
MLT is an open source multimedia framework, designed and developed for television broadcasting. It provides a toolkit for broadcasters, video editors, media players, transcoders, web streamers and many more types of applications. The functionality of the system is provided via an assortment of ready to use tools, xml authoring components, and an extendible plug-in based API.
@ -67,6 +68,7 @@ Group: System/Libraries
Requires: %{name} = %{version}-%{release}
Provides: libmlt++
Obsoletes: libmlt++ < 7.0.0
Obsoletes: libmlt < 7.0.0
%description -n lib%{name}
MLT is an open source multimedia framework, designed and developed for television broadcasting. It provides a toolkit for broadcasters, video editors, media players, transcoders, web streamers and many more types of applications. The functionality of the system is provided via an assortment of ready to use tools, xml authoring components, and an extendible plug-in based API.
@ -81,6 +83,7 @@ Provides: libmlt++-devel
Obsoletes: libmlt++-devel < 7.0.0
Provides: mlt-devel
Obsoletes: mlt-devel < 7.0.0
Obsoletes: libmlt-devel < 7.0.0
%description -n lib%{name}-devel
MLT is an open source multimedia framework, designed and developed for television broadcasting. It provides a toolkit for broadcasters, video editors, media players, transcoders, web streamers and many more types of applications. The functionality of the system is provided via an assortment of ready to use tools, xml authoring components, and an extendible plug-in based API.
@ -158,6 +161,9 @@ This package contains the Python binding for %{name}.
%{python3_sitearch}/mlt7.py
%changelog
* Tue Oct 10 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 7.20.0-2mamba
- obsolete mlt6
* Fri Oct 06 2023 Automatic Build System <autodist@mambasoft.it> 7.20.0-1mamba
- automatic version update by autodist