summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2005-12-27Get rid of MAN_DIR and use PKGMANDIR.reed1-3/+2
2005-12-27Do not include X11 buildlink. This does not need X11reed1-2/+2
as reported by Quentin Garnier in PR #30718. Bump PKGREVISION. Okayed by maintainer.
2005-12-27Honor PKGMANDIR.reed1-5/+5
2005-12-27Add patch: the configure knows @mandir@ so make the Makefile use it.reed3-3/+17
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.
2005-12-27Lower expectations, both others' and mine: relinquish stewardshipseb8-16/+16
2005-12-26Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386schmonz7-7/+28
3.0. If one of these is important to you, please fix it in time for pkgsrc-2006Q1, or it may be removed.
2005-12-25if using the Mipspro compiler chain, pass '-c99'.jschauma1-1/+7
2005-12-25if using the Mipspro compiler chain, pass '-c99'.jschauma1-1/+7
2005-12-20Fix GCC 3.4+: label at end of compound statement.joerg3-5/+26
Fix ISO C conflict: depend on stdlib.h for malloc.
2005-12-20Fix GCC 3.4+: Label at end of compound statement.joerg2-4/+13
2005-12-19Fix errno.joerg2-1/+31
2005-12-19Fix errno. Remove conflicting malloc prototype.joerg3-1/+27
2005-12-19Fix errno.joerg2-12/+18
2005-12-18Fix errno. Use NAME_MAX if available.joerg2-1/+40
2005-12-17Added missing RMD160 checksum for DevManual.pdf.rillig1-1/+2
2005-12-16Do not mix > with * in DEPENDS (pkglint test?).wiz1-4/+4
Fix CONFLICTS pattern to include [0-9].
2005-12-15drawtool of the ivtools suite needs pstoedit in order to editwennmach1-1/+5
PostScript files. It also needs wget, so add both to DEPENDS. Bump PKGREVISION.
2005-12-12Bump all motif packages for recent openmotif update. The major versionjoerg4-7/+8
of the shared libXm has changed.
2005-12-12Remove obsolete file. Noted by Leonard Schmidt in private mail.wiz1-7/+0
2005-12-11Update to KDE 3.5markd4-91/+267
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
2005-12-11Convert aalib to options framework, adding an 'x11' option, and removewiz33-293/+162
aalib-x11 and aview-x11. SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED) for affected packages. Addresses PR 32046 by Leonard Schmidt.
2005-12-09descend into TiffIOgdt1-1/+2
2005-12-09TiffIO is a plugin that add TIFF images read/write capabilities to thegdt4-0/+51
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.
2005-12-08More xpdf buffer overflows.markd2-2/+9
http://www.kde.org/info/security/advisory-20051207-1.txt Bump PKGREVISION.
2005-12-07Update to 1.15. patch-ab has been sent upstream.wiz4-29/+20
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.
2005-12-06Fix a bug in the thread linkage I introduced earlier. This was mostjoerg2-4/+4
noticable on NetBSD 1.6, where PTHREAD_LDFLAGS is not set at all.
2005-12-06localedir is share/locale on DragonFly as well.joerg2-1/+15
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig17-43/+43
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig70-173/+166
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
2005-12-04Update inkscape to 0.43.uebayasi3-12/+34
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.
2005-12-02Like Linux, DragonFly doesn't support pint as backend.joerg1-2/+2
2005-11-29Changes 6.2.5.5:adam4-9/+11
* 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
2005-11-28Change all instances of including mk/ghostscript.mk into asking forjlam6-16/+14
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.
2005-11-26Security fixes for CVE-2005-2975, CVE-2005-2976 and CVE-2005-3186:salo3-3/+125
"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
2005-11-25Bump PKGREVISION for libgsf dependencies, and BUILDLINK_DEPENDS becausewiz14-22/+30
of the libgsf shlib major bump and associated BUILDLINK_DEPENDS bump.
2005-11-24Revert unintended commit.wiz1-2/+1
2005-11-24Remove patches that were removed from distinfowiz3-29/+2
during update to 0.6.
2005-11-24Update to 2.30:wiz2-7/+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.
2005-11-23Update gwenview to 1.3.1. From maintainer Ian Zagorskih in PR 32134markd3-35/+7
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.
2005-11-20Added graphics/f4lxtraeme1-1/+2
2005-11-20Initial import of f4l-0.2 (suggested privately by pancake).xtraeme5-0/+51
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/
2005-11-19Tobias Nygren said in PR 31387 that the work-around for a gcc compilerrillig1-7/+1
bug on netbsd-*-alpha is not needed anymore. Fixes PR 31387.
2005-11-19Now that exiftool has been renamed to be p5-Image-ExifTool, change theagc1-2/+2
SUBDIR entry in the category Makefile to follow suit.
2005-11-19Do not use hardcoded URW Type 1 font names, which cause errors whenminskim1-1/+4
running doxygen. Instead, let fontconfig find PostScript fonts. Bump PKGREVISION.
2005-11-18add gqview-develgdt1-1/+2
2005-11-18moved to p5-ImageExifToolgdt4-32/+0
2005-11-18renamed from graphics/exiftoolgdt4-0/+33
2005-11-18Merge from re-importation of gqview-devel.gdt4-0/+123
(This packages 2.1.1.)
2005-11-18Update to 5.77:gdt2-6/+6
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
2005-11-18* Disable povray's optimisation which sets specific hardware flagsadam1-12/+6
(we can build one povray for multiple CPUs) * Do not fix povray.ini, which is gone