summaryrefslogtreecommitdiffstats
path: root/doc/mupdf/DETAILS
blob: 453480c59d0019aa819015793f30707f72b2db50 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
           SPELL=mupdf
if [[ "${MUPDF_BRANCH}" == "rc" ]]; then
         VERSION=1.18.0
     SOURCE_HASH=sha512:7551f18b9bac6e2dc1cf073741cbc975ce3a16dc7e37c9d5a58254c67bf2c07bb36185d6585e435d4126f3ae351f67d7432d19a986c9b47b15105ca43db0edb8
else
         VERSION=1.18.0
     SOURCE_HASH=sha512:7551f18b9bac6e2dc1cf073741cbc975ce3a16dc7e37c9d5a58254c67bf2c07bb36185d6585e435d4126f3ae351f67d7432d19a986c9b47b15105ca43db0edb8
fi
  SECURITY_PATCH=1
          SOURCE=$SPELL-$VERSION-source.tar.xz
   SOURCE_URL[0]=http://mupdf.com/downloads/$SOURCE
   SOURCE_URL[1]=http://mupdf.com/downloads/archive/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION-source"
        WEB_SITE=http://www.mupdf.com/
         ENTERED=20120426
      LICENSE[0]="AGPL"
        KEYWORDS="pdf"
           SHORT="lightweight PDF, XPS, EPUB and CBZ viewer and parser/rendering library"
cat << EOF
The renderer in MuPDF is tailored for high quality anti-aliased graphics. It
renders text with metrics and spacing accurate to within fractions of a pixel
for the highest fidelity in reproducing the look of a printed page on screen.

MuPDF is also small, fast, and yet complete. We support PDF 1.7 with
transparency, encryption, hyperlinks, annotations, search and many other bells
and whistles. MuPDF can also read XPS documents (OpenXPS / ECMA-388),
EPUB and CBZ (Comic Book archive) files.
EOF