Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/text
In directory sc8-pr-cvs1:/tmp/cvs-serv20699/main/finkinfo/text
Added Files:
kile-1.3.1-1.info scribus-0.8-3.info scribus-0.8-3.patch
Removed Files:
kile-1.3.0-2.info scribus-0.8-2.info scribus-0.8-2.patch
Log Message:
new kde
new qt
run. hide. be ready for the flood. =)
--- NEW FILE: kile-1.3.1-1.info ---
Package: kile
Version: 1.31
Revision: 1
Source: http://perso.club-internet.fr/pascal.brachet/%n/%n-%v.tar.gz
SourceDirectory: %n-%v
Source-MD5: 3f38531bed3e41c6d34f853610f5f659
Depends: qt3-shlibs, libjpeg-shlibs, libpng-shlibs, x11, dlcompat, kdebase3 |
kdebase3-ssl, kdelibs3 | kdelibs3-ssl, libart2-shlibs
BuildDepends: qt3, libjpeg, libpng, kdebase3-dev | kdebase3-ssl-dev, kdelibs3-dev |
kdelibs3-ssl-dev,libart2, dlcompat-dev
ConfigureParams: --mandir='$(prefix)/share/man' --with-qt-dir=%p
--with-qt-includes=%p/include/qt --with-extra-includes=%p/include
--with-extra-libs=%p/lib
GCC: 3.1
InstallScript: make install DESTDIR=%d
DocFiles: README Changelog COPYING INSTALL TODO
Description: KDE3 LaTeX editor, TeX shell, Gnuplot frontend
DescDetail: <<
Kile is a program for KDE 3, that integrates many tools needed
to develop documents with LaTeX, in just one application.
<<
License: GPL
Maintainer: Thomas Kotzian <[EMAIL PROTECTED]>
Homepage: http://xm1.net.free.fr/kile/
--- NEW FILE: scribus-0.8-3.info ---
Package: scribus
Version: 0.8
Revision: 3
Source: http://web2.altmuehlnet.de/fschmid/%n-%v.tar.gz
Source-MD5: 9a5ee8056b27d54ddba64f4c7deecce1
License: GPL
GCC: 3.1
Depends: x11, ghostscript, qt3-shlibs (>= 3.0.5-9), libjpeg-shlibs, libjpeg-bin,
lcms-shlibs (>=1.09)
BuildDepends: lcms (>=1.09), libjpeg, qt3 (>= 3.0.5-9), dlcompat-dev
Patch: %f.patch
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
<<
SetCXXFLAGS: -I%p/include
UpdateLibtool: yes
ConfigureParams: --with-qt-dir=%p --with-qt-includes=%p/include/qt
--with-extra-includes=%p/include
DocFiles: AUTHORS COPYING ChangeLog Changes0.6-0.8.txt 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.8-3.patch ---
diff -ur scribus-0.8.ori/scribus/scribusXml.cpp scribus-0.8.corr/scribus/scribusXml.cpp
--- scribus-0.8.ori/scribus/scribusXml.cpp Sun Sep 22 13:37:21 2002
+++ scribus-0.8.corr/scribus/scribusXml.cpp Sat Oct 12 15:27:00 2002
@@ -1092,7 +1092,7 @@
txnu += tmp.setNum(item->Ptext.at(kt)->xp) + " " +
tmp.setNum(item->Ptext.at(kt)->yp) + " ";
}
ob.setAttribute("TEXTCOOR", txnu);
- ob.setAttribute("NUMGROUP",item->Groups.count());
+ ob.setAttribute("NUMGROUP",(uint)item->Groups.count());
QString glp = "";
QValueStack<int>::Iterator nx;
for (nx = item->Groups.begin(); nx != item->Groups.end(); ++nx)
@@ -1355,7 +1355,7 @@
k--;
ob.appendChild(it);
}
- ob.setAttribute("NUMGROUP",item->Groups.count());
+ ob.setAttribute("NUMGROUP",(uint)item->Groups.count());
QString glp = "";
QValueStack<int>::Iterator nx;
for (nx = item->Groups.begin(); nx != item->Groups.end(); ++nx)
diff -ur scribus-0.8.ori/scribus/scribusdoc.h scribus-0.8.corr/scribus/scribusdoc.h
--- scribus-0.8.ori/scribus/scribusdoc.h Fri Sep 20 15:58:46 2002
+++ scribus-0.8.corr/scribus/scribusdoc.h Sat Oct 12 15:27:00 2002
@@ -34,6 +34,7 @@
#include "scfonts.h"
#include "fpointarray.h"
#ifdef HAVE_CMS
+ typedef void * HANDLE;
#include <lcms.h>
#endif
--- kile-1.3.0-2.info DELETED ---
--- scribus-0.8-2.info DELETED ---
--- scribus-0.8-2.patch DELETED ---
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits