SHA256
1
0
forked from pool/audacity
audacity/audacity-no_buildstamp.patch
Dave Plater 67cdf00d6d Accepting request 578998 from home:plater
- Update to release version 2.2.2.
- Rebase audacity-no_buildstamp.patch.
- Removed incorporated audacity-fix-nonsense.patch.
- Added audacity-misc-errors.patch to fix various errors picked
  up by rpmlint.
- Added to audacity-no_return_in_nonvoid.patch.
- Upstream changes:
  *Easier zooming in and out with mousewheel, new Zoom Toggle
   command, and context menu for vertical rulers.
  *Easy access to change keyboard bindings of menu commands
   by holding Shift key.
  *Detection of dropout errors while recording with
   overburdened CPU.
  *Improved contrasts in Light and Dark themes
  *Half-wave display option
  *Several bugs/annoyances in 2.2.1 are now fixed

OBS-URL: https://build.opensuse.org/request/show/578998
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=119
2018-02-22 12:28:13 +00:00

36 lines
1.6 KiB
Diff

Index: src/AboutDialog.cpp
===================================================================
--- src/AboutDialog.cpp.orig 2018-02-14 09:11:20.000000000 +0200
+++ src/AboutDialog.cpp 2018-02-22 11:19:34.839783711 +0200
@@ -64,7 +64,7 @@ hold information about one contributor t
#ifdef REV_LONG
#define REV_IDENT wxString( "[[https://github.com/audacity/audacity/commit/" )+ REV_LONG + "|" + wxString( REV_LONG ).Left(6) + "]] of " + REV_TIME
#else
-#define REV_IDENT wxT("No revision identifier was provided")
+#define REV_IDENT wxT("Official openSUSE Build")
#endif
extern wxString FormatHtmlText( const wxString & Text );
@@ -75,7 +75,7 @@ const wxString VerCheckArgs(){
#ifdef REV_LONG
result += wxString("&CommitId=")+wxString(REV_LONG).Left(6);
#endif
- result += wxString("&Time=") + wxString( __DATE__ ) + wxString( __TIME__ );
+ result += wxString("&Time=") + wxString( "17 March 2017" ) + wxString( "23:15" );
result.Replace(" ","");
return result;
}
Index: lib-src/portaudio-v19/qa/loopback/src/paqa.c
===================================================================
--- lib-src/portaudio-v19/qa/loopback/src/paqa.c.orig 2018-02-14 09:11:20.000000000 +0200
+++ lib-src/portaudio-v19/qa/loopback/src/paqa.c 2018-02-22 11:19:34.839783711 +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:");