Package: scribus Version: 1.2 Revision: 11 CustomMirror: << eur-GB: http://www.scribus.org.uk/downloads/%v/ eur-DE: http://web2.altmuehlnet.de/fschmid aus-AU: http://scribus.planetmirror.com << Source: mirror:custom:/%n-%v.tar.bz2 Source-MD5: 7d2c2b228f9a6ff82c9401fd54bdbe16 License: GPL GCC: 3.3 Conflicts: scribus-scripting Replaces: scribus-scripting Suggests: scribus-i18n-en Recommends: x-ghostscript-fonts, msttcorefonts, applesystemfonts Depends: x11, ghostscript, qt3-shlibs (>= 3.2.1-11), libjpeg-shlibs, libjpeg-bin, lcms-shlibs (>=1.09), libart2-shlibs, libpng3-shlibs, libtiff-shlibs, freetype2-shlibs (>= 2.1.3-21) | freetype2-hinting-shlibs (>= 2.1.3-21) BuildDepends: lcms (>=1.09), libjpeg, qt3 (>= 3.2.1-11), libart2, cups-dev, libpng3, libtiff, freetype2-dev | freetype2-hinting-dev, x11-dev #Patch: %n.patch PatchScript: << # Fix the building of plugins perl -pi.bak -e 's|^AM_LDFLAGS = .*\-s|AM_LDFLAGS = \$(all_libraries) \$(LIB_QT)|g' `find . -name Makefile.in` perl -pi.bak -e 's|(lib.*)\.la|$1.so|g' `find . -name Makefile.in` perl -pi.bak -e 's|-version-info 0:0:0|-bundle -undefined dynamic_lookup -bind_at_load|g' `find . -name Makefile.in` perl -pi.bak -e 's|libpdf_la_LIBADD =|libpdf_la_LIBADD =\$(LIBTIFF)|g' scribus/libpdf/Makefile.in # make configure find the right version of freetype2 perl -pi.bak -e 's,usr/X11/bin,usr/X11R6/bin,g' configure perl -pi.bak -e 's,FREETYPE_CONFIG=\"\",FREETYPE_CONFIG=\"%p/lib/freetype2/bin/freetype-config\",g' configure perl -pi.bak -e 's,LIBS=\"\-lfreetype,LIBS=\"\$LIBFREETYPE_LIBS,g' configure # point to Apple's Python framework perl -pi.bak -e "s,PYTHONLIB=.*,PYTHONLIB='-framework Python'\npython_libdir=yes\nLIBPYTHON=' ',g" configure perl -pi.bak -e "s,LIBPYTHON =.*,LIBPYTHON=,g" scribus/plugins/scriptplugin/Makefile.in # remove spurious declaration of ChangeGrid. Otherwise the preferences plugin won't work. perl -pi.bak -e "s,.*ChangeGrid.*,,g" scribus/libprefs/prefs.h << 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/ CompileScript: << #!/bin/sh export PATH=%p/lib/freetype2/bin:$PATH ./configure %c make << DocFiles: AUTHORS COPYING ChangeLog README Description: Layout program 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 launch in the spring of 2001, Scribus 1.+ offers Linux and Unix users a versatile and user friendly page layout application. Scribus 1.0 and its recent development versions are being used in a number of ways; from brochure design to newsletters and posters to technical documentation. Scribus has the type of the features one would expect in a sophisticated page layout application. You can do all the typical tasks like precision placing and rotating of text and/or images on a page, specify manual kerning of type and much more. With the release of Scribus 1.0, Linux and Unix users now have one more high quality application for the desktop, making it the premier choice for DTP on Linux or BSD with other platforms to come. 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 flexible PDF creation options, PDF Import, Encapsulated Postscript import/export and creation of 4 color separations. Scribus also supports via freetype Unicode text including right to left scripts such as Arabic and Hebrew. Graphic formats which can be placed in Scribus include Encapsulated Post Script (eps), TIFF(Joint Photographic Experts Group (JPEG), Portable Network Graphics (png) and XPixMap(xpm). Scribus now also handles any bit map file type supported by QT3. << DescUsage: << The online help files are not included in this version. To get them, install the scribus-i18n-en package. 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. << 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. A function that is declared but never defined has to be removed from libprefs/prefs.h. << Maintainer: Martin Costabel Homepage: http://www.scribus.net/