forked from pool/audacity
Compare commits
9 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
d8500230ad | ||
9d289397c3 | |||
b7261a4bb4 | |||
b4d15d77df | |||
c34953ce37 | |||
3ee616a634 | |||
76f534b958 | |||
|
ecbe4c3c03 | ||
4f14b5569e |
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:aaf0d2581a5f4855f0ddd1e1fd128a6f3182857e77c0884e874bc0a0df493393
|
|
||||||
size 61317542
|
|
3
Audacity-3.7.0.tar.gz
Normal file
3
Audacity-3.7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c872dd5d3d59d3985a52d2aac9d430c3c736eed1b43f94ecee1f0868788eb769
|
||||||
|
size 61647412
|
14
_service
14
_service
@ -1,14 +0,0 @@
|
|||||||
<services>
|
|
||||||
<service name="tar_scm" mode="manual">
|
|
||||||
<param name="scm">git</param>
|
|
||||||
<param name="url">https://github.com/steinbergmedia/vst3sdk/</param>
|
|
||||||
<param name="revision">v3.7.12_build_20</param>
|
|
||||||
<param name="version">3.7.12_build_20</param>
|
|
||||||
<param name="exclude">doc</param>
|
|
||||||
<param name="filename">vst3sdk</param>
|
|
||||||
</service>
|
|
||||||
<service name="recompress" mode="manual">
|
|
||||||
<param name="file">*.tar</param>
|
|
||||||
<param name="compression">xz</param>
|
|
||||||
</service>
|
|
||||||
</services>
|
|
@ -1,4 +0,0 @@
|
|||||||
<servicedata>
|
|
||||||
<service name="tar_scm">
|
|
||||||
<param name="url">https://github.com/steinbergmedia/vst3sdk/</param>
|
|
||||||
<param name="changesrevision">358b72ee61bc67fb4592b0d492e0c6a1211ebf11</param></service></servicedata>
|
|
@ -1,17 +1,17 @@
|
|||||||
diff --git a/src/AboutDialog.cpp b/src/AboutDialog.cpp
|
diff --git a/src/AboutDialog.cpp b/src/AboutDialog.cpp
|
||||||
index 2f42df1..2147892 100644
|
index c0a7bde08..947794db9 100644
|
||||||
--- a/src/AboutDialog.cpp
|
--- a/src/AboutDialog.cpp
|
||||||
+++ b/src/AboutDialog.cpp
|
+++ b/src/AboutDialog.cpp
|
||||||
@@ -66,7 +66,7 @@ hold information about one contributor to Audacity.
|
@@ -62,7 +62,7 @@ hold information about one contributor to Audacity.
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef REV_LONG
|
#ifdef REV_LONG
|
||||||
-#define REV_IDENT wxString( "[[https://github.com/audacity/audacity/commit/" )+ REV_LONG + "|" + wxString( REV_LONG ).Left(6) + "]] of " + REV_TIME
|
-#define REV_IDENT wxString( "[[https://github.com/audacity/audacity/commit/" )+ REV_LONG + "|" + wxString( REV_LONG ).Left(6) + "]] of " + REV_TIME
|
||||||
+#define REV_IDENT wxString( "Official openSUSE Build" )+ REV_LONG + "|" + wxString( REV_LONG ).Left(6) + "]] of " + REV_TIME
|
+#define REV_IDENT wxString( "Official openSUSE Build" ) + " " + REV_LONG + " of " + REV_TIME
|
||||||
#else
|
#else
|
||||||
#define REV_IDENT (XO("No revision identifier was provided").Translation())
|
#define REV_IDENT (XO("No revision identifier was provided").Translation())
|
||||||
#endif
|
#endif
|
||||||
@@ -536,8 +536,8 @@ void AboutDialog::PopulateInformationPage( ShuttleGui & S )
|
@@ -526,8 +526,8 @@ void AboutDialog::PopulateInformationPage( ShuttleGui & S )
|
||||||
<< XO("The Build")
|
<< XO("The Build")
|
||||||
<< wxT("</h3>\n<table>"); // start build info table
|
<< wxT("</h3>\n<table>"); // start build info table
|
||||||
|
|
||||||
|
@ -1,3 +1,39 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 1 01:05:31 UTC 2024 - Konstantin Voinov <kv@kott.no-ip.biz>
|
||||||
|
|
||||||
|
- Disable VST3 support due CVE-2024-50602 and misssing VST3 plugins UI
|
||||||
|
- Fixes boo#1232608
|
||||||
|
- Update to 3.7.0
|
||||||
|
|
||||||
|
* #6233, #7397, #6900 Improved Linux compatibility.
|
||||||
|
* #6702 Improved contrast in the light theme.
|
||||||
|
* #7008 MP3 exports: Renamed "Insane" to "Excessive".
|
||||||
|
* #7570, #7452 Improved non-standard character handling for cloud
|
||||||
|
saving.
|
||||||
|
* #7486 Renamed "Split cut/delete" to "Cut/delete and leave gap".
|
||||||
|
* #7293 Pasting clips no longer moves clips on other tracks if
|
||||||
|
"editing clips can move other clips" is enabled.
|
||||||
|
* #7312, #7382 Fixed database compacting not working properly sometimes.
|
||||||
|
* #6851 Improved startup speed on systems with many audio devices.
|
||||||
|
* #7186 Multi view: Fixed the hitbox of the x being misaligned with
|
||||||
|
the visuals. (Thanks, Kurtsley)
|
||||||
|
* #7468 macOS: Fixed VST presets path.
|
||||||
|
* #7571 Adding, removing, replacing and reordering of effects now
|
||||||
|
is undoable.
|
||||||
|
* #7573 Closing a project upon turning a realtime effect stack on
|
||||||
|
and off doesn't crash Audacity anymore.
|
||||||
|
* #7610 Canceling a stereo track mid-operation no longer crashes Audacity.
|
||||||
|
* #7385 Importing Opus files using libopus no longer shifts the audio data.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 21 08:45:19 UTC 2024 - Konstantin Voinov <kv@kott.no-ip.biz>
|
||||||
|
|
||||||
|
- Remove old Leap (15.3) workarounds
|
||||||
|
- Update audacity-no_buildstamp.patch and fix cmake params in spec file
|
||||||
|
- Update to 3.6.4
|
||||||
|
* #7310 Fixed another crash when exiting Audacity. (Thanks, Joe Souza!)
|
||||||
|
* #7312 Fixed projects not being compacted on close.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 9 22:07:05 UTC 2024 - Konstantin Voinov <kv@kott.no-ip.biz>
|
Mon Sep 9 22:07:05 UTC 2024 - Konstantin Voinov <kv@kott.no-ip.biz>
|
||||||
|
|
||||||
|
@ -16,15 +16,10 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%if 0%{?sle_version} == 150300 && 0%{?is_opensuse}
|
%bcond_with vst3
|
||||||
# Disable VST3 for Leap 15.3 due an old cmake
|
|
||||||
%bcond_with vst
|
|
||||||
%else
|
|
||||||
%bcond_without vst
|
|
||||||
%endif
|
|
||||||
|
|
||||||
Name: audacity
|
Name: audacity
|
||||||
Version: 3.6.3
|
Version: 3.7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Multi Track Digital Audio Editor
|
Summary: A Multi Track Digital Audio Editor
|
||||||
License: CC-BY-3.0 AND GPL-2.0-or-later AND GPL-3.0-only
|
License: CC-BY-3.0 AND GPL-2.0-or-later AND GPL-3.0-only
|
||||||
@ -33,7 +28,9 @@ URL: http://audacityteam.org/
|
|||||||
Source: https://github.com/audacity/audacity/archive/Audacity-%{version}.tar.gz
|
Source: https://github.com/audacity/audacity/archive/Audacity-%{version}.tar.gz
|
||||||
Source1: audacity-license-nyquist
|
Source1: audacity-license-nyquist
|
||||||
Source2: audacity-rpmlintrc
|
Source2: audacity-rpmlintrc
|
||||||
Source3: vst3sdk-3.7.12_build_20.tar.xz
|
%if %{with vst3}
|
||||||
|
#Source3: vst3sdk-3.7.12_build_20.tar.xz
|
||||||
|
%endif
|
||||||
# PATCH-FIX-OPENSUSE audacity-no_buildstamp.patch davejplater@gmail.com -- Remove the buildstamp.
|
# PATCH-FIX-OPENSUSE audacity-no_buildstamp.patch davejplater@gmail.com -- Remove the buildstamp.
|
||||||
Patch0: audacity-no_buildstamp.patch
|
Patch0: audacity-no_buildstamp.patch
|
||||||
# PATCH-FIX-UPSTREAM audacity-no_return_in_nonvoid.patch - Fix false positive errors Two new gcc10 ones ignoring assert
|
# PATCH-FIX-UPSTREAM audacity-no_return_in_nonvoid.patch - Fix false positive errors Two new gcc10 ones ignoring assert
|
||||||
@ -42,7 +39,7 @@ Patch1: audacity-no_return_in_nonvoid.patch
|
|||||||
Patch3: lib64-plugins-default-path.patch
|
Patch3: lib64-plugins-default-path.patch
|
||||||
BuildRequires: cmake >= 3.16
|
BuildRequires: cmake >= 3.16
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
%if 0%{?suse_version} <= 1600
|
%if 0%{?suse_version} < 1600
|
||||||
BuildRequires: gcc12
|
BuildRequires: gcc12
|
||||||
BuildRequires: gcc12-c++
|
BuildRequires: gcc12-c++
|
||||||
%else
|
%else
|
||||||
@ -140,12 +137,12 @@ rm -rf lib-src/{expat,libvamp,libsoxr,ffmpeg,lame}/
|
|||||||
#Included in src/AboutDialog.cpp but not supplied
|
#Included in src/AboutDialog.cpp but not supplied
|
||||||
touch include/RevisionIdent.h
|
touch include/RevisionIdent.h
|
||||||
|
|
||||||
%if %{with vst}
|
%if %{with vst3}
|
||||||
tar xf %{SOURCE3} --strip-components=1 --one-top-level=vst3sdk
|
tar xf %{SOURCE3} --strip-components=1 --one-top-level=vst3sdk
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if 0%{?suse_version} <= 1600
|
%if 0%{?suse_version} < 1600
|
||||||
export CC=gcc-12
|
export CC=gcc-12
|
||||||
export CXX=g++-12
|
export CXX=g++-12
|
||||||
%endif
|
%endif
|
||||||
@ -157,7 +154,7 @@ export CFLAGS="%{optflags} -fno-strict-aliasing -ggdb $(wx-config --cflags)"
|
|||||||
|
|
||||||
%cmake \
|
%cmake \
|
||||||
-DAUDACITY_REV_TIME=$(date -u -d "@${SOURCE_DATE_EPOCH}" "+%Y-%m-%dT%H:%M:%SZ") \
|
-DAUDACITY_REV_TIME=$(date -u -d "@${SOURCE_DATE_EPOCH}" "+%Y-%m-%dT%H:%M:%SZ") \
|
||||||
-DAUDACITY_REV_LONG=STRING:%{version} \
|
-DAUDACITY_REV_LONG=%{version} \
|
||||||
-DAUDACITY_BUILD_LEVEL=2 \
|
-DAUDACITY_BUILD_LEVEL=2 \
|
||||||
-DCMAKE_MODULE_LINKER_FLAGS:STRING="$(wx-config --libs)" \
|
-DCMAKE_MODULE_LINKER_FLAGS:STRING="$(wx-config --libs)" \
|
||||||
-DCMAKE_SHARED_LINKER_FLAGS:STRING="$(wx-config --libs)" \
|
-DCMAKE_SHARED_LINKER_FLAGS:STRING="$(wx-config --libs)" \
|
||||||
@ -165,17 +162,12 @@ export CFLAGS="%{optflags} -fno-strict-aliasing -ggdb $(wx-config --cflags)"
|
|||||||
-Daudacity_has_networking:BOOL=Off \
|
-Daudacity_has_networking:BOOL=Off \
|
||||||
-Daudacity_lib_preference:STRING=system \
|
-Daudacity_lib_preference:STRING=system \
|
||||||
-Duse_lame:STRING=system \
|
-Duse_lame:STRING=system \
|
||||||
%if %{without vst}
|
-Daudacity_use_ffmpeg:STRING=loaded \
|
||||||
|
%if %{without vst3}
|
||||||
-Daudacity_has_vst3=off \
|
-Daudacity_has_vst3=off \
|
||||||
%endif
|
%endif
|
||||||
-Daudacity_use_ffmpeg:STRING=loaded \
|
|
||||||
-DVST3_DEFAULT_INSTALL_PATH=%{_libdir}/vst3/
|
-DVST3_DEFAULT_INSTALL_PATH=%{_libdir}/vst3/
|
||||||
|
|
||||||
# Workaround for an old cmake in Leap 15.3
|
|
||||||
%if 0%{?sle_version} == 150300 && 0%{?is_opensuse}
|
|
||||||
export LD_LIBRARY_PATH=%{_builddir}/%{name}-Audacity-%{version}/build/utils/
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ea60dcf1a2d0f3b92dee0daa536e811530a14b9c0fe6a61636ff7fb3efb66b20
|
|
||||||
size 14839324
|
|
Loading…
Reference in New Issue
Block a user