summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
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
2005-11-18Update to 0.6gdt3-15/+7
Binaries created by --enable-extras are no longer included in the package, per the upstream author's guidance. 13/11/2005 - UFRaw-0.6 released, based on DCRaw v7.84. * Enabled AHD (Adaptive Homogeneity-Directed) interpolation. * Added base curve, which simulates Nikon tone curve behavior. (The old correction curve is still there.) * Automatically apply the embedded custom curve only if the camera was setup to use this curve. * Support the D1X rectangular pixels. * Fix EXIF support with libtiff 3.7.4. * Some bug fixes.
2005-11-16Setgdt1-2/+4
BUILDLINK_DEPMETHOD.qt3-tools= build after checking that none of the executables depend on the libs in qt3-tools. PKGREVISION++
2005-11-15add bl3 for qt3-tools.gdt1-2/+3
XXX may only be needed at build, not run time. PKGREVISION++
2005-11-14Fix build when using latest tiff and make explicit the dependency on themarkd3-2/+17
tiff package.
2005-11-12Update to xfig 3.2 pachlevel 5-alpha5.itohy6-96/+843
Summary of changes from CHANGES.xfig: Patchlevel 5-alpha5 (April, 26, 2004): NEW FEATURES: o Added note to README and FAQ html file: If the Xaw or Xaw3d Athena widget sets are compiled with the ARROW_SCROLLBAR style of scrollbars, there is no StartScroll action and you won't be able to scroll using the wheel on the mouse. If you want to be able to scroll using the wheel, you must recompile the Xaw library from sources, disabling the ARROW_SCROLLBAR option. o Astrological symbols for planets in Miscellaneous/Astrology by Andrew Collier o Added key bindings to text dialogs to be more like modern systems (the Athena Widget Set that xfig uses is very old): Home: beginning-of-line End: end-of-line Del: delete-character-right o Added *.jpeg* to picture browse options o New libraries for electronics from Fabio González in Libraries/Electronics/Schematic/More BUGS FIXED: o typo in latex_and_xfig.html and LATEX_AND_XFIG files. Text should be: \convertMPtoPDF{foo.0}{1}{1} It was missing parameters {1}{1} o -correct_font_size missing from -help option list and man pages o -help and -version didn't work unless they were first in the options o -O option wasn't passed to fig2dev for overlapping pages in multiple page mode for PostScript export ----------------------------------- Patchlevel 5-alpha4 (Feb, 19, 2004): Note: There is a minor change to the copyright/permission notice for xfig. Basically, I have restored the part that allows one to sell xfig regardless of whether it is bundled as part of a package or not. This is identical to the original copyright/permission notice for xfig, which was based on the MIT (then later, the X Consortium) copyright notice. Here is the new notice (different files have different author copyrights at the top): > FIG : Facility for Interactive Generation of figures > Copyright (c) 1985-1988 by Supoj Sutanthavibul > Parts Copyright (c) 1989-2002 by Brian V. Smith > Parts Copyright (c) 1991 by Paul King > Any party obtaining a copy of these files is granted, free of charge, a > full and unrestricted irrevocable, world-wide, paid up, royalty-free, > nonexclusive right and license to deal in this software and documentation > files (the "Software"), including without limitation the rights to use, > copy, modify, merge, publish distribute, sublicense and/or sell copies of > the Software, and to permit persons who receive copies from any such > party to do so, with the only requirement being that the above copyright > and this permission notice remain intact. NEW FEATURES: o Introduction.html and installation.html updated to include Macintosh port of xfig o Button to collapse depths of a compound object (make all same depth) in popup object editor o Grid changed from dotted line to light red solid line o Candle in Libraries/Miscellaneous by Dr. Lyman Hazelton o Right-click on depth checkbox sets current depth in indicator panel to that depth o Library of symbols used when diagramming folding instructions to make origami models and example contributed by Marc Vigo o Can adjust width and height directly in popup editor for picture objects o Support for David Hawkey's Xaw3D version 1.5E (http://www.visi.com/~hawkeyd/xaw3d.html) BUGS FIXED: o When loading a library object, if it contained only a compound and nothing else, when xfig promoted that compound to the toplevel the main comment was lost o Incorrect header files used for SmeBSB resulted in either segfault or none of the command panel entries being underlined o Drawing very large splines (e.g. at zoom = 0.01) caused integer roundoff errors, making xfig loop indefinitely o Bug where a line that had a zero width or length arrowhead was not redrawn after being moved, copied, canvas redraw, etc. o The page border and axis lines would obscure Fig objects when moving, copying etc. other objects on the canvas. o In the popup picture editor, if the relative position of the corners of the picture were changed, the rotation field was not updated (this bug was in 3.2.5-alpha3 only) o line, arc, ellipse length tool was reporting 0 length ----------------------------------- Patchlevel 5-alpha3 (Dec, 9, 2003): NOTE: o URL for information about the color optimization code (written by Anthony Dekker) has changed to: http://members.ozemail.com.au/~dekker/NEUQUANT.HTML NEW FEATURES: o -autorefresh command-line option (resource: Fig.autorefresh) which will make xfig look at the timestamp on the .fig file and automatically load it and display it everytime it changes. o Removed requirement to compile with WHEELMOUSE when using wheelmouse o New tower computers (Libraries/Computers/AOpenKF45E.fig and AOpenKF45E.fig from Dirko van Schalkwyk) o New 10/100 8port hub (Libraries/Networks/3Com3C16750.fig also from Dirko van Schalkwyk) o When placing library objects, the name and comments are displayed in message window o New flags (Libraries/Flags): Africa/Eritrea, Africa/Zimbabwe, Asia/Myanmar, Asia/Tajikstan, Asia/Kyrgystan, Europe/Croatia o non-polar capacitor added to Libraries/Electronic/Schematic o Mouse wheel can be used to scroll through filename lists in File and Export panels and icons or object lists in Library panel o Thickness of ticks in dimension lines are user-adjustable now o For attribute popup dialogs with only one text entry, keyboard now focuses on the entry as long as the pointer is anywhere in the dialog o When using the "Open compound, keep rest visible", the other objects are drawn in shades of gray similar to the inactive layers feature. o New library objects: adder, multiplier, sine-source and voltage-source in Electronic/Schematic by Hubert Lam o Zooming in or out with the Z or z key respectively will keep the canvas centered on the mouse pointer o Full version and patchlevel is included in Fig file header for diagnostics o Can explicitly set the rotation of imported pictures in edit panel after importing o Export option to produce both EPS and PDF (in two files) in one step. Useful for those who both use LaTeX and PDFLaTeX o "Epoch" added to rpm spec o New HP/GL2 (fig2dev) driver from Glenn Burkhardt with paper size selection, offset, centering and orientation options o New library object "atom" in Libraries/Miscellaneous is the classic drawing of an atom with electrons circling From Andrew B. Collier BUGS FIXED: o Missing #ifdef XAW3D in SimpleMenu.c o Bug when breaking a compound object - depths were added twice to the counts o When implicitly cancelling the placement of a library object by choosing another mode, xfig would tell user to cancel or finish the current operation, but there was no way to do that o Picture Reread button was active before file was read the first time o Rereading picture in edit popup produced bad colors o When using multiple copies of an imported picture, h/w ratio was not computed for copies o Importing PCX images were incorrect when bytes per line different from width*bpp o When passed a filename containing a directory name for a Fig object library using -library_dir, and that directory only contains Fig files and no subdirectories with Fig files, xfig segfaulted o Several checks for memory allocation failure added to the library loading procs o Forgot to free allocated memory when return abnormally from loading libraries o Path length check in loading libraries fixed o Missing include for put_msg prototype in e_measeure.c o Needed #ifdef for XtVersion in SmeBSB.c (X11R5 doesn't have international fontset) o Added SIGPIPE signal to ignore in case an external program dies when we're using pipes o Screen capture on an MSBFirst X server with 24/32 bits per pixel was incorrect. o Importing any image file on such a server was incorrect (bytes/bits reversed). o Reading GIF or PCX files on 24-bit server *and* on big-endian machine (e.g. Sparcstation) resulted in bytes being swapped and funny colors o Could popup unit dialog when drawing/editing objects o Embedded whitespace in filenames in recently loaded files weren't parsed properly (.xfigrc) o When pasting an object on the canvas, point positioning grid wasn't used o Bug when reading a compressed eps file (file handle was passed to open proc instead of name) o Minor grid spec used twice instead of minor/major when passed to fig2dev o Fixed conversions of export/print grid values when switching to/from metric, decimal or fraction o When loading or merging a file, xfig appended ".fig" to the name if there wasn't ".fig" in the name. Now it only appends ".fig" if there is no suffix (no "."). o When appending the ".fig" before the previous change, xfig would segfault o Libraries/Electronic/Schematic/transformer and transformer_ironcore aligned to 1/16" grid o Bugs in indicator panel display of text flags, dimension line params and arrow size params when cycling through settings with middle or right mouse button o Bug in callbacks for dimension line checkboxes that select actual length or user text o When exporting to Combined PDF/LaTeX it uses ".pdf" and ".pdf_t" suffixes because LaTeX doesn't recognize ".pdftex" as a PDF file o Better clipping around arrowheads on thick lines (lines that are thicker than the arrowhead is wide) o Checks for open splines of < 2 points when reading figure file and removes them o Clicking middle mouse button after creating first point of closed spline switched to freehand mode o Export panel sections would get messed up when changing export languages o Now checks whether scrollbars support StartScroll before trying to use it for the wheel scrolling. When the Xaw widgets are compiled with ARROW_SCROLLBAR, there is no such action. o pstex_t export lacked border option (-b) to align LaTeX text when pstex figure specified border (also fixed in fig2dev) o Create one picture object with no filename, then create another and xfig crashed o Some bugs when freeing dimension line components o Bad choices for grid dot spacing in metric mode in the 5mm grid, and decimal inch mode in the 0.5 and 1.0 inch grids o -international flag missing from xfig.html and xfig.man docs o Added call to XsetLocaleModifiers() when initializing input method (-international mode only) o xfig was limiting arrowhead lengths to 50 pixels instead of 50 inches, and the width to 10 pixels instead of 10 inches. o edit panel for circles shouldn't have "angle" entry o edit panel wasn't allowing typing in of negative angles for text and ellipses o Objects were sometimes drawn with a wild point when zooming o Full path was being added to default export filename and wasn't changing when user changed directories o When drawing a box or rounded box with the "show line lengths" on, the sizes were in Fig units (1200ppi) instead of user units. o Spacing cedilla (ISO 0xB8 / octal 270) was missing from CompKeyDB file o Changing the units in the popup edit panel for a text object caused a segfault. o Rulers and grid didn't change scale when user scale was != 1.0. Even though the message window showed the correct user scale when drawing objects, the rulers and grid still showed the unscaled values. o Axis lines through 0,0 now drawn after page border so it remains visible when there is a grid o Segfault if current directory was deleted after starting xfig o Positioning grid was set to "ANY" when editing a compound object, causing the original bounding box to be lost o Bug in arc drawing caused arcs to be drawn as circles at high zoom o Computing the area of a polygon larger than 38x38 inches overflowed calculation o Bug in bounds calculation for ellipses and circles that increased bounding box even with line width = 1 o Limit on number of styles in a family wasn't checked o If all depths were turned off and any edit operation was attempted on the canvas such as move object, delete object, xfig would hang, searching for objects indefinitely.
2005-11-10- Removed /CVS/ files from the PLIST.rillig2-63/+4
- Bumped PKGREVISION.
2005-11-09Substitute "XFce 4" with "Xfce" in DESCR and Makefile's COMMENT.martti6-9/+9
It is a lower-case f according to the official site.
2005-11-09Updated xfce4 to 4.2.3.1martti5-13/+15
* Lots of bug fixes * Translation updates Official ChangeLog is available at: http://www.xfce.org/release_notes/4.2.3.1_changelog.html
2005-11-09further reduce flags needed in MAKE_ENVgdt1-4/+4
2005-11-09Use ${LDFLAGS}, and ${COMPILER_RPATH_FLAG} to improve portabilitygdt1-3/+3
(thanks to grant@ for suggestion).
2005-11-08Sorted PLIST.rillig7-138/+138
2005-11-08Updated Coin to 2.4.4.rillig3-8/+18
Some of the changes since 2.2.0: - further improvements to SoOffscreenRenderer performance - SoRayPickAction precision improvements - Visual Studio project now installs only selected build (including static configurations now) - misc minor details, build fixes, documentation updates - Support for compressed textures - Windows: build settings are easier tunable from the Visual Studio projects (edit include/setup.h), and also includes static library build options now - reference doc improvements with file format examples and defaults sections for all scene objects. - completely Cygwin-less build setup for MS Windows / Visual Studio: - Visual Studio 6 project file in build/msvc6/ - Visual Studio .NET 2003 solution in build/msvc7/ - some minor API additions for internal optimization purposes - new node SoTextureCombine (for multi-texturing) - new texture coordinate mapping nodes SoTextureCoordinateCube, SoTextureCoordinateCylinder, and SoTextureCoordinateSphere - vertex buffer objects support - correct "sorted layers blend" transparency mode - improved thread safety
2005-11-08convert to use tex.buidlink3.mktonio1-3/+3
2005-11-08Create template config file for Interix 3.x.tv6-8/+57
As part of this, do something special for xmesaP.h: Because XShm.h does exist on the Interix platform, and Mesa binaries were already buildable, preserve the ABI by including XShm.h there and keeping the XShmSegmentInfo field (with -DUSE_XSHM_HDRONLY) -- thus avoiding both flag day and revbump sweep. However, all XShm-using code remains turned off (no -DUSE_XSHM) so that libGL will work. Bump PKGREVISION of MesaLib only.
2005-11-08Patch libtool fragment to recognize DragonFly for dynamic linking,joerg2-3/+100
otherwise libtool archives are not generated.
2005-11-06gcc-2.* does not understand the -Wno-unused-parameter option, so tellrillig1-1/+6
buildlink to filter it out. Fixes the bulk build on NetBSD 1.6.2/i386.
2005-11-06${QTDIR}, not {$QTDIR} (tnx pkglint).gdt1-2/+2
2005-11-06adjust Makefiles to honor LDFLAGS, and set LDFLAGS to -L/-R bothgdt7-3/+75
${PREFIX}/lib and also ${QT3_LIBDIR}. (This is probably not right due to -R portability issues, but I'd rather make upstream lprof use auto* than deal with that now.)
2005-11-06descend into lprofgdt1-1/+2