Accepting request 1114765 from home:plater
- Disabled rtaudio due to build fail in multimedia:apps OBS-URL: https://build.opensuse.org/request/show/1114765 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmlt?expand=0&rev=159
This commit is contained in:
parent
d8796e4e83
commit
d2d49f8da5
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 2 08:46:06 UTC 2023 - Dave Plater <davejplater@gmail.com>
|
||||||
|
|
||||||
|
- Disabled rtaudio due to build fail in multimedia:apps
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 1 11:44:32 UTC 2023 - Dave Plater <davejplater@gmail.com>
|
Sun Oct 1 11:44:32 UTC 2023 - Dave Plater <davejplater@gmail.com>
|
||||||
|
|
||||||
|
@ -27,6 +27,9 @@
|
|||||||
%define lversion_pp 7.18.0
|
%define lversion_pp 7.18.0
|
||||||
%define libpp_pkgname %{libname_pp}-%{sover_pp}-%{sover_pp}
|
%define libpp_pkgname %{libname_pp}-%{sover_pp}-%{sover_pp}
|
||||||
%bcond_without Qt6
|
%bcond_without Qt6
|
||||||
|
# FIXME: for some reason the build fails in multimedia:libs but nowhere else due to rtaudio issues
|
||||||
|
#
|
||||||
|
%bcond_with rtaudio
|
||||||
Name: %{libname}
|
Name: %{libname}
|
||||||
Version: 7.18.0
|
Version: 7.18.0
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -82,7 +85,9 @@ BuildRequires: pkgconfig(opencv4)
|
|||||||
BuildRequires: pkgconfig(pango)
|
BuildRequires: pkgconfig(pango)
|
||||||
BuildRequires: pkgconfig(pangoft2)
|
BuildRequires: pkgconfig(pangoft2)
|
||||||
BuildRequires: pkgconfig(python3)
|
BuildRequires: pkgconfig(python3)
|
||||||
|
%if %{with rtaudio}
|
||||||
BuildRequires: pkgconfig(rtaudio)
|
BuildRequires: pkgconfig(rtaudio)
|
||||||
|
%endif
|
||||||
BuildRequires: pkgconfig(rubberband)
|
BuildRequires: pkgconfig(rubberband)
|
||||||
BuildRequires: pkgconfig(samplerate)
|
BuildRequires: pkgconfig(samplerate)
|
||||||
BuildRequires: pkgconfig(sdl2)
|
BuildRequires: pkgconfig(sdl2)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user