Skip to Content.
Sympa Menu

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

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 (bccf307afc5f7a2c6ecc3c9b1352982206bd1b7b)
  • Date: Mon, 28 Apr 2008 05:02:36 -0500

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

doc/epdfview/DEPENDS | 6 +++++-
doc/epdfview/DETAILS | 2 +-
doc/epdfview/HISTORY | 5 +++++
doc/epdfview/PRE_BUILD | 4 ++++
doc/epdfview/gcc43.patch | 11 +++++++++++
5 files changed, 26 insertions(+), 2 deletions(-)

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

epdfview: fixed compilation with gcc 4.3, cleaned up

diff --git a/doc/epdfview/DEPENDS b/doc/epdfview/DEPENDS
index 496e2bc..610e206 100755
--- a/doc/epdfview/DEPENDS
+++ b/doc/epdfview/DEPENDS
@@ -1,3 +1,7 @@
depends gtk+2 &&
depends poppler &&
-optional_depends CUPS "--with-cups" "--without-cups" "printing support"
+
+optional_depends CUPS \
+ "--with-cups" \
+ "--without-cups" \
+ "for printing support"
diff --git a/doc/epdfview/DETAILS b/doc/epdfview/DETAILS
index 72bc55a..8ee8c2f 100755
--- a/doc/epdfview/DETAILS
+++ b/doc/epdfview/DETAILS
@@ -8,7 +8,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
ENTERED=20070119
LICENSE[0]=GPL
KEYWORDS="pdf"
- SHORT="a lightweight PDF document viewer using Poppler and GTK+
libraries"
+ SHORT="lightweight PDF document viewer using Poppler and GTK+
libraries"
cat << EOF
ePDFView is a lightweight PDF document viewer using Poppler and GTK+
libraries.
The aim of ePDFView is to make a simple PDF document viewer, in the lines of
diff --git a/doc/epdfview/HISTORY b/doc/epdfview/HISTORY
index d1af735..1910bd6 100644
--- a/doc/epdfview/HISTORY
+++ b/doc/epdfview/HISTORY
@@ -1,3 +1,8 @@
+2008-04-28 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: fixed short desc
+ * DEPENDS: rearranged dep to make it more readable
+ * PRE_BUILD: fixed compilation with gcc 4.3
+
2008-03-27 Vlad Glagolev <stealth AT sourcemage.org>
* TRIGGERS: added, to fix some errors after poppler updates

diff --git a/doc/epdfview/PRE_BUILD b/doc/epdfview/PRE_BUILD
new file mode 100755
index 0000000..8c9201b
--- /dev/null
+++ b/doc/epdfview/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+
+patch -p0 < $SPELL_DIRECTORY/gcc43.patch
diff --git a/doc/epdfview/gcc43.patch b/doc/epdfview/gcc43.patch
new file mode 100644
index 0000000..af30c52
--- /dev/null
+++ b/doc/epdfview/gcc43.patch
@@ -0,0 +1,11 @@
+--- src/IDocumentLink.h.orig 2006-10-17 18:23:19.000000000 +0400
++++ src/IDocumentLink.h 2008-04-28 13:56:56.762082838 +0400
+@@ -33,7 +33,7 @@
+ class IDocumentLink
+ {
+ public:
+- IDocumentLink (gdouble x1, gdouble y1, gdouble x2, gdouble y1);
++ IDocumentLink (gdouble x1, gdouble y1, gdouble x2, gdouble y2);
+ virtual ~IDocumentLink (void);
+
+ virtual void activate (IDocument *document) = 0;



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (bccf307afc5f7a2c6ecc3c9b1352982206bd1b7b), Vlad Glagolev, 04/28/2008

Archive powered by MHonArc 2.6.24.

Top of Page