Added email in LV2
This commit is contained in:
parent
56be9c8b7c
commit
7edb9a2dae
2 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ set (LV2PLUGIN_NAME "sfizz")
|
||||||
set (LV2PLUGIN_COMMENT "SFZ sampler")
|
set (LV2PLUGIN_COMMENT "SFZ sampler")
|
||||||
set (LV2PLUGIN_URI "http://sfztools.github.io/sfizz")
|
set (LV2PLUGIN_URI "http://sfztools.github.io/sfizz")
|
||||||
set (LV2PLUGIN_AUTHOR "Paul Ferrand")
|
set (LV2PLUGIN_AUTHOR "Paul Ferrand")
|
||||||
|
set (LV2PLUGIN_EMAIL "paul at ferrand dot cc")
|
||||||
set (LV2PLUGIN_SPDX_LICENSE_ID "ISC")
|
set (LV2PLUGIN_SPDX_LICENSE_ID "ISC")
|
||||||
|
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
|
|
|
||||||
|
|
@ -53,6 +53,7 @@
|
||||||
doap:maintainer [
|
doap:maintainer [
|
||||||
foaf:name "@LV2PLUGIN_AUTHOR@" ;
|
foaf:name "@LV2PLUGIN_AUTHOR@" ;
|
||||||
foaf:homepage <@LV2PLUGIN_URI@> ;
|
foaf:homepage <@LV2PLUGIN_URI@> ;
|
||||||
|
foaf:email "@LV2PLUGIN_EMAIL@";
|
||||||
] ;
|
] ;
|
||||||
rdfs:comment "@LV2PLUGIN_COMMENT@",
|
rdfs:comment "@LV2PLUGIN_COMMENT@",
|
||||||
"Campionatore SFZ"@it ;
|
"Campionatore SFZ"@it ;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue