forked from pool/audacity
Accepting request 904455 from home:darix:branches:multimedia:apps
- added https://github.com/audacity/audacity/commit/b4b5cc8.patch Fix jack detection which got broken in 3.0.2 (boo#1187788) OBS-URL: https://build.opensuse.org/request/show/904455 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=166
This commit is contained in:
parent
0b25954a51
commit
13302b110f
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 7 00:22:58 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- added https://github.com/audacity/audacity/commit/b4b5cc8.patch
|
||||
Fix jack detection which got broken in 3.0.2 (boo#1187788)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 7 18:24:17 UTC 2021 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
|
@ -33,6 +33,7 @@ Patch2: audacity-misc-errors.patch
|
||||
# PATCH-FIX-UPSTREAM audacity-no_return_in_nonvoid.patch - Fix false positive errors Two new gcc10 ones ignoring assert
|
||||
Patch3: audacity-no_return_in_nonvoid.patch
|
||||
Patch4: audacity-remove-wx-test.patch
|
||||
Patch5: https://github.com/audacity/audacity/commit/b4b5cc8.patch
|
||||
BuildRequires: cmake >= 3.15
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gcc-c++
|
||||
|
22
b4b5cc8.patch
Normal file
22
b4b5cc8.patch
Normal file
@ -0,0 +1,22 @@
|
||||
From b4b5cc812483b311627bba48e26b91ae389ce713 Mon Sep 17 00:00:00 2001
|
||||
From: SteveDaulton <stevedaulton@gmail.com>
|
||||
Date: Mon, 26 Apr 2021 15:45:40 +0100
|
||||
Subject: [PATCH] Bug 2757 - No support for Jack Audio System
|
||||
|
||||
---
|
||||
cmake-proxies/portaudio-v19/CMakeLists.txt | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/cmake-proxies/portaudio-v19/CMakeLists.txt b/cmake-proxies/portaudio-v19/CMakeLists.txt
|
||||
index d8930ff8ce5..9baf5f6a8eb 100644
|
||||
--- a/cmake-proxies/portaudio-v19/CMakeLists.txt
|
||||
+++ b/cmake-proxies/portaudio-v19/CMakeLists.txt
|
||||
@@ -88,7 +88,7 @@ cmd_option( ${_OPT}use_pa_jack
|
||||
|
||||
if( NOT ${_OPT}use_pa_jack STREQUAL "off" )
|
||||
# Find it
|
||||
- find_package( jack )
|
||||
+ find_package( Jack )
|
||||
if( NOT JACK_FOUND)
|
||||
set_cache_value( ${_OPT}use_pa_jack "off" )
|
||||
endif()
|
Loading…
Reference in New Issue
Block a user