automatic version update by autodist [release 7.20.0-1mamba;Fri Oct 06 2023]
This commit is contained in:
parent
56b81c7671
commit
4d0e55fc16
17
mlt.spec
17
mlt.spec
@ -1,6 +1,6 @@
|
||||
%define apiver %(echo %version | cut -d. -f1)
|
||||
Name: mlt
|
||||
Version: 7.16.0
|
||||
Version: 7.20.0
|
||||
Release: 1mamba
|
||||
Summary: An open source multimedia framework, designed and developed for television broadcasting
|
||||
Group: Development/Tools
|
||||
@ -38,8 +38,7 @@ BuildRequires: libharfbuzz-devel
|
||||
BuildRequires: libjack-devel
|
||||
BuildRequires: libopencv-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libpython310-devel
|
||||
BuildRequires: librtaudio-devel
|
||||
BuildRequires: libpython311-devel
|
||||
BuildRequires: librubberband-devel
|
||||
BuildRequires: libsamplerate-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
@ -100,14 +99,17 @@ This package contains the Python binding for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#-D -T
|
||||
#%patch2 -p1
|
||||
|
||||
%build
|
||||
#:<< _EOF
|
||||
%cmake -d build \
|
||||
-DMOD_OPENCV=ON \
|
||||
-DMOD_GLAXNIMATE=ON \
|
||||
-DMOD_QT6=ON \
|
||||
-DSWIG_PYTHON=ON
|
||||
-DSWIG_PYTHON=ON \
|
||||
-DMOD_RTAUDIO=OFF
|
||||
|
||||
%make
|
||||
|
||||
@ -152,10 +154,13 @@ This package contains the Python binding for %{name}.
|
||||
|
||||
%files -n python-mlt
|
||||
%defattr(-,root,root)
|
||||
%{python310_sitearch}/_mlt7.so
|
||||
%{python310_sitearch}/mlt7.py
|
||||
%{python3_sitearch}/_mlt7.so
|
||||
%{python3_sitearch}/mlt7.py
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user