2020-06-28 14:38:12 +02:00
|
|
|
Index: audacity-Audacity-2.4.2/lib-src/portaudio-v19/qa/loopback/src/paqa.c
|
2009-12-22 01:10:59 +01:00
|
|
|
===================================================================
|
2020-06-28 14:38:12 +02:00
|
|
|
--- audacity-Audacity-2.4.2.orig/lib-src/portaudio-v19/qa/loopback/src/paqa.c 2020-06-19 17:16:47.000000000 +0200
|
|
|
|
+++ audacity-Audacity-2.4.2/lib-src/portaudio-v19/qa/loopback/src/paqa.c 2020-06-28 09:53:36.618593507 +0200
|
2017-03-18 16:28:01 +01:00
|
|
|
@@ -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");
|
2010-04-19 00:23:31 +02:00
|
|
|
|
2017-03-18 16:28:01 +01:00
|
|
|
if( argc > 1 ){
|
|
|
|
printf("running with arguments:");
|
2020-06-28 14:38:12 +02:00
|
|
|
Index: audacity-Audacity-2.4.2/src/AboutDialog.cpp
|
2020-05-19 12:49:58 +02:00
|
|
|
===================================================================
|
2020-06-28 14:38:12 +02:00
|
|
|
--- audacity-Audacity-2.4.2.orig/src/AboutDialog.cpp 2020-06-19 17:16:47.000000000 +0200
|
|
|
|
+++ audacity-Audacity-2.4.2/src/AboutDialog.cpp 2020-06-28 09:53:36.618593507 +0200
|
|
|
|
@@ -70,7 +70,7 @@ hold information about one contributor t
|
2020-05-19 12:49:58 +02:00
|
|
|
#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
|
2020-06-28 14:38:12 +02:00
|
|
|
@@ -751,8 +751,8 @@ void AboutDialog::PopulateInformationPag
|
2020-05-19 12:49:58 +02:00
|
|
|
<< 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 =
|