Workaround: AM_PROG_AR
[libquvi.git] / doc / man3 / libquvi.3.txt
blob1ad9d5fc2777cf50d8c33c6ccbcfb19d1186bb2e
1 libquvi(3)
2 ==========
4 NAME
5 ----
6 libquvi - Overview of the library
8 DESCRIPTION
9 -----------
10 libquvi is a cross-platform library with C API for parsing adobe
11 flash media properties. "quvi" is an acronym for "query video".
13 ENVIRONMENT
14 -----------
16 LIBQUVI_SCRIPTS_DIR::
17   The library will additionally look in the colon-separated list of
18   directories specified by the LIBQUVI_SCRIPTS_DIR environment variable.
20 LIBQUVI_SCRIPTS_VERBOSE::
21   When defined, enables the output from any libquvi scripts using the
22   debug facility ('quvi/debug' module).
24 LIBQUVI_SHOW_DIR::
25   When defined, the library will output the paths of the searched
26   directories to the stderr.
28 LIBQUVI_SHOW_SCRIPT::
29   When defined, the library will output the file names of the found
30   scripts to stderr. The output will also indicate whether the script
31   was accepted by the library.
33 LIBQUVI_VERBOSE_SCRIPTS::
34   When defined, scripts using the 'quvi/debug' module messaging
35   functions will output to stderr.
37 Proxy::
38   "libcurl" is used by libquvi. See the libcurl documentation (C API
39   and/or 'curl(1)') for a complete list of the supported proxy
40   environment variables.
42 FURTHER RESOURCES
43 -----------------
45 The latest C API reference documentation may be viewed at
46 `http://quvi.sf.net/doc/`.  The development code may be cloned
47 from `git://repo.or.cz/libquvi.git`. The gitweb is accessible at
48 `http://repo.or.cz/w/libquvi.git`.
50 Authors
51 -------
52 Toni Gundogdu <legatvs@gmail.com>::
53   Author.
55 Reporting bugs
56 --------------
57 Report bugs to the quvi-devel mailing list
58 <quvi-devel@lists.sourceforge.net> where the development and the
59 maintenance is primarily done.  You do not have to be subscribed
60 to the list to send a message there.
62 LICENSE
63 -------
64 libquvi is Free Software licensed under the GNU Affero GPLv3+
66 SEE ALSO
67 --------
68 'libquvi-scripts(7)', 'quvi(1)', 'quvi-object(7)', 'quvi-modules(7)',
69 'quvi-modules-3rdparty(7)'