Package: scribus12 Version: 1.2.4.1 Revision: 3 GCC: 3.3 Source: mirror:sourceforge:scribus/scribus-%v.tar.bz2 Source-MD5: d72ffe72b1d9ba1230557692af803927 Source2: http://www.scribus.org.uk/downloads/1.2.1/scribus-temp-all-1.2.1.tar.bz2 Source2-MD5: 19d102ff16c295e29bb7a051c66c2c58 License: GPL Conflicts: scribus, scribus-i18n-en, scribus-scripting Replaces: scribus, scribus-i18n-en, scribus-scripting Recommends: x-ghostscript-fonts, msttcorefonts, applesystemfonts Depends: x11, ghostscript, qt3-shlibs (>= 3.3.3-26), libjpeg-shlibs, libjpeg-bin, lcms-shlibs (>=1.09), libart2-shlibs, libpng3-shlibs, libtiff-shlibs, freetype219-shlibs, libxml2-shlibs, libiconv BuildDepends: lcms (>=1.09), libjpeg, qt3 (>= 3.3.3-26), libart2, cups-dev, libpng3, libtiff, freetype219, x11-dev, libxml2, libiconv-dev PatchScript: << #!/bin/sh -ex # Fix the building of plugins perl -pi.bak -e 's|(^AM_LDFLAGS =).*\$\(linkflag\)(.*)|$1 $2 \$(LIB_QT)|g ; s|\-Xlinker||g ; s|(lib.*)\.la|$1.so|g ; s|-version-info 0:0:0|-bundle -undefined dynamic_lookup -bind_at_load|g ; ' `find . -name Makefile.in` # point to Apple's Python framework perl -pi.bar -e "s,PYTHONLIB=.*,PYTHONLIB='-framework Python'\npython_libdir=yes\nLIBPYTHON=' ',g" configure perl -pi.bar -e "s,LIBPYTHON =.*,LIBPYTHON=,g" scribus/plugins/scriptplugin/Makefile.in # fix freetype version test perl -pi.baz -e "s,(^\s*\#include FT_FREETYPE_H),#include \n\1,g" configure << ConfigureParams: --with-qt-dir=%p --with-qt-includes=%p/include/qt --with-qt-libraries=%p/lib --with-extra-includes=%p/include --with-extra-libs=%p/lib --with-pythondir=/System/Library/Frameworks/Python.framework/Versions/2.3/ --disable-dependency-tracking --mandir=%p/share/man CompileScript: << #!/bin/sh -ev export PATH=%p/lib/freetype219/bin:$PATH ./configure %c make << InstallScript: << make install DESTDIR=%d (cd ../scribus-templates-1.2.1; ./configure --prefix=%p; make install DESTDIR=%d) cp /System/Library/ColorSync/Profiles/* %i/lib/scribus/profiles/ # rm -f %i/lib/scribus/profiles/*Gray* << DocFiles: AUTHORS COPYING ChangeLog README Description: Layout program (stable branch 1.2.x) DescDetail: << Scribus is a Layout program in the tradition of Corel Ventura[tm], Adobe PageMaker[tm], QuarkXPress[tm] or Adobe InDesign[tm], except that it is published under the GNU GPL. Since its humble beginning in the spring of 2001, Scribus has rapidly developed into one of the premier desktop applications for Linux. Scribus 1.2 brings new power and versatile tools for desktop publishing. New features like separation previews, cross-platform Python scripting, advanced PDF 1.4 support are just some of the improvements in Scribus 1.2. Underneath the modern and user friendly interface, Scribus supports professional publishing features, such as CMYK color and a simple color management system to soft proof images destined for high quality color printing. Other features include PDF Import, EPS import/export, Unicode text including right to left scripts such as Arabic and Hebrew. Scribus also has unexpected touches such as: useful vector drawing tools, SVG import/export and support for OpenType Fonts. The Scribus file format is XML based; open and completely documented. << 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 into your ~/.scribus/scribusfont.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. Not all font types are working: OpenType and Resource Fork TrueType don't work, but the latter can be converted using fondu. Note that scribus-1.3.x and scribus-1.2.x use incompatible file formats. So be careful when switching between these versions. << DescPort: << The Makefile needs some help for the final linking. Plugin compiling overrides some libtool logic, but this is simpler than to import the whole KDE admin directory packet. scribus-scripting is contained in this version. It works now with Panther's Python.framework Links to special freetype2-dev package. libfreetype.dylib needs to be a twolevel_namespace image. << DescPackaging: << The default profiles folder is now populated with a minimal set of color profiles from /System/Library/ColorSync/Profiles/ so that color management can be activated. << Maintainer: Martin Costabel Homepage: http://www.scribus.net/