wok-6.x diff ardour/receipt @ rev 24144
ventoy: use web interface
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Nov 17 09:45:35 2021 +0000 (2021-11-17) |
parents | dc0f7fd1ff7d |
children | 9bbac86a37f7 |
line diff
1.1 --- a/ardour/receipt Sat Jun 12 09:05:17 2021 +0000 1.2 +++ b/ardour/receipt Wed Nov 17 09:45:35 2021 +0000 1.3 @@ -29,6 +29,13 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + [ -s libs/ardour/svn_revision.cc ] || 1.8 + cat > libs/ardour/svn_revision.cc <<EOT 1.9 +#include "ardour/svn_revision.h" 1.10 +namespace ARDOUR { 1.11 + extern const char* svn_revision = "$VERSION"; 1.12 +} 1.13 +EOT 1.14 # glibmm >=2.31 fix 1.15 grep -lr signal_timeout * | xargs sed -i '1i#include <glibmm/main.h>' 1.16