automatic version update by autodist [release 7.20.0-1mamba;Fri Oct 06 2023]

This commit is contained in:
Automatic Build System 2024-01-06 07:11:22 +01:00
parent 56b81c7671
commit 4d0e55fc16

View File

@ -1,6 +1,6 @@
%define apiver %(echo %version | cut -d. -f1) %define apiver %(echo %version | cut -d. -f1)
Name: mlt Name: mlt
Version: 7.16.0 Version: 7.20.0
Release: 1mamba Release: 1mamba
Summary: An open source multimedia framework, designed and developed for television broadcasting Summary: An open source multimedia framework, designed and developed for television broadcasting
Group: Development/Tools Group: Development/Tools
@ -38,8 +38,7 @@ BuildRequires: libharfbuzz-devel
BuildRequires: libjack-devel BuildRequires: libjack-devel
BuildRequires: libopencv-devel BuildRequires: libopencv-devel
BuildRequires: libpango-devel BuildRequires: libpango-devel
BuildRequires: libpython310-devel BuildRequires: libpython311-devel
BuildRequires: librtaudio-devel
BuildRequires: librubberband-devel BuildRequires: librubberband-devel
BuildRequires: libsamplerate-devel BuildRequires: libsamplerate-devel
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
@ -100,14 +99,17 @@ This package contains the Python binding for %{name}.
%prep %prep
%setup -q %setup -q
#-D -T
#%patch2 -p1 #%patch2 -p1
%build %build
#:<< _EOF
%cmake -d build \ %cmake -d build \
-DMOD_OPENCV=ON \ -DMOD_OPENCV=ON \
-DMOD_GLAXNIMATE=ON \ -DMOD_GLAXNIMATE=ON \
-DMOD_QT6=ON \ -DMOD_QT6=ON \
-DSWIG_PYTHON=ON -DSWIG_PYTHON=ON \
-DMOD_RTAUDIO=OFF
%make %make
@ -152,10 +154,13 @@ This package contains the Python binding for %{name}.
%files -n python-mlt %files -n python-mlt
%defattr(-,root,root) %defattr(-,root,root)
%{python310_sitearch}/_mlt7.so %{python3_sitearch}/_mlt7.so
%{python310_sitearch}/mlt7.py %{python3_sitearch}/mlt7.py
%changelog %changelog
* Fri Oct 06 2023 Automatic Build System <autodist@mambasoft.it> 7.20.0-1mamba
- automatic version update by autodist
* Mon May 08 2023 Automatic Build System <autodist@mambasoft.it> 7.16.0-1mamba * Mon May 08 2023 Automatic Build System <autodist@mambasoft.it> 7.16.0-1mamba
- automatic version update by autodist - automatic version update by autodist