Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (10f75710db563894e58e9f809f20e6f22b73e5b7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (10f75710db563894e58e9f809f20e6f22b73e5b7)
  • Date: Thu, 26 Apr 2012 04:19:23 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 1 +
doc/mupdf/BUILD | 1 +
doc/mupdf/DEPENDS | 5 +++++
doc/mupdf/DETAILS | 21 +++++++++++++++++++++
doc/mupdf/HISTORY | 2 ++
doc/mupdf/INSTALL | 1 +
6 files changed, 31 insertions(+)

New commits:
commit 10f75710db563894e58e9f809f20e6f22b73e5b7
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mupdf: new spell, lightweight PDF and XPS viewer

diff --git a/ChangeLog b/ChangeLog
index b1ad0c6..a479018 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2012-04-26 Vlad Glagolev <stealth AT sourcemage.org>
* graphics/jbig2dec: new spell, decoder implementation of the JBIG2
image compression format
+ * doc/mupdf: new spell, lightweight PDF and XPS viewer

2012-04-21 Treeve Jelbert <treeve AT sourcemage.org>
* disk/partclone: new spell partition clone/image tool
diff --git a/doc/mupdf/BUILD b/doc/mupdf/BUILD
new file mode 100755
index 0000000..886140f
--- /dev/null
+++ b/doc/mupdf/BUILD
@@ -0,0 +1 @@
+make build=release verbose=1
diff --git a/doc/mupdf/DEPENDS b/doc/mupdf/DEPENDS
new file mode 100755
index 0000000..9c5f147
--- /dev/null
+++ b/doc/mupdf/DEPENDS
@@ -0,0 +1,5 @@
+depends JPEG &&
+depends openjpeg &&
+depends freetype2 &&
+depends jbig2dec &&
+depends zlib
diff --git a/doc/mupdf/DETAILS b/doc/mupdf/DETAILS
new file mode 100755
index 0000000..cb7e43d
--- /dev/null
+++ b/doc/mupdf/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=mupdf
+ VERSION=1.0
+
SOURCE_HASH=sha512:00f71288740a137fa3eb3537453f0465949a2dbc590a38651b3dd7a651dad6d0dc5070a3072988439f52729b12478cb467f202157ceb44e5a560431354567861
+ SOURCE=$SPELL-$VERSION-source.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION-source"
+ SOURCE_URL[0]=http://mupdf.googlecode.com/files/$SOURCE
+ WEB_SITE=http://www.mupdf.com/
+ ENTERED=20120426
+ LICENSE[0]=GPL
+ KEYWORDS="pdf"
+ SHORT="lightweight PDF and XPS viewer"
+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. It supports PDF 1.7 with
+transparency, encryption, hyperlinks, annotations, searching and more.
+
+It also reads OpenXPS documents.
+EOF
diff --git a/doc/mupdf/HISTORY b/doc/mupdf/HISTORY
new file mode 100644
index 0000000..d6ba5f5
--- /dev/null
+++ b/doc/mupdf/HISTORY
@@ -0,0 +1,2 @@
+2012-04-26 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD, INSTALL: spell created
diff --git a/doc/mupdf/INSTALL b/doc/mupdf/INSTALL
new file mode 100755
index 0000000..f68b9d4
--- /dev/null
+++ b/doc/mupdf/INSTALL
@@ -0,0 +1 @@
+make build=release prefix="$INSTAL_ROOT/usr" install




Archive powered by MHonArc 2.6.24.

Top of Page