Dave Plater
baa2d04b3e
Update to version 2.1.2 OBS-URL: https://build.opensuse.org/request/show/405058 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=93
28 lines
1006 B
Diff
28 lines
1006 B
Diff
Index: lib-src/portaudio-v19/src/common/pa_front.c
|
|
===================================================================
|
|
--- lib-src/portaudio-v19/src/common/pa_front.c.orig
|
|
+++ lib-src/portaudio-v19/src/common/pa_front.c
|
|
@@ -78,7 +78,7 @@
|
|
|
|
|
|
#define PA_VERSION_ 1899
|
|
-#define PA_VERSION_TEXT_ "PortAudio V19-devel (built " __DATE__ " " __TIME__ ")"
|
|
+#define PA_VERSION_TEXT_ "PortAudio V19-devel"
|
|
|
|
|
|
|
|
Index: src/AboutDialog.cpp
|
|
===================================================================
|
|
--- src/AboutDialog.cpp.orig
|
|
+++ src/AboutDialog.cpp
|
|
@@ -520,9 +520,6 @@ void AboutDialog::PopulateInformationPag
|
|
informationStr += _("Build Information");
|
|
informationStr += wxT("</h3>\n<table>");
|
|
|
|
- // Current date
|
|
- AddBuildinfoRow(&informationStr, _("Program build date: "), __TDATE__);
|
|
-
|
|
// Uncomment the next two lines to test hyperlinks work from here.
|
|
// AddBuildinfoRow(&informationStr, wxT("Link Test:"),
|
|
// wxT("<a href=\"https:web.audacityteam.org\">Click bait</a>") );
|