From 55976ff5f5f77f4f6791bee7139d6666f39b3627 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 11 Dec 2022 13:55:34 -0500 Subject: Remove Gtk2 interface --- doc/jalv.1 | 3 +-- doc/jalv.gtk.1 | 58 --------------------------------------------------------- doc/jalv.gtk3.1 | 1 - doc/jalv.qt5.1 | 1 - doc/meson.build | 4 ---- 5 files changed, 1 insertion(+), 66 deletions(-) delete mode 100644 doc/jalv.gtk.1 (limited to 'doc') diff --git a/doc/jalv.1 b/doc/jalv.1 index 91976b2..068596c 100644 --- a/doc/jalv.1 +++ b/doc/jalv.1 @@ -48,7 +48,7 @@ Print control output changes to stdout. \fB\-s\fR Show plugin UI if possible. -This option only works when plugins provide a UI that is usable via the non-embeddable showHide interface. For other, embeddable UIs, use jalv.gtk(1) or jalv.qt(1). +This option only works when plugins provide a UI that is usable via the non-embeddable showHide interface. For other, embeddable UIs, use jalv.gtk3(1) or jalv.qt5(1). .TP \fB\-t\fR @@ -72,7 +72,6 @@ The Jalv prompt supports several commands for interactive control: \fBSYMBOL = VALUE\fR Set control value by symbol .SH "SEE ALSO" -.BR jalv.gtk(1), .BR jalv.gtk3(1), .BR jalv.qt5(2), .BR lv2ls(1), diff --git a/doc/jalv.gtk.1 b/doc/jalv.gtk.1 deleted file mode 100644 index cabe37f..0000000 --- a/doc/jalv.gtk.1 +++ /dev/null @@ -1,58 +0,0 @@ -.TH JALV.GTK 1 "18 Feb 2017" - -.SH NAME -.B jalv.gtk \- Run an LV2 plugin as a JACK application (Gtk version). - -.SH SYNOPSIS -.B jalv.gtk [OPTION]... PLUGIN_URI - -.SH OPTIONS - -.TP -\fB\-b SIZE\fR -Buffer size for plugin <=> UI communication. - -.TP -\fB\-c SYM=VAL\fR -Set control value (e.g. "vol=1.4"). - -.TP -\fB\-d\fR, \fB\-\-dump\fR -Dump plugin <=> UI communication. - -.TP -\fB\-U URI\fR -Load the UI with the given URI. - -.TP -\fB\-g\fR, \fB\-\-generic\-ui\fR -Use Jalv generic UI and not the plugin UI. - -.TP -\fB\-h\fR, \fB\-\-help\fR -Print the command line options. - -.TP -\fB\-l DIR\fR, \fB\-\-load DIR\fR -Load state from state directory. - -.TP -\fB\-p\fR, \fB\-\-print\-controls\fR -Print control output changes to stdout. - -.TP -\fB\-t\fR, \fB\-\-trace\fR -Print trace messages from plugin. - -.SH "SEE ALSO" -.BR jalv(1), -.BR jalv.gtk3(1), -.BR jalv.qt5(1), -.BR lv2ls(1), -.BR jackd(1) - -.SH AUTHOR -jalv was written by David Robillard -.PP -This manual page was written by Jaromír Mikes -and David Robillard diff --git a/doc/jalv.gtk3.1 b/doc/jalv.gtk3.1 index e9da7e4..1cb8dc1 100644 --- a/doc/jalv.gtk3.1 +++ b/doc/jalv.gtk3.1 @@ -46,7 +46,6 @@ Print trace messages from plugin. .SH "SEE ALSO" .BR jalv(1), -.BR jalv.gtk(1), .BR jalv.qt5(1), .BR lv2ls(1), .BR jackd(1) diff --git a/doc/jalv.qt5.1 b/doc/jalv.qt5.1 index 14429fb..14fa57f 100644 --- a/doc/jalv.qt5.1 +++ b/doc/jalv.qt5.1 @@ -13,7 +13,6 @@ developer testing purposes, for a production ready program use jalv.gtk. .SH "SEE ALSO" .BR jalv(1), -.BR jalv.gtk(1), .BR jalv.gtk3(1), .BR lv2ls(1), .BR jackd(1) diff --git a/doc/meson.build b/doc/meson.build index 6a0781c..64299d1 100644 --- a/doc/meson.build +++ b/doc/meson.build @@ -3,10 +3,6 @@ install_man('jalv.1') -if not get_option('gtk2').disabled() - install_man('jalv.gtk.1') -endif - if not get_option('gtk3').disabled() install_man('jalv.gtk3.1') endif -- cgit v1.2.1