summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg324-569/+651
2006-02-04Fix installing of xfig Library files that start with "-", such as thosemarkd4-18/+401
in Libraries/Electronic/Schematic/More/simple_device-inch. Fix PLIST, bump PKGREVISION.
2006-02-04Fix build on Solaris.markd2-5/+13
2006-02-04Re-add missing (removed in previous revision) inclusion ofhira1-2/+3
x11/gtk2/modules.mk. Bump PKGREVISION.
2006-02-04Another xpdf buffer overflowmarkd2-2/+9
http://www.kde.org/info/security/advisory-20060202-1.txt Bump PKGREVISION.
2006-02-03Added missing file to the PLIST. Bumped PKGREVISION.rillig2-3/+5
2006-02-03After redefining and undefining uint16 and uint32, redefine them tojoerg2-1/+16
the POSIX types.
2006-02-03Has BROKEN_GETTEXT_DETECTION.joerg1-1/+2
2006-02-03Bump PKGREVISION of these packages which affected (fixed) bytaca1-2/+2
fix of REPLACE_RUBY, the impact was big or small.
2006-02-02Add explicit rpath for PREFIX/lib for DragonFly.joerg2-1/+15
2006-02-02Save a bunch of coredump message in my dmesg and allow groff to compilejoerg3-2/+26
by fixing pnmtopng's opt parsing. Bump revision.
2006-02-02Regen for patch-ad.joerg1-1/+2
2006-02-02Fix compilation on DragonFly by reordering includes.joerg1-0/+20
2006-02-02USE_TOOLS+= pkg-configmarkd1-2/+2
2006-02-01Update to 4.1.4, provided by Matthew Luckie in PR 32688:wiz6-140/+8
Version 4.1.4 ============= This version fixes some bugs with deallocating ColorMaps and fix building on several platforms. * Fix several areas in decoding where we removed a ColorMap from our GifFile but didn't set the pointer to NULL. This could lead to double free's of the ColorMap. * Fix a bug in dev2gif.c where we redefined some gl types incorrectly. * Fix building on Windows. Note -- there has been one API changing event for Windows (renaming DrawText to DrawGifText.) This should have conflicted with Windows API and therefore caused the builds to fail previously. If you had it working with DrawText before, apologies, you'll need to change to DrawGifText in your code. This only affects Windows. * Add support for building on The Game Boy Advance. Note: Due to the GBA's limited memory, the API for the GBA uses short's in many places where the other platforms use ints. This shouldn't affect anyone unless you've been able to get an older version of the code to run on GBA and want to start using this version instead. A recompile of your dependent code will be necessary in this case.
2006-01-31Update to KDE 3.5.1markd4-26/+28
Changes: * KPDF o Fix constant disk I/O when resizing Navigation panel o Fix Wrong page size and layout in some documents o Fix DCT decoding for broken files o Fix crash in some strange documents o Fix slowlyness on documents with broken TOC definition o Make non existant ps file loading fail gracefully * KIconEdit o Needs configuration dialog help, proper markup for toolbars
2006-01-31Fix some more places where the evil macro RENDER_SPAN prevents thiskristerw3-1/+885
package from building with gcc 2.95.
2006-01-31Changed 0.20.2:adam17-1860/+541
Overall stability has improved. User interface is more clear regarding colourmanaging. Softproofing is introduced. The gutenprint plug-in uses the proofing profile as default separation target. OpenEXR <-> ICC colour space information conversation The expose item is moved from <imagemenu>-->Color-->Expose Image to <imagemenu>-->View-->Expose. It is now a per window setting and only available for 32-bit floats. Many bugs where fixed.
2006-01-31pkglint: REPLACE_PERL+= instead of =wiz1-2/+2
2006-01-31regen patches, in the hope it helps on Darwin.wiz4-27/+28
2006-01-30Update to 0.99.1:wiz2-7/+7
xsane-0.99 -> 0.991: -------------------- - replaced all char buf[255], char buf[256] etc by char buf[TEXTBUFSIZE] with #define TEXTBUFSIZE 255 - replaced all char filename[255] etc by char filename[PATH_MAX] - translations: U=updated (* for 0.99-pre1), N=not updated, A=added/new cs da de es fr hu it ja nl pl pt pt_BR ro ru sk sl sr sv tr vi zh N N N N N N U N N N N N N N N N N N N N N 99 99 99 96 95 99 95 99 99 96 96 96 99 98 99 76 92 99 96 96 - added default multipage_filetype (PDF). No default multipage_filetype produced the following problem: - error message when creating multipage file: could not create secure file - lineart images are expanded to grayscale in multipage mode. solves segmentation fault when "show page" in multipage project was selected - corrected calculation of width and height in copy mode for backends that do not support arbitary resolutions - multipage mode: lineart images (that are stored as grayscale images) are reduced to lineart before the page is put into the multipage file - viewer shows image info with bit depth = 1 when reduce_to_lineart is set - change handling of zoom (photocopy mode): - now there is only one zoom value even if there is a resolution_x and a resolution_y option, zoom_x and zoom_y are removed - the zoom factor is directly used to define the image output size (before the scanresolution was used to define the image output size) - the resolution is not changed any more when an other printer with a different printer resolution is selected
2006-01-30That evil macro RENDER_SPAN is defined twice -- I only catched one in therillig2-5/+23
first try.
2006-01-29added hack to compile libwmf on IRIX 5.3schwarz1-0/+17
2006-01-29Update to 1.17:wiz2-7/+6
2006-01-28 v1.17 Tels 48 tests * new maintainer: TELS * signed with my key * convert tests to Test::More * add pod.t and pod_cover.t * fix all POD errors * use strict in Makefile.PL and generate custom META.yml * don't include lib/Image/Info.pm - it is autogenerated anyway * html_dim() returns lowercase and properly quoted, for SVG/XHTML etc., e.g. you get now 'width="900" height="800"' * fix bug #8136: update URL for EXIF standard * fix bug #8522 - dies at JPEGInterchangeFormatLngth (Thanx srezic@cpan.org) * fix also: EXIF says it is "JPEGInterchangeFormatLength", and not "...Lngth" * fix bug #5165: (duplicate of #8522) * fix bug #6018: FocalPlaneResolutionUnit decoded wrongly * fix bug #6083: add support for MakerNote for Nikon D70/D100 * fix bug #16161: netpbm images may have more than 8bit/channel
2006-01-29Fixed pkglint -Wall warnings.rillig2-877/+877
2006-01-28Security fixes for CVE-2006-0082 and Debian bug #345595:salo9-2/+255
"Format string vulnerabilities in ImageMagick allow user-complicit attackers to cause a denial of service (crash) and possibly execute arbitrary code via a numeric format string specifier such as %d in the file name, a variant of CVE-2005-0397, and as demonstrated using the convert program." Patches from Debian. http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0082 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=345876 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=345595
2006-01-26Buildlink fixadam2-20/+9
2006-01-26Changes 6.2.6.0:adam7-22/+31
* Bug fixes
2006-01-26Added patch-ak, which fixes the bulk build for NetBSD 1.6.2/i386.rillig2-1/+27
2006-01-26Update to 0.32, ben@ ok:wiz3-14/+15
0.32 ---- - Pressing Enter while zooming activates the selected zoom region. - Add "Reset fractal" menu commmand. 0.31 ---- James W. Morris -Add -DGTK_DISABLE_DEPRECATED, fix all resulting errors. -Add 'Apply' button to attributes dialog.
2006-01-25Update HOMEPAGE and MASTER_SITES.wiz1-4/+4
2006-01-25Fix configure script so it finds the hdf4 libraries again;wiz2-1/+24
fixes PLIST problems noted in bulk builds.
2006-01-25Bump PKGREVISION due to mjpegtools update.xtraeme1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz113-181/+226
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-24Added graphics/wxsvg.-xtraeme1-1/+2
2006-01-24Initial import of wxsvg-1.0beta5.xtraeme5-0/+238
wxSVG is C++ library to create, manipulate and render SVG files. Some python bindings and tools are also planned.
2006-01-23Don't install faked cat pages, only real the real man page.joerg3-5/+5
Bump revision.
2006-01-23Replace hardcoded "-lpthread" with "PTHREAD_LIBS" and "PTHREAD_LDFLAGS".tron2-1/+15
That should fix the build under DragonFly.
2006-01-22Update message. The proposed rm of the ~/.blender needed the flags `-rf' toreinoud1-2/+2
be effective. Not a problem, but an annoyance for users that might not be well introduced enough.
2006-01-22added hack for handling of inttypes.h on IRIX 5.3schwarz1-1/+12
2006-01-22Update to 0.99:wiz3-39/+60
xsane-0.98b -> 0.99: -------------------- - added preferences/setup options: - save_ps_flatdecoded - save_pdf_flatdecoded - fax_ps_flatdecoded - printer[i].ps_flatdecoded - changed xsane-preferences reading routines for printer definitions and preset area definitions - changed postscript and tiff saving routines: - split in subroutines: - create_document_header (ps, pdf) - save image as page (ps, pdf, tiff) - create_document_trailer (ps, pdf) - split xsane.c into xsane.c, xsane-fax-project.c and xsane-mail-project.c - created xsane-multipage.c that adds a multipage project dialog supported file formats: - ps - pdf - tiff - corrected viewer to display bits/sample and size correct - changed handling of viewer filename and filetype selection: when a new viewer window is created then it copies the active filename and filetype. Changing the viewer´s selection does not change the prefered setting any more. - when no resolution option is available then xsane uses a resolution of 72.0 dpi. This e.g. is used for postscript and PDF. - changed tiff saving routine: - added deflate (zip) compression for 8 bit and 16 bit / sample images - corrected jpeg rgb compression - changed mixed up e-mail names (mail, email, e-mail): - all xsane internal names are: email - all user visible texts are : e-mail - changed acceleration key for email mode to GDK_E - changed command line option from --mail and -m to --email and -e - changed name of notebook "image" to "filetype" - when force_filename is set then the filetype is defined by the filename instead of preferences.filetype - project dialog position is saved in devices preferences now - when a dialog is closed then the position is stored in preferences so it can be saved when the window is invisible at program exit - changed handling of ADF: - removed ADF scanmode selection from setup - added entry for number of pages to scan in xsane main dialog - next scan is not started by g_signal_emit_by_name(xsane.start_button, "clicked"); /* press START button */ any more. This executed the next scan before all active scan subroutines have been finished. Now we use gtk_timeout_add(100, (GtkFunction)xsane_scan_dialog, NULL); to start xsane_scan_dialog after 100ms. - batch scan window now uses preview levels (zoomed previews) to display batch icons - added ASMTP authentication PLAIN and LOGIN - changed size definition of preview window for GTK2 to gtk_window_resize() - added $(DESTDIR) before each destination path in all Makefile.in - made usage of MKINSTALLDIRS unique in all Makefile.in - cleaned up subdir intl - translations: U=updated (* for 0.99-pre1), N=not updated, A=added/new cs da de es fr hu it ja nl pl pt pt_BR ro ru sk sl sr sv tr vi zh U U U N N U N N U* U* N N N U N U N N U* N N last upd 96 95 96 95 96 96 96 98 76 92 96 96
2006-01-21Update package Makefile now that bsd.pkg.extract.mk is using thejlam3-7/+3
"extract" script for extraction. Many cases where a custom EXTRACT_CMD simply copied the distfile into the work directory are no longer needed. The extract script also hides differences between pax and tar behind a common command-line interface, so we no longer need code that's conditional on whether EXTRACT_USING is tar or pax.
2006-01-20Rename the following variables to reduce the number that we need to track:jlam1-2/+2
EXTRACT_CMD_OPTS.bin -> EXTRACT_OPTS_BIN EXTRACT_CMD_OPTS.lha -> EXTRACT_OPTS_LHA EXTRACT_CMD_OPTS.rar -> EXTRACT_OPTS_RAR EXTRACT_CMD_OPTS.tar -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tar.Z -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tar.bz2 -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tar.gz -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tbz -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tbz2 -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tgz -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.zip -> EXTRACT_OPTS_ZIP EXTRACT_CMD_OPTS.zoo -> EXTRACT_OPTS_ZOO EXTRACT_CMD_OPTS_tar.gz -> EXTRACT_OPTS_TAR
2006-01-20USE_LIBTOOL=yesjoerg1-1/+2
2006-01-20USE_LIBTOOLjoerg1-1/+2
2006-01-20Update to 2.12.2:jmmv3-7/+8
* Release for GNOME 2.12.2 Translations * Ilyas Bakirov (ky)
2006-01-20Update to 2.12.7:jmmv2-7/+6
2005-10-08 Dom Lachowicz <cinamod@hotmail.com> * configure.in: 2.12.7 * rsvg-cond.c: Fix up <switch> conditional comparisons * rsvg.c: Make XML entities work, thus passing a few more conformance tests. Needs libxml2 2.6.22 or better. Disable entities otherwise. 2005-10-08 Caleb Moore <c.moore@student.unsw.edu.au> * rsvg-art-paint-server.c: stopped strangely transformed gradients from getting flipped. Bug #318097/#166673
2006-01-19Remove unnecessary DECOMPRESS_CMD setting, which is automatically takenjlam1-2/+1
care if in bsd.pkg.extract.mk based on the EXTRACT_SUFX.
2006-01-19Changes 6.4:adam21-172/+136
New: - Added a fast XOR line drawing function in Xlib driver - Added support for GL_ARB_texture_mirrored_repeat to savage driver (supported only on Savage4 hardware). Changes: - Mesa now packaged in three parts: Library, Demos and GLUT Bug fixes: - GLX_X_RENDERABLE token wasn't accepted by glXChooseFBConfig - Some files were present multiple times in the 6.3.2 tarballs - r200_vtxtmp_x86.S file was missing from 6.3.2 tarball (bug 4207) - glxgears_fbconfig demo didn't work (bug 4237) - fixed bug when bilinear sampling 2d textures with borders - glXCreatePbuffer() could segfault instead of returning 0 (bug 4235) - fixed undefined frexp and rand in X.org libGLcore.a (bug 4242) - fixed a few problems with proxy color tables (bug 4270) - fixed precision problem in Z clearing (bug 4395) - glBitmap, glDraw/CopyPixels mistakenly generated selection hits - fixed potential segfault caused by reading pixels outside of renderbuffer bounds - glGetTexLevelParameter didn't accept GL_TEXTURE_DEPTH_SIZE_ARB - fixed memory corruption bug involving software alpha buffers - glReadPixels clipped by window bounds was sometimes broken - glDraw/CopyPixels of stencil data ignored the stencil write mask - glReadPixels from a texture bound to a framebuffer object didn't work - glIsRender/FramebufferEXT weren't totally correct - fixed a number of point size attenuation/fade bugs - fixed glFogCoord bug 4729 - GLX encoding for transpose matrix functions was broken - fixed broken fragment program KIL and SWZ instructions - fragment programs that wrote result.depth.z didn't work Changes 6.4.1: Bug fixes: - redefining a vertex program string didn't take effect in TNL module - fixed occasional segfault upon vertex/fragment parsing error - vertex program LIT instruction didn't handle 0^0=1 correctly - fragment program fog option didn't work with glDrawPixels, glBitmap - USE_MGL_NAMESPACE didn't work for x86-64 - OSMesa demos were missing from previous release tarballs - fixed problem with float->ushort conversion in glClear (bug 4992) - popping of GL_EYE_PLANE texgen state was broken (bug 4996) - popping of GL_SPOT_DIRECTION light state was broken (bug 5005) - fixed occasional triangle color interpolation problem on VMS - work around invalid free() call (bug 5131) - fixed BSD X server compilation problem by including stdint.h
2006-01-19Changes 0.5:adam4-28/+36
++ Added pngxtern, a libpng add-on for external image format support: BMP (uncompressed), GIF, PNM. (This was incorporated from OptiPNG-Plus.) ++ Implemented RGB(A)-to-palette reductions. + If trials are ended prematurely, detailed progression is only reported under the user option -v. - Removed reporting of some IDAT sizes that exceeded the optimum. (This was NOT a bug, but a "feature" that confused some users.) ! Fixed an RGB-to-gray reduction problem that occured under some specific background colors. + Added support for builds based on the system-supplied zlib. * Modified LICENSE. It is now a verbatim spell of the zlib license.