Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/text
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19016

Modified Files:
        scribus.info 
Added Files:
        scribus-1.2.3-1001.info scribus12.info 
Log Message:
Move latest stable versions to stable; keep bindist version for a while

--- NEW FILE: scribus12.info ---
Package: scribus12
Version: 1.2.4.1
Revision: 1002
GCC: 4.0
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.5-1023), 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.5-1023), 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 <ft2build.h>\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 
 export PKG_CONFIG_PATH="%p/lib/fontconfig2/lib/pkgconfig/"
 FT_FREETYPE_H='<freetype/freetype.h>' ./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 <[EMAIL PROTECTED]>
Homepage: http://www.scribus.net/


Index: scribus.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/text/scribus.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- scribus.info        6 Feb 2006 23:26:56 -0000       1.1
+++ scribus.info        28 Mar 2006 05:28:00 -0000      1.2
@@ -1,33 +1,28 @@
 Package: scribus
-Version: 1.2.3
-Revision: 1001
+Version: 1.3.2
+Revision: 1002
 GCC: 4.0
 Source: http://www.scribus.org.uk/downloads/%v/%n-%v.tar.bz2
-Source-MD5: ced1e74d4be30482b48bd04d52e47d46
+Source-MD5: 700b8ce377084e317aa9d34a2157428d
 Source2: http://www.scribus.org.uk/downloads/1.2.1/%n-temp-all-1.2.1.tar.bz2
 Source2-MD5: 19d102ff16c295e29bb7a051c66c2c58
 License: GPL
-Conflicts: scribus-scripting
-Replaces: scribus-scripting
+Conflicts: scribus12, scribus-i18n-en, scribus-scripting
+Replaces: scribus12, scribus-i18n-en, scribus-scripting
 Recommends: x-ghostscript-fonts, msttcorefonts, applesystemfonts
-Depends: x11, ghostscript, qt3-shlibs (>= 3.3.5-1023), 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.5-1023), libart2, cups-dev, 
libpng3, libtiff, freetype219, x11-dev, libxml2, libiconv-dev
+Depends: x11, ghostscript, qt3-shlibs (>= 3.3.5-1023), libjpeg-shlibs, 
libjpeg-bin, lcms-shlibs, libart2-shlibs, libpng3-shlibs, libtiff-shlibs, 
freetype219-shlibs, libxml2-shlibs, libiconv
+BuildDepends: x11-dev, lcms, libjpeg, qt3 (>= 3.3.5-1023), libart2, cups-dev, 
libpng3, libtiff, freetype219, libxml2, libiconv-dev
 PatchScript: <<
-#!/bin/sh
-# 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`
+#!/bin/sh -ev
 # 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 
 <<
 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
- export PATH=%p/lib/freetype219/bin:$PATH 
+#!/bin/sh -ev
+ export PATH=%p/lib/freetype219/bin:$PATH
+ export PYTHONLIB='-framework Python'
  ./configure %c
  make
 << 
@@ -35,39 +30,29 @@
  make install DESTDIR=%d
  (cd ../%n-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
+Description: Layout program (development branch 1.3.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 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.
+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 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.
+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. 
@@ -82,22 +67,20 @@
  - Put lines like
      /Library/Fonts
      /System/Library/Fonts
-   into your ~/.scribus/scribusfont.rc file (create it if it doesn't exist)
+   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.
   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

--- NEW FILE: scribus-1.2.3-1001.info ---
Package: scribus
Version: 1.2.3
Revision: 1001
GCC: 4.0
Source: http://www.scribus.org.uk/downloads/%v/%n-%v.tar.bz2
Source-MD5: ced1e74d4be30482b48bd04d52e47d46
Source2: http://www.scribus.org.uk/downloads/1.2.1/%n-temp-all-1.2.1.tar.bz2
Source2-MD5: 19d102ff16c295e29bb7a051c66c2c58
License: GPL
Conflicts: scribus-scripting
Replaces: scribus-scripting
Recommends: x-ghostscript-fonts, msttcorefonts, applesystemfonts
Depends: x11, ghostscript, qt3-shlibs (>= 3.3.5-1023), 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.5-1023), libart2, cups-dev, 
libpng3, libtiff, freetype219, x11-dev, libxml2, libiconv-dev
PatchScript: <<
#!/bin/sh
# 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 
<<
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
 export PATH=%p/lib/freetype219/bin:$PATH 
 ./configure %c
 make
<< 
InstallScript: <<
 make install DESTDIR=%d
 (cd ../%n-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
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: <<
 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.
<<
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 <[EMAIL PROTECTED]>
Homepage: http://www.scribus.net/




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to