diff options
author | Remi Collet <remi@remirepo.net> | 2017-09-08 13:48:54 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-09-08 13:48:54 +0200 |
commit | 86263ef9c66f850dc2600d5ae9d3d59e2180822f (patch) | |
tree | db91673eb30b47e881f421441d1d2fb2e59c04a3 /libvips.xml | |
parent | 0c01265d2a7d32097ff32b188df9b33a80af5034 (diff) |
v8.6.0-alpha3
Diffstat (limited to 'libvips.xml')
-rw-r--r-- | libvips.xml | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/libvips.xml b/libvips.xml new file mode 100644 index 0000000..938855c --- /dev/null +++ b/libvips.xml @@ -0,0 +1,64 @@ +<?xml version="1.0" encoding="utf-8"?> +<descriptor> + +<!-- Template for the Library Descriptor --> + +<!-- + Necessary Sections + --> + +<version> + <!-- Version of the library --> +8.6.0-alpha3 +</version> + +<headers> + <!-- The list of paths to header files and/or + directories with header files, one per line --> +/usr/include/vips/vips.h +</headers> + +<libs> + <!-- The list of paths to shared objects and/or + directories with shared objects, one per line --> +/usr/lib64/libvips-cpp.so +/usr/lib64/libvips.so +/usr/lib64/libvipsCC.so +</libs> + +<!-- + Additional Sections + --> + +<include_paths> + <!-- The list of paths to be searched for header files + needed for compiling of library headers, one per line --> +</include_paths> + +<gcc_options> + <!-- Additional gcc options, one per line --> +</gcc_options> + +<include_preamble> + <!-- The list of header files that should be included before other headers, one per line. + For example, it is a tree.h for libxml2 and ft2build.h for freetype2 --> +</include_preamble> + +<opaque_types> + <!-- The list of opaque types, one per line --> +</opaque_types> + +<skip_interfaces> + <!-- The list of functions (mangled/symbol names in C++) + that should be skipped while testing, one per line --> +</skip_interfaces> + +<skip_constants> + <!-- The list of constants that should not be checked, one name per line --> +</skip_constants> + +<skip_headers> + <!-- The list of headers that should not be processed, one name per line --> +</skip_headers> + +</descriptor> |