summaryrefslogtreecommitdiffstats
path: root/doc/mupdf/DETAILS
blob: b579ef982a510210801d57a06fb14f3f6540da97 (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.17.0
     SOURCE_HASH=sha512:39188e6ce3eaefb525b2c32767c4bf52ed881b41889edef086aa64bfe1c38e6f3cb853450c8284d175ef8854f32e9bc67415a692048ead26cf31c35645f9e0e5
else
         VERSION=1.17.0
     SOURCE_HASH=sha512:39188e6ce3eaefb525b2c32767c4bf52ed881b41889edef086aa64bfe1c38e6f3cb853450c8284d175ef8854f32e9bc67415a692048ead26cf31c35645f9e0e5
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