From 2366b308262544083b9b7827c6e2705aaa007d01313732834437c37e8f473659 Mon Sep 17 00:00:00 2001 From: Dave Plater Date: Wed, 3 Oct 2018 14:01:20 +0000 Subject: [PATCH] Accepting request 639761 from home:plater - Update to release 2.3.0 - Rebased audacity-misc-errors.patch and audacity-no_return_in_nonvoid.patch - Added --disable-dynamic-loading build flag for ffmpeg-4 use. OBS-URL: https://build.opensuse.org/request/show/639761 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=123 --- audacity.changes | 1 + audacity.spec | 3 +++ 2 files changed, 4 insertions(+) diff --git a/audacity.changes b/audacity.changes index b8aa9c9..6313326 100644 --- a/audacity.changes +++ b/audacity.changes @@ -4,6 +4,7 @@ Mon Oct 1 06:58:42 UTC 2018 - davejplater@gmail.com - Update to release 2.3.0 - Rebased audacity-misc-errors.patch and audacity-no_return_in_nonvoid.patch +- Added --disable-dynamic-loading build flag for ffmpeg-4 use. - Upstream changes: *New feature – “Punch and Roll Recording” *Pinned-play-head can now be repositioned by dragging diff --git a/audacity.spec b/audacity.spec index ae775f3..8466c6b 100644 --- a/audacity.spec +++ b/audacity.spec @@ -130,6 +130,9 @@ autoconf %ifnarch %ix86 x86_64 --disable-sse \ %endif +%if 0%{?suse_version} > 1501 + --disable-dynamic-loading \ + %endif --with-ffmpeg=system \ %if %{with mad} --with-libmad=system \