Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
as reported by Quentin Garnier in PR #30718.
Bump PKGREVISION.
Okayed by maintainer.
|
|
|
|
And use PKGMANDIR for the INSTALLATION_DIRS.
PKGREVISION not bumped -- no change in default build. And before
would have failed if PKGMANDIR was set to non-default.
|
|
|
|
3.0. If one of these is important to you, please fix it in time
for pkgsrc-2006Q1, or it may be removed.
|
|
|
|
|
|
Fix ISO C conflict: depend on stdlib.h for malloc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix CONFLICTS pattern to include [0-9].
|
|
PostScript files. It also needs wget, so add both to DEPENDS.
Bump PKGREVISION.
|
|
of the shared libXm has changed.
|
|
|
|
Many new features and refinements.
Notable changes include:
* Konqueror is the second web browser to pass the Acid2 CSS test,
ahead of Firefox and Internet Explorer
* Konqueror can also now free web pages from adverts with its
ad-block feature
* SuperKaramba is included in KDE, providing well-integrated and
easy-to-install widgets for the user's desktop
* Kopete has support for MSN and Yahoo! webcams
* The edutainment module has three new applications (KGeography,
Kanagram and blinKen), and has seen huge improvements in Kalzium
|
|
aalib-x11 and aview-x11.
SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED)
for affected packages.
Addresses PR 32046 by Leonard Schmidt.
|
|
|
|
Qt3 and Qt4 QImage class. Adding the generated plugin in the Qt's
tree enable any Qt application to manipulate TIFF images. TiffIO come
with a self-test suite, and have been compiled and used successfully
on a variety of windows and unixes platforms.
|
|
http://www.kde.org/info/security/advisory-20051207-1.txt
Bump PKGREVISION.
|
|
New features
Black preservation on CMYK-> CMYK transforms
Ability to set adaptation state of observer on absolute colorimetric transforms.
A rather advanced feature. Actually it only allows No adaptation (d=0) and observer fully adapted (d=1)
lcms can now "fix" some broken 8-bit profiles that have gray axes misplaced.
icctrans can now read CGATS/IT8 files.
improved tifficc with tiff Lab8 support
New functions
LCMSAPI double LCMSEXPORT cmsSetAdaptationState(cmsHTRANSFORM hTransform, double d);
LCMSAPI void LCMSEXPORT cmsSetHeaderAttributes(cmsHPROFILE hProfile, DWORD Flags);
LCMSAPI DWORD LCMSEXPORT cmsTakeHeaderAttributes(cmsHPROFILE hProfile);
LCMSAPI icInt32Number LCMSEXPORT cmsGetTagCount(cmsHPROFILE hProfile);
LCMSAPI icTagSignature LCMSEXPORT cmsGetTagSignature(cmsHPROFILE hProfile, icInt32Number n);
LCMSAPI BOOL LCMSEXPORT cmsIT8SaveToMem(LCMSHANDLE hIT8, void *MemPtr, size_t* BytesNeeded);
BOOL _cmsIsMatrixShaper(cmsHPROFILE hProfile);
BOOL _cmsAddDateTimeTag(cmsHPROFILE hProfile, icTagSignature sig, struct tm *DateTime);
BOOL _cmsAddColorantTableTag(cmsHPROFILE hProfile, icTagSignature sig, LPcmsNAMEDCOLORLIST nc);
double cmsEvalLUTreverse(LPLUT Lut, WORD Target[], WORD Result[], LPWORD Hint);
LPcmsNAMEDCOLORLIST LCMSEXPORT cmsReadColorantTable(cmsHPROFILE hProfile, icTagSignature sig)
LPcmsGAMUTEX cmsReadExtendedGamut(cmsHPROFILE hProfile, int index);
void cmsFreeExtendedGamut(LPcmsGAMUTEX gex);
New tags supported
icSigColorantTableTag LPcmsNAMEDCOLORLIST
icSigColorantTableOutTag LPcmsNAMEDCOLORLIST
icSigCalibrationDateTimeTag const struct tm*
New flags:
cmsFLAGS_PRESERVEBLACK
cmsFLAGS_GRIDPOINTS(n)
And of course some bug fixing.
|
|
noticable on NetBSD 1.6, where PTHREAD_LDFLAGS is not set at all.
|
|
|
|
CONFIGURE_ARGS.
|
|
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
|
Changes from NEWS:
The focus of this release is on the exciting new features sponsored by
Google via their Summer of Code program. However, we have quite a bunch of
other stuff too. Here are the highlights:
* Connectors: A new Connector tool implements creation, editing, and
autorouting (object-avoiding) of connector lines between objects.
Indispensable for diagramming. (A Google SoC project.)
* Inkboard collaborative editing: You can now connect to other Inkscape
users over the Net and edit a shared document together, watching
others' changes and making yours! (A Google SoC project.)
* Pressure and tilt sensitivity: the Calligraphy tool can now use a
tablet pen with pressure/tilt support to vary the width and angle of
the calligraphic stroke.
* Better node editing: You can freely drag/bend/stretch a Bezier curve
by any point (not only by a node), as well as add a new node at any
point on the curve.
* New extensions for envelope distortion, whirling, and adding nodes.
* Improved precision, expanded limits, many usability improvements and
bugfixes.
|
|
|
|
* SetImageType(): monochrome images are not required to be colormapped
* Initialize blob->mapped to MagickFalse in AttachBlob()
* Use painters algorithm for the -draw point primitive
* NormalizeImage() now normalizes the opacity channel correctly
* QueryFontMetrics() now accounts for the font stroke width
|
|
the appropriate tool via USE_TOOLS (usually "gs:run"), and remove
ghostscript.mk. This change removes a rather out-dated file from
pkgsrc and switches packages to use the more compact implementation
of the Ghostcript-handling inside the tools framework.
|
|
"io-xpm.c in the gdk-pixbuf XPM image rendering library allows attackers
to cause a denial of service (infinite loop) via a crafted XPM image
with a large number of colors."
"Integer overflow in io-xpm.c in gdk-pixbuf allows attackers to cause a
denial of service (crash) or execute arbitrary code via an XPM file with
large height, width, and colour values, a different vulnerability than
CVE-2005-3186."
"Integer overflow in the gdk-pixbuf XPM image rendering library allows
attackers to execute arbitrary code via an XPM file with a number of
colors that causes insufficient memory to be allocated, which leads to
a heap-based buffer overflow."
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-2975
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-2976
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3186
|
|
of the libgsf shlib major bump and associated BUILDLINK_DEPENDS bump.
|
|
|
|
during update to 0.6.
|
|
2.30 Migrated polyline() support into GD::Simple.
2.29 Better support for fonts and brushed patterns in GD::Simple
2.28 Having troubles getting all the modules installed correctly. Should work now.
2.27 Reworked the way that GD.pm is created at compile time so that CPAN picks up
correct version information. No code changes.
2.26 CPAN isn't propagating GD, so I'll upload another version
2.25 Fixed Makefile.PL so that GD::Polyline and GD::Simple are installed (thanks to Guy Albertelli).
2.24 Fixed gif/anim gif support so that you can't have animated gif support without
having gif support.
2.23 Added patch from Slaven Rezic which makes it possible to call GD constants
in an OO way (without generating warnings), and removes #! from the
top of autogenerated GD.pm
Rewrote tests 11 and 12 - if they continue to randomly fail on various
platforms, they will be removed.
2.22 Changed the way the gd and gd2 round-trip tests are evaluated. This
might fix test failures that have been reported on some platforms.
2.21 Regression tests are now functional for versions of libgd compiled
exclusively with PNG, JPEG or GIF support.
2.20 GD::Image->newFromGdData() and newFromGd2Data() got broken
somewhere along the line. They are now fixed (and
have a regression test).
Added copyRotated() method.
|
|
The first bug fix release of Gwenview, version 1.3.1, is out.
This version contains the following fixes:
* Make sure Gwenview libs do not require an executable stack.
(Patch by Christopher Martin)
* PNG loader has been fixed to pass PNG gamma tests from W3C.
(Patch by Christopher Martin)
* Fix compilation with GCC 4.1.
* Fix MMX configure check with GCC 4.x.
* Fix a bug which could lead to truncated images when saving to
non-local URLs.
|
|
|
|
F4L is an open source development environment for Macromedia Flash,
a multi-platform format (swf/svg) widely used for web applications and
vector animation. Basically, you can make interactive eye candy for
your web site or any other purposes.
--
http://f4l.sf.net/
|
|
bug on netbsd-*-alpha is not needed anymore. Fixes PR 31387.
|
|
SUBDIR entry in the category Makefile to follow suit.
|
|
running doxygen. Instead, let fontconfig find PostScript fonts.
Bump PKGREVISION.
|
|
|
|
|
|
|
|
(This packages 2.1.1.)
|
|
Miscellaneous fixes and minor improvements removed from Changes
extract below:
Nov. 18/05 - Version 5.77 (production release)
- Allow integer tag values to be specified in hex (with leading '0x')
Nov. 16/05 - Version 5.76
- Tolerate extra null padding at end of TIFF images (as written by Photoshop
CS) when rewriting TIFF images
Nov. 14/05 - Version 5.74
- Added read support for DICOM (DCM, DC3, DIC, DICM) and ACR-NEMA (ACR)
medical image files
- Decode a lot more Nikon Capture information and add write ability
- Updated Nikon makernote decoding for D200 and new AF-S Nikkor 18-200 lens
(thanks Werner Kober)
- Added a number of new Canon LensType's (thanks Volker Gering)
- Recognize file types even if they have the wrong extension
Nov. 7/05 - Version 5.73
- Added ability to shift date/time tag values
- Extract Red/BlueBalance tags for Nikon D2Hs, D50 and D2X
- Decode Nikon Capture Data to extract IPTC information and Rotation
- Added a new Olympus LensType (thanks Michael Meissner)
Oct. 28/05 - Version 5.72
- Added ability to create XMP data files. This is more significant than it
sounds: The -o option may now be used to generate XMP files from
information in any other format, or even to create an XMP file from nothing
more than tags defined on the command line.
- Fixed problem rewriting maker notes of some Pentax cameras
- API Changes:
- Added CanWrite() and CanCreate() functions
- Allow WriteInfo() source file to be undefined to create new file
- Allow WriteInfo() output file to be undefined to edit file in place
- Added extra argument to WriteInfo() to specify output file type
Oct. 24/05 - Version 5.71
- Added ability to read/write .XMP data files
- Added -listf option to print list of recognized file types
- Changed "-group#" option to "-listg#" (but still support old -group#)
- Moved Kodak APP3 "Meta" tags from EXIF to a new Kodak "Meta" group
Oct. 23/05 - Version 5.70
- Significant internal changes to improve speed and reduce memory useage
- Fixed a bug introduced in version 5.63 which caused incorrect XMP GPS
coordinates to be returned
- Changed handling of Kodak date records
- API Changes:
- Added ability to access original 'Raw' values via GetValue()
- GetValue() now returns empty array in list context if value is undefined
- Values are now converted as they are requested, so the PrintConv option
now applies to GetInfo() and GetValue() instead of ExtractInfo()
Oct. 19/05 - Version 5.69
- API Changes:
- Changed handling of floating point numbers to tolerate locales where a
comma is used instead of a decimal point
Oct. 17/05 - Version 5.68
- Added support for reading Sigma RAW (X3F) images
|
|
(we can build one povray for multiple CPUs)
* Do not fix povray.ini, which is gone
|