Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/editors
In directory sc8-pr-cvs1:/tmp/cvs-serv10903

Added Files:
        lyx-1.2.2-1.info lyx-1.2.2-1.patch 
Log Message:
New upstream version.


--- NEW FILE: lyx-1.2.2-1.info ---
Package: lyx
Version: 1.2.2
Revision: 1
Source: mirror:custom:%n-%v.tar.gz
CustomMirror: <<
 nam-US: ftp://ftp.lyx.org/pub/lyx/stable/
 nam-US: ftp://ftp.sdsc.edu/pub/other/lyx/stable/
 nam-FR: ftp://ftp.lip6.fr/pub/lyx/stable/
 nam-AU: ftp://mirror.aarnet.edu.au/pub/LyX/stable/
 nam-RU: ftp://ftp.chg.ru/pub/TeX/lyx/stable/
 nam-IT: ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/
<<
Source-MD5: 62d3c0337e133b11da8170f55be0860d
Depends: xforms-shlibs, tetex-base, ispell | aspell, gv, xdvi, imagemagick
BuildDepends: xforms, fink (>= 0.9.12), dlcompat-dev
UpdatePoMakefile: true
SetCPPFLAGS: -no-cpp-precomp
Patch: %f.patch
ConfigureParams:  --mandir='${prefix}/share/man'
CompileScript: (export CCACHE_DISABLE=1; ./configure %c; make)
InstallScript: <<
 make install prefix=%i
 mkdir -p %i/etc/texmf.local/tex/latex
 cp -R %i/share/lyx/tex %i/etc/texmf.local/tex/latex/lyx
 cp -f lib/images/lyx.xpm %i/share/lyx/images/
 (cd %i/share/lyx; ln -s %p/share/lyx/lyxrc.example preferences)
<<
License: GPL
DocFiles: INSTALL COPYING ChangeLog NEWS README UPGRADING ANNOUNCE
PostInstScript: <<
echo "Configuring LyX for your system..."
(cd %p/share/lyx; ./configure)
if [ -f %p/bin/mktexlsr ]; then %p/bin/mktexlsr %p/etc/texmf.local; fi
<<
PostRmScript: <<
if [ -f %p/bin/mktexlsr ]; then %p/bin/mktexlsr %p/etc/texmf.local; fi
<<
Description: Wordprocessor utilizing LaTeX
DescDetail: <<
LyX is a modern approach of writing documents with a computer
which breaks with the tradition of the obsolete typewriter
concept.  It is designed for people who want a professional
output with a minimum of time and effort, without becoming specia-
lists in typesetting.  Compared to common word processors LyX
will increase the productivity a lot, since most of the type-
setting will be done by the computer, not the author.  With LyX
the author can concentrate on the contents of his writing,
since the computer will take care of the look.
<<
DescPort: <<
Patch to disable xpm image loader, use ppm as default format.
This works around a crashing bug.
<<
Homepage: http://www.lyx.org
Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>

--- NEW FILE: lyx-1.2.2-1.patch ---
--- lyx-1.2.2/src/frontends/xforms/xformsGImage.C       31 Oct 2002 11:14:13 -0000     
 1.12
+++ lyx-1.2.2/src/frontends/xforms/xformsGImage.C       7 Nov 2002 09:36:23 -0000
@@ -424,7 +424,6 @@
        flimage_enable_tiff();
        flimage_enable_xbm();
        flimage_enable_xwd();
-       flimage_enable_xpm();
 
        // xforms stores this permanently (does not make a copy) so
        // this should never be destroyed.
--- lyx-1.2.2/lib/lyxrc.example Thu Jan 10 08:14:20 2002
+++ lyx-1.2.2/lib/lyxrc.example Thu Nov  7 09:04:58 2002
@@ -611,3 +611,10 @@
 #\screen_font_encoding iso8859-6.8x
 #\screen_font_encoding_menu iso8859-1
 #\screen_font_roman "-*-naskhi"
+#
+# CONVERTERS SECTION ##########################
+#
+
+\converter "epsi" "ppm" "convert EPS:$$i PPM:$$o" ""
+\converter "eps" "ppm" "convert EPS:$$i PPM:$$o" ""
+\converter "ps" "ppm" "convert PS:$$i PPM:$$o" ""



-------------------------------------------------------
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

Reply via email to