Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28215

Added Files:
        scribus135.info 
Log Message:
New version 1.3.5rc2

--- NEW FILE: scribus135.info ---
Package: scribus135
Version: 1.3.5.rc2
Revision: 1
Source: mirror:sourceforge:scribus/scribus-%v.tar.bz2
Source-MD5: 161eaae7a97bd9f2824a677e771bd36f
License: GPL
GCC: 4.0
Recommends: x-ghostscript-fonts, msttcorefonts, applesystemfonts
Depends: x11, ghostscript, glib2-shlibs, qt4-x11-core-shlibs, 
qt4-x11-gui-shlibs, libjpeg-shlibs, libjpeg-bin, lcms-shlibs, cairo-shlibs, 
libpng3-shlibs, libtiff-shlibs, freetype219-shlibs, libxml2-shlibs, libiconv, 
fontconfig2-shlibs, podofo-shlibs, python26, pil-py26
BuildDepends: fink (>= 0.24.12), x11-dev, glib2-dev, lcms, libjpeg, qt4-x11, 
cairo, cups-dev, libpng3, libtiff, freetype219, libxml2, libiconv-dev, 
fontconfig2-dev, expat1, cmake, podofo-dev, boost1.35.systempython
Conflicts: scribus, scribus134
Replaces: scribus, scribus134
PatchScript: <<
#!/bin/sh -ev
# Place all source tree include dirs before %p/include
  perl -pi -e 
's|\$\{CMAKE_BINARY_DIR\}/scribus|$&\n\$\{CMAKE_SOURCE_DIR\}/scribus|g' 
CMakeLists.txt
# improve finding of PIL in the FontSample script
  perl -pi -e 's|import Image|from PIL $&|g' 
scribus/plugins/scriptplugin/scripts/FontSample.py
# qt4-x11 seems not to define Q_OS_MAC, which is bad
  perl -pi -e 's,#if.*Q_OS_MAC.*,#if ( defined(Q_OS_MAC) || 
defined(Q_OS_DARWIN)),' scribus/scclocale.h
<<
CompileScript: <<
#!/bin/sh -ex
# Use Fink's freetype219, qt4-x11, python26
 export PATH=%p/lib/freetype219/bin:$PATH 
 unset QMAKESPEC
 export QTDIR=%p/lib/qt4-x11

 mkdir build
 cd build
 cmake --debug-output -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
       -DCMAKE_INSTALL_PREFIX:PATH=%p/ \
       -DFREETYPE_DIR:PATH=%p/lib/freetype219 \
       -DFREETYPE_INCLUDE_DIR_ft2build:PATH=%p/lib/freetype219/include \
       
-DFREETYPE_INCLUDE_DIR_freetype2:PATH=%p/lib/freetype219/include/freetype2 \
       -DFREETYPE_LIBRARY:FILEPATH=%p/lib/freetype219/lib/libfreetype.dylib \
       -DBUILD_OSX_BUNDLE:BOOL=0 \
       
-DPYTHON_DEBUG_LIBRARY:FILEPATH=%p/lib/python2.6/config/libpython2.6.dylib \
       -DPYTHON_INCLUDE_PATH:PATH=%p/include/python2.6 \
       -DPYTHON_LIBRARY:FILEPATH=%p/lib/python2.6/config/libpython2.6.dylib \
       ..
 make
<< 
InstallScript: <<
#!/bin/sh -ex
 cd build
 make install DESTDIR=%d
 /bin/cp /System/Library/ColorSync/Profiles/* 
%i/Applications/Scribus.app/Contents/lib/scribus/profiles/ || /usr/bin/true
<<
DocFiles: AUTHORS COPYING ChangeLog ChangeLogCVS ChangeLogSVN PACKAGING README 
TRANSLATION
Description: Layout program (development version 1.3.5rc2)
DescDetail: << 
 Scribus is an open-source program that brings professional
 page layout to Linux/Unix, MacOS X, OS/2 and Windows desktops
 with a combination of "press-ready" output and new approaches
 to page layout.

 Underneath the modern and user friendly interface, Scribus
 supports professional publishing features, such as CMYK color,
 separations, ICC color management and versatile PDF creation.

 Version 1.3.5 corresponds to a  development branch; 
 currently the stable release is still 1.3.3.13.
<<
DescUsage: <<
 This version contains extensive online help. 
 Additional up-to-date documentation is on the Scribus web site.

 Fonts: By default, the X11 Type1 fonts are recognized. If you
 want more fonts, you can do one or more of the following:
 - Install the x-ghostscript-fonts or msttcorefonts or xfonts-intl 
   or applesystemfont packages. 
   (The gimp-sharefonts and similar packages work, too, 
   but these fonts are of rather bad quality)
 - Put lines like
     /Library/Fonts
     /System/Library/Fonts
     /sw/lib/X11/fonts/applettf
     /sw/lib/X11/fonts/msttf
   into your ~/.scribus/scribusfont13.rc file (create it if it doesn't exist)
   This will give you many (not all) of the Apple system fonts.
   If you use FontBook to create your own collections, put also
     ~/Library/Fonts
   into this file.
<<
Maintainer: Martin Costabel <costa...@wanadoo.fr>
Homepage: http://www.scribus.net/


------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to