Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (26b177058bcafbfcc29c2665f6696b24bb9aefe0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (26b177058bcafbfcc29c2665f6696b24bb9aefe0)
  • Date: Sun, 4 Feb 2007 04:15:08 -0600

GIT changes to master grimoire by Treeve Jelbert <treeve AT scarlet.be>:

ChangeLog | 3 +++
graphics/djview4/BUILD | 4 ++++
graphics/djview4/DEPENDS | 4 ++++
graphics/djview4/DETAILS | 16 ++++++++++++++++
graphics/djview4/HISTORY | 5 +++++
graphics/djvulibre/BUILD | 3 +++
graphics/djvulibre/DEPENDS | 14 ++++++++++----
graphics/djvulibre/DETAILS | 1 +
graphics/djvulibre/HISTORY | 7 +++++++
9 files changed, 53 insertions(+), 4 deletions(-)

New commits:
commit 26b177058bcafbfcc29c2665f6696b24bb9aefe0
Author: Treeve Jelbert <treeve AT scarlet.be>
Commit: Treeve Jelbert <treeve AT scarlet.be>

djview4 - new spell

commit c9c45e28650800e8667788873c50b4a8d469796d
Author: Treeve Jelbert <treeve AT scarlet.be>
Commit: Treeve Jelbert <treeve AT scarlet.be>

djvulibre - revised depends

commit dca45998de4f19c94e0de947c39a9bf7d97b7c55
Author: Treeve Jelbert <treeve AT scarlet.be>
Commit: Treeve Jelbert <treeve AT scarlet.be>

djvulibre - fix build

diff --git a/ChangeLog b/ChangeLog
index bf7b956..8f06d55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-02-04 Treeve Jelbert <treeve AT pi.be>
+ * graphics/djview4: new spell
+
2007-02-03 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* perl-cpan/date-format: new spell
* perl-cpan/crypt-cbc: new spell
diff --git a/graphics/djview4/BUILD b/graphics/djview4/BUILD
new file mode 100755
index 0000000..55ee416
--- /dev/null
+++ b/graphics/djview4/BUILD
@@ -0,0 +1,4 @@
+export QTDIR="" &&
+export PATH=${TRACK_ROOT}/usr/bin/qt4:$PATH &&
+default_build
+
diff --git a/graphics/djview4/DEPENDS b/graphics/djview4/DEPENDS
new file mode 100755
index 0000000..28a8c3c
--- /dev/null
+++ b/graphics/djview4/DEPENDS
@@ -0,0 +1,4 @@
+depends pkgconfig &&
+depends qt4 &&
+depends djvulibre
+
diff --git a/graphics/djview4/DETAILS b/graphics/djview4/DETAILS
new file mode 100755
index 0000000..3dcb2b8
--- /dev/null
+++ b/graphics/djview4/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=djview4
+ VERSION=4.0
+
SOURCE_HASH=sha512:4b8fb620331ef43434149fe78609322a719a4f02692b824fc574cc2988fdefaf1795c20df68388a103d9da889b9506ce0f5bd23d59725b0bed375f08f22410a1
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/djvu/$SOURCE
+ WEB_SITE=http://djvu.SourceForge.net
+ LICENSE[0]=GPL
+ ENTERED=20070201
+ KEYWORDS="doc viewer"
+ SHORT="viewer and browser plugin for displaying DjVu files"
+cat << EOF
+DjVu is a Web-centric format and software platform for distributing
+documents and images. DjVu content downloads and displays faster than
+competing formats. DjVu images can be smoothly zoomed and panned.
+EOF
diff --git a/graphics/djview4/HISTORY b/graphics/djview4/HISTORY
new file mode 100644
index 0000000..3bb8726
--- /dev/null
+++ b/graphics/djview4/HISTORY
@@ -0,0 +1,5 @@
+2007-02-03 Treeve Jelbert <treeve AT pi.be>
+ * DETAILS: version 4.0
+ * BUILD, DEPENDS: added
+ spell created
+
diff --git a/graphics/djvulibre/BUILD b/graphics/djvulibre/BUILD
new file mode 100755
index 0000000..de33b68
--- /dev/null
+++ b/graphics/djvulibre/BUILD
@@ -0,0 +1,3 @@
+make_single &&
+default_build &&
+make_normal
diff --git a/graphics/djvulibre/DEPENDS b/graphics/djvulibre/DEPENDS
index 46ef8c3..f10a7cf 100755
--- a/graphics/djvulibre/DEPENDS
+++ b/graphics/djvulibre/DEPENDS
@@ -1,7 +1,13 @@
depends g++ &&
-depends qt-x11 &&
-
+optional_depends qt-x11 \
+ "--enable-djview" \
+ "--disable-djview" \
+ "build QT3 viewer" &&
+optional_depends tiff \
+ "--with-tiff" \
+ "--without-tiff" \
+ "TIFF support" &&
optional_depends "jpeg" \
- "" \
- "" \
+ "--with-jpeg" \
+ "--without-jpeg" \
"for JPEG encoding support"
diff --git a/graphics/djvulibre/DETAILS b/graphics/djvulibre/DETAILS
index 7cafc89..8d74a83 100755
--- a/graphics/djvulibre/DETAILS
+++ b/graphics/djvulibre/DETAILS
@@ -6,6 +6,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL

SOURCE_HASH=sha512:dd24f942972c688b9820f74280a99e2c9c276ac774571b40e6f4acbbba2050ff6b2458e8dfdcefb2c595d60257089e8bac51467cb08e8743105eb6cca97cf318
WEB_SITE=http://djvu.sourceforge.net/
ENTERED=20030125
+ STAGED_INSTALL=off
LICENSE[0]=GPL
KEYWORDS="graphics"
SHORT='djvulibre provides support for the DjVu image format'
diff --git a/graphics/djvulibre/HISTORY b/graphics/djvulibre/HISTORY
index ca2ecee..f93f5f5 100644
--- a/graphics/djvulibre/HISTORY
+++ b/graphics/djvulibre/HISTORY
@@ -1,3 +1,10 @@
+2007-02-04 Treeve Jelbert <treeve AT pi.be>
+ * DETAILS: STAGED_INSTALL=off
+ * DEPENDS: qt-x11, tiff jpeg optional
+
+2007-02-03 Treeve Jelbert <treeve AT pi.be>
+ * BUILD: added, needs make_single
+
2007-02-01 Treeve Jelbert <treeve AT pi.be>
* DETAILS: updated to 3.5.18




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (26b177058bcafbfcc29c2665f6696b24bb9aefe0), Treeve Jelbert, 02/04/2007

Archive powered by MHonArc 2.6.24.

Top of Page