1) Add PLIST.Linux with Linux only files.
2) Set EXTERNAL_EXTENSION based on OPSYS.
3) Make EXTERNAL_EXTENSION a PLIST_SUBST and add it to files that need it.
Bump PKGREVISION
1) define INFTIM if needed.
2) glibc does not have a <sys/filio.h>
3) Don't build sun audio support on Linux.
While here make 'arts' a PKG_SUGGESTED_OPTIONS on Linux.
(while here, set test target.)
2.2.10:
* slot_rep: Avoid access to deleted object in notify(),
and test case.
(Kjell Ahlstedt ) Bug #564005 (Alexander Shaduri)
* Mention visit_each() in the documentation of sigc::adapts.
(Thomas Rydzynski)
- Blu-ray support
- added CD raw reading and majority algorithm
- C2 scanning support for CD media
- changed treatment of CRC failures: old behaviour was to
store a defective sector marker; now the actual sector
contents are written to the image file.
- Using the CDROM_SEND_PACKET ioctl() will hang parallel
SCSI adapters. Added tests to determine the SCSI bus type,
and switch to the SG_IO ioctl() when in doubt. [Linux]
- fixed and documented -n command line options for RS02.
Bug fixes:
* GIMP 2.6.10 segfaults when CTRL-left click on a layer mask
* GIMP fails to import a path from SVG
* Crash or Gtk-CRITICAL on File->Open
* [abrt] gimp-2:2.6.11-1.fc14: py-slice.py:172:slice:TypeError: integer argument
expected, got float
* gimp(1) manpage fixes
* Sample Colorize does not function non-interactively
* file-pdf-load: Don't use deprecated API
* file-psp: fix for bogus input data
* Fixes for some buffer overflow problems
* Guard against crash due to quitting while DND is processed
* fails to build with -Werror=format-security
* script-fu: make server IPv6 aware
(while here, register egg-info).
0.6.4.1 (11.04.2009)
---------
* support writing to file-like objects
* add support for setting formula cell options
* add support for using color name strings to set the Font color
properties
* add support for setting default row height records
* add set_column, set_columns, and write_cols which are similar
to the perl counter parts and allow setting/writing to multiple columns
* allow page breaks to be intergers in the page break list
* add support for setting print area, and beginnings of other macros
and builtin functions
* allow None to be given to add_style to set default style
* Accepted patch for some bugs in the RK conversion routine from
John Machin
* add support for setting default results for formulas
* fix bug in lexer where symbols of more than one character are
not recognized
* Fix#1621199: typo causes DIMENSIONS record to have wrong number
of columns
* add support hyperlinks
* FIX#1618833: XFStyle defaults are now copies of the default properties.