Dave Plater
5ccd68e0c3
- Update to release 2.4.0 and rebase audacity-no_buildstamp.patch. - Add patch from git: 0001-Bug2436-Cross-project-paste-should-duplicate-block-f.patch - Add plugins sub package. OBS-URL: https://build.opensuse.org/request/show/807192 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=140
38 lines
1.8 KiB
Diff
38 lines
1.8 KiB
Diff
Index: audacity-Audacity-2.4.0/lib-src/portaudio-v19/qa/loopback/src/paqa.c
|
|
===================================================================
|
|
--- audacity-Audacity-2.4.0.orig/lib-src/portaudio-v19/qa/loopback/src/paqa.c 2020-05-18 12:54:40.106763016 +0200
|
|
+++ audacity-Audacity-2.4.0/lib-src/portaudio-v19/qa/loopback/src/paqa.c 2020-05-18 12:55:07.291841573 +0200
|
|
@@ -1460,7 +1460,7 @@ int main( int argc, char **argv )
|
|
int justMath = 0;
|
|
char *executableName = argv[0];
|
|
|
|
- printf("PortAudio LoopBack Test built " __DATE__ " at " __TIME__ "\n");
|
|
+ printf("PortAudio LoopBack Test built " "17 March 2017" " at " "23:15" "\n");
|
|
|
|
if( argc > 1 ){
|
|
printf("running with arguments:");
|
|
Index: audacity-Audacity-2.4.0/src/AboutDialog.cpp
|
|
===================================================================
|
|
--- audacity-Audacity-2.4.0.orig/src/AboutDialog.cpp 2020-05-18 12:55:07.291841573 +0200
|
|
+++ audacity-Audacity-2.4.0/src/AboutDialog.cpp 2020-05-18 13:03:11.727062253 +0200
|
|
@@ -69,7 +69,7 @@ hold information about one contributor t
|
|
#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
|
|
#else
|
|
#define REV_IDENT (XO("No revision identifier was provided").Translation())
|
|
#endif
|
|
@@ -701,8 +701,8 @@ void AboutDialog::PopulateInformationPag
|
|
<< XO("Build Information")
|
|
<< wxT("</h3>\n<table>");
|
|
|
|
- // Current date
|
|
- AddBuildinfoRow(&informationStr, XO("Program build date:"), __TDATE__);
|
|
+ /*/ Current date
|
|
+ AddBuildinfoRow(&informationStr, XO("Program build date:"), __TDATE__);*/
|
|
AddBuildinfoRow(&informationStr, XO("Commit Id:"), REV_IDENT );
|
|
|
|
auto buildType =
|