Page 1 of 1

This is SMPlayer v. 14.9.0 (svn r0UNKNOWN) running on Linux

PostPosted: Mon Jun 08, 2015 11:42 pm
by sergiomb
Hi,
with smplayer-14.9.0.6690 and now with smplayer-14.9.0.6966 , the version doesn't change on start up or on help menu (svn r0UNKNOWN) , can we force a version with this patch ? , I think is better have a hardcore version than nothing , but other suggestions are welcome , don't know what version we are running isn't the best .

Thanks,

Re: This is SMPlayer v. 14.9.0 (svn r0UNKNOWN) running on Li

PostPosted: Mon Jun 08, 2015 11:51 pm
by rvm
In order to get the SVN revision number you need to download and compile the sources from SVN.

Or download the sources from the PPA, which have the revision number in the diff file:

https://launchpad.net/~rvm/+archive/ubu ... /+packages

Re: This is SMPlayer v. 14.9.0 (svn r0UNKNOWN) running on Li

PostPosted: Wed Jun 17, 2015 2:38 am
by sergiomb
Hi,
You have a fix for this in smplayer-14.9.0.6994

Thanks,

BTW after see diff smplayer-14.9.0.6994.orig.tar.bz2 smplayer-14.9.0.6994.tar.bz2
seems to me more simple have 2 defines

#define USE_SVN_VERSIONS 1
#define PRINT_SVN_VERSIONS 1

with USE_SVN_VERSIONS and PRINT_SVN_VERSIONS (nightly builds)
with NO USE_SVN_VERSIONS and PRINT_SVN_VERSIONS (unstable releases)
with NO USE_SVN_VERSIONS and NO PRINT_SVN_VERSIONS (release)

Best regards