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:
parent
b57aae3d60
commit
2366b30826
@ -4,6 +4,7 @@ Mon Oct 1 06:58:42 UTC 2018 - davejplater@gmail.com
|
|||||||
- Update to release 2.3.0
|
- Update to release 2.3.0
|
||||||
- Rebased audacity-misc-errors.patch and
|
- Rebased audacity-misc-errors.patch and
|
||||||
audacity-no_return_in_nonvoid.patch
|
audacity-no_return_in_nonvoid.patch
|
||||||
|
- Added --disable-dynamic-loading build flag for ffmpeg-4 use.
|
||||||
- Upstream changes:
|
- Upstream changes:
|
||||||
*New feature – “Punch and Roll Recording”
|
*New feature – “Punch and Roll Recording”
|
||||||
*Pinned-play-head can now be repositioned by dragging
|
*Pinned-play-head can now be repositioned by dragging
|
||||||
|
@ -130,6 +130,9 @@ autoconf
|
|||||||
%ifnarch %ix86 x86_64
|
%ifnarch %ix86 x86_64
|
||||||
--disable-sse \
|
--disable-sse \
|
||||||
%endif
|
%endif
|
||||||
|
%if 0%{?suse_version} > 1501
|
||||||
|
--disable-dynamic-loading \
|
||||||
|
%endif
|
||||||
--with-ffmpeg=system \
|
--with-ffmpeg=system \
|
||||||
%if %{with mad}
|
%if %{with mad}
|
||||||
--with-libmad=system \
|
--with-libmad=system \
|
||||||
|
Loading…
Reference in New Issue
Block a user