SHA256
1
0
forked from pool/audacity

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
This commit is contained in:
Dave Plater 2018-10-03 14:01:20 +00:00 committed by Git OBS Bridge
parent b57aae3d60
commit 2366b30826
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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 \