[Lunar-commits] <moonbase> djview4: Version bump and a minor adjustment to the BUILD.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Thu Sep 23 12:59:23 CEST 2010


commit 304d596f304687bdcc9822889bf8d28c4110b160
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Thu Sep 23 06:59:23 2010 -0400

    djview4: Version bump and a minor adjustment to the BUILD.
---
 web/djview4/BUILD   |    9 ++++++---
 web/djview4/DETAILS |    6 +++---
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/web/djview4/BUILD b/web/djview4/BUILD
index 8f62fa5..69a0522 100644
--- a/web/djview4/BUILD
+++ b/web/djview4/BUILD
@@ -1,13 +1,16 @@
 (
 
-  . /etc/profile.d/qt4.rc
+  . /etc/profile.d/qt4.rc &&
 
   # This should always be just a link
   rm -rf /usr/lib/netscape/plugins  &&
 
-  OPTS="--enable-npdjvu --enable-nsdejavu"
+  OPTS="--enable-npdjvu --enable-nsdejavu" &&
 
-  default_build
+# Add a missing header required by gcc-4.5.x
+  sed -i "24i #include <stdint.h>" npdjvu/npdjvu.cpp &&
+
+  default_build &&
 
   # Install the plugins in the right directories
   mkdir -p /opt/lunar/plugins  &&
diff --git a/web/djview4/DETAILS b/web/djview4/DETAILS
index 3cabaac..e510ef6 100644
--- a/web/djview4/DETAILS
+++ b/web/djview4/DETAILS
@@ -1,11 +1,11 @@
           MODULE=djview4
-         VERSION=4.5
+         VERSION=4.6
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=$SFORGE_URL/djvu
-      SOURCE_VFY=sha1:d2fd259aa88f80393767f6dec921463da7820143
+      SOURCE_VFY=sha1:72d98fde9c6406ee714830118d06767b561941fd
         WEB_SITE=http://djvu.sourceforge.net/djview4.html
          ENTERED=20090625
-         UPDATED=20090625
+         UPDATED=20100923
            SHORT="portable DjVu viewer and browser plugin"
 
 cat << EOF


More information about the Lunar-commits mailing list