Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
dssi_list_plugins(1)	     General Commands Manual	    dssi_list_plugins(1)

NAME
     dssi_list_plugins - list available DSSI plugins

SYNOPSIS
     dssi_list_plugins [-v|--verbose]

DESCRIPTION
     dssi_list_plugins	scans a list of directories specified by the environment
     variable DSSI_PATH, looking for DSSI (or LADSPA) shared libraries.  It  re-
     ports  each  library  found, and lists the plugins contained within the li-
     brary. It ignores subdirectories and libtool *.la files; otherwise it  will
     complain if any of the files found are not DSSI or LADSPA shared libraries.

OPTIONS
     -v
     --verbose
	    Causes  dssi_list_plugins  to  be  more verbose in its reporting. It
	    will note conditions which are typically ignored by most DSSI hosts,
	    yet may indicate problems, including malformed or unreadable  compo-
	    nents  of  DSSI_PATH, directories which contain no plugin libraries,
	    libraries which appear more than once  in  the  DSSI_PATH,	and  li-
	    braries which contain no plugins.

ENVIRONMENT
     DSSI_PATH
	    A colon-separated list of directories to scan for DSSI plugins.

CONFORMING TO
     DSSI RFC version 1.0.

SEE ALSO
     dssi_analyse_plugin(1), http://dssi.sourceforge.net/

				 June 23rd, 2010	    dssi_list_plugins(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=dssi_list_plugins&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help