From 111b1a4cb83dbd0c1812bca412e43f6f326d6580 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 16 May 2011 01:20:15 +0000 Subject: Fix references to old utility names git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3266 a436a847-0d15-0410-975c-d299462d15a1 --- doc/lv2_inspect.1 | 32 -------------------------------- doc/lv2_jack_host.1 | 34 ---------------------------------- doc/lv2_list.1 | 33 --------------------------------- doc/lv2_simple_jack_host.1 | 34 ---------------------------------- doc/lv2info.1 | 31 +++++++++++++++++++++++++++++++ doc/lv2jack.1 | 32 ++++++++++++++++++++++++++++++++ doc/lv2ls.1 | 32 ++++++++++++++++++++++++++++++++ utils/lilv.bash_completion | 16 ++++++++-------- utils/lv2info.c | 4 ++-- 9 files changed, 105 insertions(+), 143 deletions(-) delete mode 100644 doc/lv2_inspect.1 delete mode 100644 doc/lv2_jack_host.1 delete mode 100644 doc/lv2_list.1 delete mode 100644 doc/lv2_simple_jack_host.1 create mode 100644 doc/lv2info.1 create mode 100644 doc/lv2jack.1 create mode 100644 doc/lv2ls.1 diff --git a/doc/lv2_inspect.1 b/doc/lv2_inspect.1 deleted file mode 100644 index 63adf9c..0000000 --- a/doc/lv2_inspect.1 +++ /dev/null @@ -1,32 +0,0 @@ -.\" First parameter, NAME, should be all caps -.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection -.\" other parameters are allowed: see man(7), man(1) -.TH LV2_INSPECT 1 "4 May 2009" -.\" Please adjust this date whenever revising the manpage. -.\" -.\" Some roff macros, for reference: -.\" .nh disable hyphenation -.\" .hy enable hyphenation -.\" .ad l left justify -.\" .ad b justify to both left and right margins -.\" .nf disable filling -.\" .fi enable filling -.\" .br insert line break -.\" .sp insert n+1 empty lines -.\" for manpage-specific macros, see man(7) -.SH NAME -.B lv2_inspect \- print information about an LV2 plugin in human-readable form. -.SH SYNOPSIS -.B lv2_inspect PLUGIN_URI - -.SH SEE ALSO -.BR lilv(3), -.BR lv2_list(1), -.BR lv2_jack_host(1), -.BR lv2_simple_jack_host(1) - -.SH AUTHOR -lv2_inspect was written by David Robillard -.PP -This manual page was written by Jaromír Mikes -and David Robillard diff --git a/doc/lv2_jack_host.1 b/doc/lv2_jack_host.1 deleted file mode 100644 index d8e4bed..0000000 --- a/doc/lv2_jack_host.1 +++ /dev/null @@ -1,34 +0,0 @@ -.\" First parameter, NAME, should be all caps -.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection -.\" other parameters are allowed: see man(7), man(1) -.TH LV2_JACK_HOST 1 "4 May 2009" -.\" Please adjust this date whenever revising the manpage. -.\" -.\" Some roff macros, for reference: -.\" .nh disable hyphenation -.\" .hy enable hyphenation -.\" .ad l left justify -.\" .ad b justify to both left and right margins -.\" .nf disable filling -.\" .fi enable filling -.\" .br insert line break -.\" .sp insert n+1 empty lines -.\" for manpage-specific macros, see man(7) -.SH NAME -.B lv2_jack_host \- Run an LV2 plugin as a JACK application (with MIDI support). - -.SH SYNOPSIS -.B lv2_jack_host PLUGIN_URI - -.SH SEE ALSO -.BR lilv(3), -.BR lv2_list(1), -.BR lv2_jack_host(1), -.BR lv2_simple_jack_host(1), -.BR jackd(1) - -.SH AUTHOR -lv2_inspect was written by David Robillard -.PP -This manual page was written by Jaromír Mikes -and David Robillard diff --git a/doc/lv2_list.1 b/doc/lv2_list.1 deleted file mode 100644 index ee091aa..0000000 --- a/doc/lv2_list.1 +++ /dev/null @@ -1,33 +0,0 @@ -.\" First parameter, NAME, should be all caps -.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection -.\" other parameters are allowed: see man(7), man(1) -.TH LV2_LIST 1 "4 May 2009" -.\" Please adjust this date whenever revising the manpage. -.\" -.\" Some roff macros, for reference: -.\" .nh disable hyphenation -.\" .hy enable hyphenation -.\" .ad l left justify -.\" .ad b justify to both left and right margins -.\" .nf disable filling -.\" .fi enable filling -.\" .br insert line break -.\" .sp insert n+1 empty lines -.\" for manpage-specific macros, see man(7) -.SH NAME -.B lv2_list \- List all installed LV2 plugins. - -.SH SYNOPSIS -.B lv2_list - -.SH SEE ALSO -.BR lilv(3), -.BR lv2_list(1), -.BR lv2_jack_host(1), -.BR lv2_simple_jack_host(1) - -.SH AUTHOR -lv2_inspect was written by David Robillard -.PP -This manual page was written by Jaromír Mikes -and David Robillard diff --git a/doc/lv2_simple_jack_host.1 b/doc/lv2_simple_jack_host.1 deleted file mode 100644 index cf289a4..0000000 --- a/doc/lv2_simple_jack_host.1 +++ /dev/null @@ -1,34 +0,0 @@ -.\" First parameter, NAME, should be all caps -.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection -.\" other parameters are allowed: see man(7), man(1) -.TH LV2_SIMPLE_JACK_HOST 1 "4 May 2009" -.\" Please adjust this date whenever revising the manpage. -.\" -.\" Some roff macros, for reference: -.\" .nh disable hyphenation -.\" .hy enable hyphenation -.\" .ad l left justify -.\" .ad b justify to both left and right margins -.\" .nf disable filling -.\" .fi enable filling -.\" .br insert line break -.\" .sp insert n+1 empty lines -.\" for manpage-specific macros, see man(7) -.SH NAME -.B lv2_simple_jack_host \- Run an LV2 plugin as a JACK application (audio only). - -.SH SYNOPSIS -.B lv2_simple_jack_host PLUGIN_URI - -.SH SEE ALSO -.BR lilv(3), -.BR lv2_list(1), -.BR lv2_jack_host(1), -.BR lv2_simple_jack_host(1), -.BR jackd(1) - -.SH AUTHOR -lv2_inspect was written by David Robillard -.PP -This manual page was written by Jaromír Mikes -and David Robillard diff --git a/doc/lv2info.1 b/doc/lv2info.1 new file mode 100644 index 0000000..dac2f2c --- /dev/null +++ b/doc/lv2info.1 @@ -0,0 +1,31 @@ +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH LV2_INSPECT 1 "4 May 2009" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +.B lv2info \- print information about an LV2 plugin in human-readable form. +.SH SYNOPSIS +.B lv2info PLUGIN_URI + +.SH SEE ALSO +.BR lilv(3), +.BR lv2_list(1), +.BR lv2_jack_host(1), + +.SH AUTHOR +lv2info was written by David Robillard +.PP +This manual page was written by Jaromír Mikes +and David Robillard diff --git a/doc/lv2jack.1 b/doc/lv2jack.1 new file mode 100644 index 0000000..ef526f3 --- /dev/null +++ b/doc/lv2jack.1 @@ -0,0 +1,32 @@ +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH LV2_JACK_HOST 1 "4 May 2009" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +.B lv2jack \- Run an LV2 plugin as a JACK application (with MIDI support). + +.SH SYNOPSIS +.B lv2jack PLUGIN_URI + +.SH SEE ALSO +.BR lilv(3), +.BR lv2ls(1), +.BR jackd(1) + +.SH AUTHOR +lv2jack was written by David Robillard +.PP +This manual page was written by Jaromír Mikes +and David Robillard diff --git a/doc/lv2ls.1 b/doc/lv2ls.1 new file mode 100644 index 0000000..3730c6f --- /dev/null +++ b/doc/lv2ls.1 @@ -0,0 +1,32 @@ +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH LV2_LIST 1 "4 May 2009" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +.B lv2_list \- List all installed LV2 plugins. + +.SH SYNOPSIS +.B lv2_list + +.SH SEE ALSO +.BR lilv(3), +.BR lv2ls(1), +.BR lv2jack(1), + +.SH AUTHOR +lv2ls was written by David Robillard +.PP +This manual page was written by Jaromír Mikes +and David Robillard diff --git a/utils/lilv.bash_completion b/utils/lilv.bash_completion index 921087a..372982d 100644 --- a/utils/lilv.bash_completion +++ b/utils/lilv.bash_completion @@ -1,7 +1,8 @@ -# Bash auto-completion script written for lv2_inspect, lv2_jack_host -# and lv2_simple_jack_host. Could be adapted to any other program -# that takes an LV2 plugin URI as parameter. +# Bash auto-completion script written for lv2info and lv2jack. +# Could be adapted to any other program that takes an +# LV2 plugin URI as parameter. +# Updated for Lilv by David Robillard on 2011-05-21. # Written by Lars Luthman on 2009-10-12. # No copyright claimed for this script. Do what you want with it. @@ -13,7 +14,7 @@ # It probably breaks in some special cases but for most common uses # it should work fine. -function _lv2_inspect() { +function _lv2info() { local uri cur opts w wn raw_reply len type opts=`lv2_list | xargs -n1 echo -n " "` @@ -52,8 +53,7 @@ function _lv2_inspect() { done } -complete -F _lv2_inspect lv2_inspect +complete -F _lv2info lv2info -# And the same for lv2_jack_host and lv2_simple_jack_host. -complete -F _lv2_inspect lv2_jack_host -complete -F _lv2_inspect lv2_simple_jack_host +# And the same for lv2jack. +complete -F _lv2info lv2jack diff --git a/utils/lv2info.c b/utils/lv2info.c index f8745c3..e833a16 100644 --- a/utils/lv2info.c +++ b/utils/lv2info.c @@ -302,7 +302,7 @@ void print_version(void) { printf( - "lv2_inspect (lilv) " LILV_VERSION "\n" + "lv2info (lilv) " LILV_VERSION "\n" "Copyright 2007-2011 David Robillard \n" "License: \n" "This is free software: you are free to change and redistribute it.\n" @@ -312,7 +312,7 @@ print_version(void) void print_usage(void) { - printf("Usage: lv2_inspect PLUGIN_URI\n"); + printf("Usage: lv2info PLUGIN_URI\n"); printf("Show information about an installed LV2 plugin.\n"); } -- cgit v1.2.1