Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/text
In directory usw-pr-cvs1:/tmp/cvs-serv28099/text

Added Files:
        scribus-0.7.7-2.info scribus-0.7.7-2.patch 
Log Message:
10.2 OK

--- NEW FILE: scribus-0.7.7-2.info ---
Package: scribus
Version: 0.7.7
Revision: 2
Source: http://web2.altmuehlnet.de/fschmid/%n-%v.tar.gz
Source-MD5: 082b03b57d0ed753a1e68e78d954453a
License: GPL
GCC: 3.1
Depends: x11, ghostscript, qt3-shlibs, libjpeg-shlibs, libjpeg-bin, lcms-shlibs 
(>=1.09)
BuildDepends: lcms (>=1.09), libjpeg, qt3
PatchScript: <<
 perl -pi -e 's|^CXXLINK.*|CXXLINK = c++ -pedantic -L%p/lib -o \$@|' 
scribus/Makefile.in
 perl -pi -e 's|char.*error|const char * error|g' scribus/scribus.cpp
 perl -pi -e 'exit if /^$/' scribus/TTFenc.txt
 cp %p/include/qdom.h scribus/qdom_modif.h
 patch -p1 < %a/%f.patch
<<
UpdateLibtool: yes
ConfigureParams: --with-qt-dir=%p --with-extra-includes=%p/include
DocFiles: AUTHORS COPYING ChangeLog README
Description: Layout program
DescDetail: <<
Scribus is a Layout program for Linux., similar to Adobe PageMaker[tm], 
QuarkXPress[tm] or Adobe. InDesign[tm], except that it is published under 
the GNU GPL. 

Currently, it is still in its early stages of development, but rapidly
maturing and very useable. Already, it has the ability to layout
newsletters, create corporate stationery, small posters and other
documents which need flexible layout and/or the ability to output to
professional quality imagesetting equipment. You can do all the
typical tasks like placing and rotating text and/or images on a page,
specify manual kerning of type and much more.

While the goals of the program are for ease of use and simple easy to
understand tools, Scribus offers support for professional publishing
features, such as CMYK color, easy PDF creation, Encapsulated
Postscript import/export and creation of color separations.

Graphic formats which can be placed include Ecapsulated Post Script
(eps), Joint Photographic Experts Group (jpeg), Portable Network
Graphics (png) and XPixMap(xpm) 
<<
DescPort: <<
 The Makefile needs some help for the final linking.
 The declaration of error disagreed with the one of dlerror in dlfcn.h 
 from dlcompat.
 There is an obscure problem with attributes in qdom.h from qt.
 An empty line at the end of TTFenc.txt makes scribus hang (memory leak).
 The Little CMS library lcms is now required.
<<
Maintainer: Martin Costabel <[EMAIL PROTECTED]>
Homepage: http://web2.altmuehlnet.de/fschmid/

--- NEW FILE: scribus-0.7.7-2.patch ---
--- /sw/include/qdom.h  Sat Apr 27 19:57:14 2002
+++ scribus-0.7/scribus/qdom_modif.h    Sat Apr 27 19:56:59 2002
@@ -464,9 +464,7 @@
     // DOM functions
     QString attribute( const QString& name, const QString& defValue = QString::null ) 
const;
     void setAttribute( const QString& name, const QString& value );
-    void setAttribute( const QString& name, int value );
     void setAttribute( const QString& name, uint value );
-    void setAttribute( const QString& name, double value );
     void removeAttribute( const QString& name );
     QDomAttr attributeNode( const QString& name);
     QDomAttr setAttributeNode( const QDomAttr& newAttr );
diff -ur scribus-0.7.7.ori/scribus/scribusXml.h scribus-0.7.7/scribus/scribusXml.h
--- scribus-0.7.7.ori/scribus/scribusXml.h      Wed Jul 17 23:03:55 2002
+++ scribus-0.7.7/scribus/scribusXml.h  Wed Aug  7 22:05:16 2002
@@ -11,7 +11,7 @@
 
 #include "scribusview.h"
 #include <qvaluelist.h>
-#include <qdom.h>
+#include <qdom_modif.h>
 #include <qprogressbar.h>
 
 class ScriXmlDoc : public QObject
diff -ur scribus-0.7.7.ori/scribus/scribusdoc.h scribus-0.7.7/scribus/scribusdoc.h
--- scribus-0.7.7.ori/scribus/scribusdoc.h      Thu Jul 25 08:09:32 2002
+++ scribus-0.7.7/scribus/scribusdoc.h  Wed Aug  7 22:12:47 2002
@@ -34,6 +34,7 @@
 #include "scfonts.h"
 #include "fpointarray.h"
 #ifdef HAVE_CMS
+        typedef void * HANDLE;
        #include <lcms.h>
 #endif
 



-------------------------------------------------------
This sf.net email is sponsored by: Jabber - The world's fastest growing 
real-time communications platform! Don't just IM. Build it in! 
http://www.jabber.com/osdn/xim
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to