Accepting request 1117629 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/1117629
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmlt?expand=0&rev=71
This commit is contained in:
Ana Guerrero 2023-10-13 21:15:30 +00:00 committed by Git OBS Bridge
commit d8d0943749
3 changed files with 23424 additions and 3 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Oct 13 07:44:39 UTC 2023 - Dave Plater <davejplater@gmail.com>
- Reenable rtaudio fixed with: 0001-fix-930-support-RtAudio-6.patch
-------------------------------------------------------------------
Mon Oct 9 12:41:09 UTC 2023 - Christophe Marin <christophe@krop.fr>

View File

@ -27,9 +27,7 @@
%define lversion_pp 7.20.0
%define libpp_pkgname %{libname_pp}-%{sover_pp}-%{sover_pp}
%bcond_without Qt6
# FIXME: the build fails due to incompatible rtaudio abi
# see https://github.com/mltframework/mlt/issues/930
%bcond_with rtaudio
%bcond_without rtaudio
Name: %{libname}
Version: 7.20.0
Release: 0
@ -38,6 +36,8 @@ License: GPL-3.0-or-later
Group: Development/Libraries/C and C++
URL: https://www.mltframework.org
Source0: https://github.com/mltframework/mlt/releases/download/v%{version}/mlt-%{version}.tar.gz
# see https://github.com/mltframework/mlt/issues/930
Patch0: 0001-fix-930-support-RtAudio-6.patch
BuildRequires: cmake
BuildRequires: fdupes
BuildRequires: gcc-c++