SHA256
1
0
forked from pool/audacity

Accepting request 539119 from multimedia:apps

Enabled mad, twolame and lame for 42.3
Update to version 2.2.0
Added audacity-no_return_in_nonvoid.patch
  Improvements:
  * Four Selectable themes provided, with new 'Light' theme as
    default, plus option to customize
  * Many menu changes:
    + Menus Reorganized
    + Extended menu bar provided
    + New keyboard commands for working with clips
  * Help buttons ? in Preferences, Effects, Generators and
    Analyzers - and other places
  * Non-Greying out of effects when no selection (and explanatory
    dialog with help button)
  * Playback of MIDI (and Allegro) files imported into Note Tracks
    is now available.
  * 'Center' option in Selection Toolbar
  * Stem plots
  * Major overhaul to documentation/manual including many new
    images and streamlined text on landing pages for in-program
    help.
  Other Changes:
  * Append-record is now the default (use Shift + Record for old
    behavior, to record on a new track)
  * The Esc key now cancels all click-and-drag actions. It also
    chooses among overlapping mouse click targets, which is
    especially useful in the Multi-Tool.
  * Sync-Lock button removed (use menu item or keyboard shortcut
    instead)
  * New preferences and preference pages
  * Overhaul of much code:
    + Overhaul of envelope handling code to deal with some
      anomalies
    + Overhaul of exception handling for greater safety
  * New Logo
  Bug Fixes:
  * Major work on bug fixing. 198 bugs that were in 2.1.3 fixed
    for 2.2.0.
    + The most serious bug fixed this time round was bug 437 which
      was about what happens when Audacity is recording and runs
      out of storage.
    + The problems of incomplete support for macOs Sierra have
      been resolved (including bug 290, bug 1567, bug 1702, and bug
      1703).
    + Most of the bugs fixed were more minor, such as bug 463
      which was about a case in which the numbering on the timeline
      could display incorrect times.

OBS-URL: https://build.opensuse.org/request/show/539119
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audacity?expand=0&rev=75
This commit is contained in:
Dominique Leuenberger 2017-11-07 09:00:50 +00:00 committed by Git OBS Bridge
commit 432665c837
5 changed files with 80 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cb30870b93c7f6f90b2ec70807ab6dcd9c3a3a29015478ae7b19af46d63bbd86
size 24106855

3
Audacity-2.2.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3e4b6861f45885e4c90db62eb479cab2a9361e1ebb0c567bf8362a2b17c9b727
size 25167947

View File

@ -0,0 +1,12 @@
Index: audacity-Audacity-2.2.0/src/widgets/NumericTextCtrl.cpp
===================================================================
--- audacity-Audacity-2.2.0.orig/src/widgets/NumericTextCtrl.cpp
+++ audacity-Audacity-2.2.0/src/widgets/NumericTextCtrl.cpp
@@ -603,6 +603,7 @@ return theArray.Get();
case NumericConverter::BANDWIDTH:
return BandwidthConverterFormats();
}
+ return std::vector<BuiltinFormatString> {};
}
}

View File

@ -1,3 +1,59 @@
-------------------------------------------------------------------
Sun Nov 5 12:21:03 UTC 2017 - davejplater@gmail.com
- Enabled mad, twolame and lame for 42.3
-------------------------------------------------------------------
Sun Nov 5 07:10:09 UTC 2017 - aloisio@gmx.com
- Update to version 2.2.0
Improvements:
* Four Selectable themes provided, with new 'Light' theme as
default, plus option to customize
* Many menu changes:
+ Menus Reorganized
+ Extended menu bar provided
+ New keyboard commands for working with clips
* Help buttons ? in Preferences, Effects, Generators and
Analyzers - and other places
* Non-Greying out of effects when no selection (and explanatory
dialog with help button)
* Playback of MIDI (and Allegro) files imported into Note Tracks
is now available.
* 'Center' option in Selection Toolbar
* Stem plots
* Major overhaul to documentation/manual including many new
images and streamlined text on landing pages for in-program
help.
Other Changes:
* Append-record is now the default (use Shift + Record for old
behavior, to record on a new track)
* The Esc key now cancels all click-and-drag actions. It also
chooses among overlapping mouse click targets, which is
especially useful in the Multi-Tool.
* Sync-Lock button removed (use menu item or keyboard shortcut
instead)
* New preferences and preference pages
* Overhaul of much code:
+ Overhaul of envelope handling code to deal with some
anomalies
+ Overhaul of exception handling for greater safety
* New Logo
Bug Fixes:
* Major work on bug fixing. 198 bugs that were in 2.1.3 fixed
for 2.2.0.
+ The most serious bug fixed this time round was bug 437 which
was about what happens when Audacity is recording and runs
out of storage.
+ The problems of incomplete support for macOs Sierra have
been resolved (including bug 290, bug 1567, bug 1702, and bug
1703).
+ Most of the bugs fixed were more minor, such as bug 463
which was about a case in which the numbering on the timeline
could display incorrect times.
- Added audacity-no_return_in_nonvoid.patch
-------------------------------------------------------------------
Fri Aug 25 15:16:21 UTC 2017 - davejplater@gmail.com

View File

@ -16,14 +16,14 @@
#
%if 0%{?suse_version} < 1330
%bcond_with mad
%else
%if 0%{?suse_version} >= 1330 || 0%{?leap_version} >= 420300
%bcond_without mad
%else
%bcond_with mad
%endif
Name: audacity
Version: 2.1.3
Version: 2.2.0
Release: 0
Summary: A Free, Cross-Platform Digital Audio Editor
License: GPL-2.0+
@ -39,6 +39,8 @@ Patch0: %{name}-no_buildstamp.patch
Patch1: %{name}-flacversion.patch
# PATCH-FIX-UPSTREAM audacity-fix-nonsense.patch sor.alexei@meowr.ru -- Remove things that break build for no reason.
Patch2: %{name}-fix-nonsense.patch
# PATCH-FIX-UPSTREAM audacity-no_return_in_nonvoid.patch
Patch3: %{name}-no_return_in_nonvoid.patch
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: cmake
@ -104,6 +106,7 @@ than the physical memory size of your computer.
%patch0
%patch1 -p0
%patch2 -p0
%patch3 -p1
cp -f %{SOURCE1} LICENSE_NYQUIST.txt
# Make sure we use the system versions.
@ -113,6 +116,7 @@ rm -rf lib-src/lame
%endif
%build
# WARNING: Do not alter, only for Leap.
test -x "$(type -p gcc-5)" && export CC=gcc-5
test -x "$(type -p g++-5)" && export CXX=g++-5
export CFLAGS="%{optflags} -fno-strict-aliasing"
@ -134,7 +138,7 @@ autoconf
%endif
--docdir=%{_docdir}/%{name}/
make %{?_smp_mflags}
make %{?_smp_mflags}
%install
%make_install