Search
j0ke.net Open Build Service
>
Projects
>
multimedia
:
SL12
>
vlc
> vlc-buildcompare.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File vlc-buildcompare.patch of Package vlc (Revision 6)
Currently displaying revision
6
,
show latest
--- src/config/help.c.orig 2012-04-03 08:18:01.158216498 +0200 +++ src/config/help.c 2012-04-03 08:18:29.629215484 +0200 @@ -788,8 +788,8 @@ ShowConsole(); utf8_fprintf( stdout, _("VLC version %s (%s)\n"), VERSION_MESSAGE, psz_vlc_changeset ); - utf8_fprintf( stdout, _("Compiled by %s on %s (%s)\n"), - VLC_CompileBy(), VLC_CompileHost(), __DATE__" "__TIME__ ); + utf8_fprintf( stdout, _("Compiled by %s on %s\n"), + VLC_CompileBy(), VLC_CompileHost()); utf8_fprintf( stdout, _("Compiler: %s\n"), VLC_Compiler() ); utf8_fprintf( stdout, "%s", LICENSE_MSG ); PauseConsole(); --- modules/gui/qt4/dialogs/help.cpp.orig 2012-04-03 08:18:36.056215256 +0200 +++ modules/gui/qt4/dialogs/help.cpp 2012-04-03 08:18:49.710214770 +0200 @@ -112,7 +112,7 @@ "popular platform.\n\n" ) + qtr( "This version of VLC was compiled by:\n " ) + qfu( VLC_CompileBy() )+ " on " + qfu( VLC_CompileHost() ) + - + " ("__DATE__" "__TIME__").\n" + + ".\n" + qtr( "Compiler: " ) + qfu( VLC_Compiler() ) + ".\n" + qtr( "You are using the Qt4 Interface.\n\n" ) + qtr( "Copyright (C) " ) + COPYRIGHT_YEARS