Accepting request 1203618 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1203618 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audacity?expand=0&rev=124
This commit is contained in:
commit
ecbe4c3c03
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aaf0d2581a5f4855f0ddd1e1fd128a6f3182857e77c0884e874bc0a0df493393
|
||||
size 61317542
|
3
Audacity-3.6.4.tar.gz
Normal file
3
Audacity-3.6.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e7d82eaae65081a1118a899751ff50ddf76a1cc0f056882eeaffcedb86c12aec
|
||||
size 61319349
|
@ -1,17 +1,17 @@
|
||||
diff --git a/src/AboutDialog.cpp b/src/AboutDialog.cpp
|
||||
index 2f42df1..2147892 100644
|
||||
index c0a7bde08..947794db9 100644
|
||||
--- a/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
|
||||
|
||||
#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( "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
|
||||
#define REV_IDENT (XO("No revision identifier was provided").Translation())
|
||||
#endif
|
||||
@@ -536,8 +536,8 @@ void AboutDialog::PopulateInformationPage( ShuttleGui & S )
|
||||
@@ -526,8 +526,8 @@ void AboutDialog::PopulateInformationPage( ShuttleGui & S )
|
||||
<< XO("The Build")
|
||||
<< wxT("</h3>\n<table>"); // start build info table
|
||||
|
||||
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -16,15 +16,8 @@
|
||||
#
|
||||
|
||||
|
||||
%if 0%{?sle_version} == 150300 && 0%{?is_opensuse}
|
||||
# Disable VST3 for Leap 15.3 due an old cmake
|
||||
%bcond_with vst
|
||||
%else
|
||||
%bcond_without vst
|
||||
%endif
|
||||
|
||||
Name: audacity
|
||||
Version: 3.6.3
|
||||
Version: 3.6.4
|
||||
Release: 0
|
||||
Summary: A Multi Track Digital Audio Editor
|
||||
License: CC-BY-3.0 AND GPL-2.0-or-later AND GPL-3.0-only
|
||||
@ -140,9 +133,7 @@ rm -rf lib-src/{expat,libvamp,libsoxr,ffmpeg,lame}/
|
||||
#Included in src/AboutDialog.cpp but not supplied
|
||||
touch include/RevisionIdent.h
|
||||
|
||||
%if %{with vst}
|
||||
tar xf %{SOURCE3} --strip-components=1 --one-top-level=vst3sdk
|
||||
%endif
|
||||
|
||||
%build
|
||||
%if 0%{?suse_version} <= 1600
|
||||
@ -157,7 +148,7 @@ export CFLAGS="%{optflags} -fno-strict-aliasing -ggdb $(wx-config --cflags)"
|
||||
|
||||
%cmake \
|
||||
-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 \
|
||||
-DCMAKE_MODULE_LINKER_FLAGS:STRING="$(wx-config --libs)" \
|
||||
-DCMAKE_SHARED_LINKER_FLAGS:STRING="$(wx-config --libs)" \
|
||||
@ -165,17 +156,9 @@ export CFLAGS="%{optflags} -fno-strict-aliasing -ggdb $(wx-config --cflags)"
|
||||
-Daudacity_has_networking:BOOL=Off \
|
||||
-Daudacity_lib_preference:STRING=system \
|
||||
-Duse_lame:STRING=system \
|
||||
%if %{without vst}
|
||||
-Daudacity_has_vst3=off \
|
||||
%endif
|
||||
-Daudacity_use_ffmpeg:STRING=loaded \
|
||||
-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
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user