SHA256
1
0
forked from pool/audacity

Accepting request 925673 from home:plater

- Update to release 3.0.5.

OBS-URL: https://build.opensuse.org/request/show/925673
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=168
This commit is contained in:
Dave Plater 2021-10-16 11:20:52 +00:00 committed by Git OBS Bridge
parent fac9ee7869
commit 7dc5e24410
5 changed files with 35 additions and 11 deletions

View File

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

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

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

View File

@ -1,7 +1,7 @@
Index: b/lib-src/portaudio-v19/qa/loopback/src/paqa.c
===================================================================
--- a/lib-src/portaudio-v19/qa/loopback/src/paqa.c 2021-08-26 08:15:19.261006566 +0200
+++ b/lib-src/portaudio-v19/qa/loopback/src/paqa.c 2021-08-26 08:15:26.829312186 +0200
--- a/lib-src/portaudio-v19/qa/loopback/src/paqa.c
+++ b/lib-src/portaudio-v19/qa/loopback/src/paqa.c
@@ -1460,7 +1460,7 @@ int main( int argc, char **argv )
int justMath = 0;
char *executableName = argv[0];
@ -13,8 +13,8 @@ Index: b/lib-src/portaudio-v19/qa/loopback/src/paqa.c
printf("running with arguments:");
Index: b/src/AboutDialog.cpp
===================================================================
--- a/src/AboutDialog.cpp 2021-08-26 08:15:19.261006566 +0200
+++ b/src/AboutDialog.cpp 2021-08-26 08:15:26.833312347 +0200
--- a/src/AboutDialog.cpp
+++ b/src/AboutDialog.cpp
@@ -71,7 +71,7 @@ hold information about one contributor t
#endif
@ -35,3 +35,16 @@ Index: b/src/AboutDialog.cpp
AddBuildinfoRow(&informationStr, XO("Commit Id:"), REV_IDENT );
auto buildType =
Index: b/CMakeLists.txt
===================================================================
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -19,7 +19,7 @@ endif ()
# still link to the alpha manual online.
# Set this value to 0 for alpha, 1 for beta, 2 for release builds
-set( AUDACITY_BUILD_LEVEL 0 CACHE STRING "0 for alpha, 1 for beta, 2 for release builds" )
+set( AUDACITY_BUILD_LEVEL 2 CACHE STRING "0 for alpha, 1 for beta, 2 for release builds" )
# The Audacity version
# Increment as appropriate after release of a new version, and set back

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Oct 16 10:37:47 UTC 2021 - Dave Plater <davejplater@gmail.com>
- Update to release 3.0.5.
- Upstream changes:
*Fix bug 1571.
Convert to C locale decimal point for stable parsing.
*Download manual from GitHub.
*Set release version to 3.0.5 in preparation of hotfix.
-------------------------------------------------------------------
Fri Aug 27 12:48:46 UTC 2021 - Dave Plater <davejplater@gmail.com>
@ -6,7 +16,7 @@ Fri Aug 27 12:48:46 UTC 2021 - Dave Plater <davejplater@gmail.com>
0001-Adds-an-option-to-disable-Conan.patch,
0001-Scope-libraries-required-by-the-optional-features.patch
0001-Fixes-wxwidgets-fixup-script.patch
- Added patch adapted from git, Fixes-GCC11-compatibility.patch
- Added patch adapted from git, Fixes-GCC11-compatibility.patch
- Removed obsolete patches, audacity-remove-wx-test.patch and
b4b5cc8.patch
- Upstream changes:

View File

@ -17,12 +17,13 @@
Name: audacity
Version: 3.0.4
Version: 3.0.5
Release: 0
Summary: A Multi Track Digital Audio Editor
License: GPL-2.0-or-later
Group: Productivity/Multimedia/Sound/Utilities
URL: http://audacityteam.org/
# https://github.com/audacity/audacity/archive/refs/tags/Audacity-3.0.4.tar.gz
Source: https://github.com/audacity/audacity/archive/Audacity-%{version}.tar.gz
#Source: https://www.fosshub.com/Audacity.html/%%{name}-minsrc-%%{version}.tar.xz
Source1: audacity-license-nyquist
@ -112,9 +113,9 @@ prefix=%{_prefix}
libdir=%{_libdir}
includedir=%{_includedir}/lame
Name: mp3lame
Name: mp3lame
Description: encoder that converts audio to the MP3 file format.
Version: 3.100
Version: 3.100
Libs: -L${libdir} -lmp3lame
Cflags: -I${includedir}
EOF