summaryrefslogtreecommitdiffstats
path: root/gnome1-libs/gnome-print
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /gnome1-libs/gnome-print
initial commit from stable 0.3
Diffstat (limited to 'gnome1-libs/gnome-print')
-rwxr-xr-xgnome1-libs/gnome-print/BUILD4
-rwxr-xr-xgnome1-libs/gnome-print/DEPENDS5
-rwxr-xr-xgnome1-libs/gnome-print/DETAILS20
-rw-r--r--gnome1-libs/gnome-print/HISTORY38
-rw-r--r--gnome1-libs/gnome-print/ftfix.patch65
5 files changed, 132 insertions, 0 deletions
diff --git a/gnome1-libs/gnome-print/BUILD b/gnome1-libs/gnome-print/BUILD
new file mode 100755
index 0000000000..4f803b65a9
--- /dev/null
+++ b/gnome1-libs/gnome-print/BUILD
@@ -0,0 +1,4 @@
+patch -p1 < $SCRIPT_DIRECTORY/ftfix.patch &&
+# this instruction changes the order of arguments to ltconfig and forces HOST value
+sedit "s|\$libtool_flags --no-verify \$ac_aux_dir/ltmain.sh \$lt_target|--no-verify \$libtool_flags \$ac_aux_dir/ltmain.sh $HOST|g" configure &&
+default_build
diff --git a/gnome1-libs/gnome-print/DEPENDS b/gnome1-libs/gnome-print/DEPENDS
new file mode 100755
index 0000000000..e735cd376e
--- /dev/null
+++ b/gnome1-libs/gnome-print/DEPENDS
@@ -0,0 +1,5 @@
+depends POSTSCRIPT-INTERPRETER &&
+depends gdk-pixbuf &&
+depends freetype2 &&
+depends gnome-libs &&
+depends libxml
diff --git a/gnome1-libs/gnome-print/DETAILS b/gnome1-libs/gnome-print/DETAILS
new file mode 100755
index 0000000000..a351c308f4
--- /dev/null
+++ b/gnome1-libs/gnome-print/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=gnome-print
+ VERSION=0.37
+ BRANCH=`echo $VERSION|cut -d . -f 1,2`
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
+ SOURCE_URL[1]=ftp://ftp.gnome.org/pub/GNOME/sources/$SPELL/$BRANCH/$SOURCE
+ MD5[0]="d464b81c4ccfc451300890fceda1cb42"
+ LICENSE[0]=GPL
+ LICENSE[1]=LGPL
+ MAINTAINER=jon-sven@frisurf.no
+ WEB_SITE=http://www.gnome.org
+ ENTERED=20010922
+ UPDATED=20021103
+ SHORT="This is an implementation of the Gnome Printing Architecture"
+cat << EOF
+This is an implementation of the Gnome Printing Architecture, as
+described in:
+ http://www.levien.com/gnome/print-arch.html
+EOF
diff --git a/gnome1-libs/gnome-print/HISTORY b/gnome1-libs/gnome-print/HISTORY
new file mode 100644
index 0000000000..bdfc29e07a
--- /dev/null
+++ b/gnome1-libs/gnome-print/HISTORY
@@ -0,0 +1,38 @@
+2005-07-09 Sergey Lipnevich <sergey@sourcemage.org>
+ * BUILD: fix ltconfig invocation (for amd64).
+
+2004-05-01 Arwed v. Merkatz <v.merkatz@gmx.net>
+ * BUILD, ftfix.patch: make it compile with freetype2 2.1.8
+
+2003-12-01 Arwed v. Merkatz <v.merkatz@gmx.net>
+ * DEPENDS: added depends libxml (bug #4923)
+
+2003-10-30 Eric Sandall <eric@sandall.us>
+ * DEPENDS: Upper-case provides
+
+2003-09-29 Eric Sandall <eric@sandall.us>
+ * DEPENDS: Depends on gdk-pixbuf
+
+2002-11-03 Robin Cook <rcook@wyrms.net>
+ * DETAILS: Update to 0.37
+
+2002-10-23 Robin Cook <rcook@wyrms.net>
+ * DETAILS: Add MD5
+
+2002-10-18 Robin Cook <rcook@wyrms.net>
+ * DEPENDS: Changed DEPENDS to use requires postscript-interpreter
+
+2002-09-20 Jon Svendsen <jon-sven@frisurf.no>
+ * DETAILS: URLs now match new ftp.gnome.org layout
+
+2002-06-19 Jon Svendsen <jon-sven@frisurf.no>
+ * DETAILS: Added licensing information
+
+2002-06-16 Jon Svendsen <jon-sven@frisurf.no>
+ * DETAILS: Updated to 0.36
+
+2002-03-12 Jon Svendsen <jon-sven@frisurf.no>
+ * HISTORY: Added
+ * DETAILS: Added myself as MAINTAINER
+ * fixed backup url
+
diff --git a/gnome1-libs/gnome-print/ftfix.patch b/gnome1-libs/gnome-print/ftfix.patch
new file mode 100644
index 0000000000..78830b0eb7
--- /dev/null
+++ b/gnome1-libs/gnome-print/ftfix.patch
@@ -0,0 +1,65 @@
+diff -Nur gnome-print-0.37.orig/installer/gf-pfb.c gnome-print-0.37-ftfix/installer/gf-pfb.c
+--- gnome-print-0.37.orig/installer/gf-pfb.c 2002-01-19 01:23:00.000000000 +0100
++++ gnome-print-0.37-ftfix/installer/gf-pfb.c 2004-05-01 13:12:34.000000000 +0200
+@@ -12,7 +12,8 @@
+ #include <fcntl.h>
+ #include <string.h>
+ #include <ctype.h>
+-#include <freetype/freetype.h>
++#include <ft2build.h>
++#include FT_FREETYPE_H
+ #include "gf-pfb.h"
+
+ #define noVERBOSE
+diff -Nur gnome-print-0.37.orig/installer/gf-ttf.c gnome-print-0.37-ftfix/installer/gf-ttf.c
+--- gnome-print-0.37.orig/installer/gf-ttf.c 2001-11-05 15:07:28.000000000 +0100
++++ gnome-print-0.37-ftfix/installer/gf-ttf.c 2004-05-01 13:13:08.000000000 +0200
+@@ -32,7 +32,8 @@
+ #include <fcntl.h>
+ #include <string.h>
+ #include <ctype.h>
+-#include <freetype/freetype.h>
++#include <ft2build.h>
++#include FT_FREETYPE_H
+
+ #include "gf-ttf.h"
+
+diff -Nur gnome-print-0.37.orig/installer/gnome-font-install.c gnome-print-0.37-ftfix/installer/gnome-font-install.c
+--- gnome-print-0.37.orig/installer/gnome-font-install.c 2002-01-22 22:44:55.000000000 +0100
++++ gnome-print-0.37-ftfix/installer/gnome-font-install.c 2004-05-01 13:11:58.000000000 +0200
+@@ -26,7 +26,8 @@
+ #include <parser.h>
+ #include <xmlmemory.h>
+ /* End of ugly thing */
+-#include <freetype/freetype.h>
++#include <ft2build.h>
++#include FT_FREETYPE_H
+ #include <libgnome/gnome-defs.h>
+ #include <libgnome/gnome-util.h>
+ #include <libgnome/gnome-i18n.h>
+diff -Nur gnome-print-0.37.orig/libgnomeprint/gnome-font-private.h gnome-print-0.37-ftfix/libgnomeprint/gnome-font-private.h
+--- gnome-print-0.37.orig/libgnomeprint/gnome-font-private.h 2001-12-05 23:07:58.000000000 +0100
++++ gnome-print-0.37-ftfix/libgnomeprint/gnome-font-private.h 2004-05-01 13:07:56.000000000 +0200
+@@ -22,7 +22,8 @@
+
+ BEGIN_GNOME_DECLS
+
+-#include <freetype/freetype.h>
++#include <ft2build.h>
++#include FT_FREETYPE_H
+ #include <libgnomeprint/gp-character-block.h>
+ #include <libgnomeprint/gp-fontmap.h>
+ #include <libgnomeprint/gnome-font.h>
+diff -Nur gnome-print-0.37.orig/libgnomeprint/parseTT.h gnome-print-0.37-ftfix/libgnomeprint/parseTT.h
+--- gnome-print-0.37.orig/libgnomeprint/parseTT.h 2001-11-05 20:27:09.000000000 +0100
++++ gnome-print-0.37-ftfix/libgnomeprint/parseTT.h 2004-05-01 13:09:28.000000000 +0200
+@@ -22,7 +22,8 @@
+ BEGIN_GNOME_DECLS
+
+ #include <glib.h>
+-#include <freetype/freetype.h>
++#include <ft2build.h>
++#include FT_FREETYPE_H
+
+ /*
+ * Convert loaded Freetype TTF face to Type1