changeset 1499:422d7ac46232 3.0-integration

Add checker README; rename plugin-checker-helper binary (back) to vamp-plugin-load-checker -- I decided it was more useful to have a distinctive name for the installed binary than it was important to show that it was plugin-agnostic
author Chris Cannam
date Mon, 09 Jan 2017 10:14:59 +0000
parents ffad03335920
children 9616250c720d
files .hgsubstate deploy/osx/deploy.sh deploy/win64/sonic-visualiser.wxs
diffstat 3 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/.hgsubstate	Sun Jan 08 19:36:27 2017 +0000
+++ b/.hgsubstate	Mon Jan 09 10:14:59 2017 +0000
@@ -2,12 +2,12 @@
 fec5b1dfb6cd59c632f4aa412e3458f49e36367d bqfft
 482d0362594bce1e5347295a188c5a81cf2ab0fd bqresample
 22c8f215e5d7bfedd968c3d2a65852d8512dbfcb bqvec
-62a0cda8b099e63314f372b5543934b313b71b39 checker
+7a20698b4c29de7be96b59a2b7afa32b816c6d62 checker
 3768bdde6fdf866aa63fff5bde8d9fa64a8979ef dataquay
 3d2cde3b1ab3d39c7f9e542250c288a9da0f6850 icons/scalable
 3257ddb6fff110cc88f3ffeaeefa0f29d5eb3b6f piper-cpp
 af97cad61ff0a443cdf4a33a4ac867431dadaaae sv-dependency-builds
 1a8a8980f39a8e735c90837a4c2260248aafe7f1 svapp
-9fb01c914935d548b7969ca29e52c434658fc46e svcore
+f98fde50570b8aa4d62359d4a891cd42beb60719 svcore
 be42a33a3db6c11559166b65c30bcd7248a46c9f svgui
 0eebd22a081a824067bf3d5de65326696feab653 vamp-plugin-sdk
--- a/deploy/osx/deploy.sh	Sun Jan 08 19:36:27 2017 +0000
+++ b/deploy/osx/deploy.sh	Mon Jan 09 10:14:59 2017 +0000
@@ -45,8 +45,8 @@
 cp deploy/osx/qt.conf "$source"/Contents/Resources/qt.conf
 
 echo
-echo "Copying in plugin load checker helper."
-cp checker/plugin-checker-helper "$source"/Contents/MacOS/
+echo "Copying in plugin load checker."
+cp checker/vamp-plugin-load-checker "$source"/Contents/MacOS/
 
 echo
 echo "Copying in plugin server."
--- a/deploy/win64/sonic-visualiser.wxs	Sun Jan 08 19:36:27 2017 +0000
+++ b/deploy/win64/sonic-visualiser.wxs	Mon Jan 09 10:14:59 2017 +0000
@@ -225,16 +225,16 @@
                 Guid="19A400D9-D5B2-4CB5-AF84-7C1DEA11D7B5">
 	      <File
 		  Id="checker64"
-		  Name="plugin-checker-helper.exe"
-		  Source="release\plugin-checker-helper.exe"/>
+		  Name="vamp-plugin-load-checker.exe"
+		  Source="release\vamp-plugin-load-checker.exe"/>
 	    </Component>
             <Component
                 Id="Checker32"
                 Guid="4F3FDFEC-23BD-4F2F-9B8F-9C8387FDEC21">
 	      <File
 		  Id="checker32"
-		  Name="plugin-checker-helper-32.exe"
-		  Source="release\plugin-checker-helper-32.exe"/>
+		  Name="vamp-plugin-load-checker-32.exe"
+		  Source="release\vamp-plugin-load-checker-32.exe"/>
 	    </Component>
 	    
 	  </Directory> <!-- helpers -->