libcupsfilters-2.0.0

Introduction to libcupsfilters

The libcupsfilters library contains filter functions for the data format conversion tasks needed in Printer Applications. It also contains several API functions for developing printer drivers/Printer Applications.

[注記]

注記

LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。

Package Information

libcupsfilters Dependencies

Required

Cups-2.4.7, GLib-2.78.3, ghostscript-10.02.1 or mupdf-1.23.7, Little CMS-2.14, Poppler-23.12.0, and Qpdf-11.6.4

Recommended

Installation of libcupsfilters

Install libcupsfilters by running the following commands:

./configure --prefix=/usr                   \
            --disable-static                \
            --docdir=/usr/share/doc/libcupsfilters-2.0.0 &&
make

To test the results, issue make check. DejaVu fonts are needed for the tests.

Now, as the root user:

make install

Command Explanations

--disable-static: このスイッチはスタティックライブラリをインストールしないようにします。

--with-test-font-path=VALUE: If you wish to run the tests, but you do not have the default /usr/share/fonts/dejavu/DejaVuSans.ttf use this switch to specify where DejaVuSans.ttf (or perhaps some other text TTF font - untested) is located.

Contents

Installed Programs: None
Installed Libraries: libcupsfilters.so
Installed Directories: /usr/include/cupsfilters, /usr/share/cups/{banners,charsets,data}, and /usr/share/doc/libcupsfilters-2.0.0

Short Descriptions

libcupsfilters.so

contains CUPS filters API functions