diff options
author | B. Watson <yalhcru@gmail.com> | 2012-07-29 23:12:14 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-07-29 23:12:14 -0500 |
commit | c45dac6ecf0de5c1e02e6c3daad962462127f776 (patch) | |
tree | 8f1ae29b718d73ee7266108bc322da53dd5e1f18 /office/zathura-pdf-mupdf/README | |
parent | 8b60f1b0f658018fd9de62b2eb9f1472c416792e (diff) | |
download | slackbuilds-c45dac6ecf0de5c1e02e6c3daad962462127f776.tar.gz |
office/zathura-pdf-mupdf: Added (zathura support for mupdf backend)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'office/zathura-pdf-mupdf/README')
-rw-r--r-- | office/zathura-pdf-mupdf/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/office/zathura-pdf-mupdf/README b/office/zathura-pdf-mupdf/README new file mode 100644 index 0000000000..8e227f7c20 --- /dev/null +++ b/office/zathura-pdf-mupdf/README @@ -0,0 +1,14 @@ +zathura-pdf-mupdf (zathura support for mupdf backend) + +The zathura-pdf-mupdf plugin adds PDF support to zathura by using the +mupdf rendering library (replacing the poppler-based PDF support from +the zathura package). + +This requires zathura and mupdf. + +Note: This overwrites /usr/lib/zathura/pdf.so from the zathura +package (replace lib with lib64 for 64-bit systems). zathura doesn't +support having multiple plugins per filetype, so after installing +zathura-pdf-mupdf, zathura will always use the mupdf backend. To switch +back to the poppler backend, remove both zathura and zathura-pdf-mupdf, +then reinstall zathura. |