summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2005-10-06update to 1.0.2drochner3-16/+15
This is a maintenance (bug-fix only) release Three fixes in the 1.0.2 release deserve particular mention: -Dashed curves -Better support for multi-thread applications -Many win32 compilation and rendering fixes
2005-10-06update to 2.6.8drochner2-6/+6
changes -unlimited number of categories -bugfixes
2005-10-06update to 1.5drochner3-8/+13
changes: -new LUT editor (RGB and HSV) -support for user defined sources -vorticity filter -support for the VolumeProMapper -utility script to search the VTK docs -bugfixes
2005-10-06update to 1.7drochner3-11/+14
changes: -Relaxed license from GPL to LGPL -Added support for sending data to gnuplot via FIFOs (named pipes).
2005-10-05Remove some more *LEGACY* settings that are over a month old andwiz3-9/+3
thus were before 2005Q3.
2005-10-04Use CONFIGURE_HAS_MANDIR=NO since this old configure script doesn'treed1-1/+2
know --mandir. (This --mandir for GNU_CONFIGURE was just added to bsd.pkg.mk a few minutes ago.)
2005-10-04Add patch to move variable declaration to beginning of function wheregdt3-3/+25
it belongs, and where gcc 2.95.3 insists on it being. Fixes build on NetBSD 1.6.2. (I have committed the patch (and the memmem decl patch) to the master ufraw repository.)
2005-10-04Use the omf framework and fix PLIST. Bump PKGREVISION.minskim2-3/+23
2005-10-04configure uses pkg-config.minskim1-1/+2
2005-10-03Use platform pthread flags instead of hard coded -lpthread.joerg2-1/+15
2005-10-03Use platform thread library flags instead of hard coded -lpthread.joerg2-1/+15
2005-10-03Changes 6.2.5.0:adam4-12/+16
* bug-fixes * improvements
2005-10-03Changes 2.12.0:adam2-7/+7
API additions compared to 2.10: * Added Item::get_parent_group() convenience method.
2005-10-02Cairo uses pthreads, so link it against the threading library.jmmv4-5/+29
Fixes build problems of other packages using cairo (nothing could be linked with -lcairo before), at least under NetBSD 2.0. Bump PKGREVISION to 2.
2005-10-02Enable the quartz backend on Darwin if Quartz.framework exists.rh2-2/+13
Bump PKGREVISION.
2005-10-02Update ruby-RMagick package to 1.9.2 based on PR pkg/31408 from OBATA Akio.taca2-7/+8
pkgsrc's change is to use bz2 archive. RMagick 1.9.2 o Feature 2412, add the virtual_pixel_method attribute and the VirtualPixelMethod enumeration o Feature 2462, add the ticks_per_second attribute
2005-10-02Fix build with qt-3.3.5.seb1-1/+8
2005-09-30Changes 1.0.0:adam3-20/+35
* Behavior and API changes * API additions * Features * Optimization * Bug fixes
2005-09-29Take patch-aa from graphics/dcraw, avoiding defining memmem on NetBSD >=3.gdt3-2/+19
Probably this should also avoid defining memmem on recent FreeBSD as well, given that dcraw doesn't test for memmem presence.
2005-09-29qt-3.3.5 fixadam1-1/+9
2005-09-28Removed deprecated NO_PATCH.rillig1-2/+1
2005-09-28Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,rillig1-2/+2
NO_BUILD, USE_LIBTOOL.
2005-09-28Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,rillig8-23/+23
NO_BUILD, USE_LIBTOOL.
2005-09-28Removed trailing white-space.rillig1-2/+2
2005-09-28Removed trailing white-space.rillig1-2/+2
2005-09-27Update to 0.97:wiz3-8/+9
xsane-0.96 -> 0.97: ------------------- - write_smtp_footer(): changed ".\r\n" by "\r\n.\r\n", this solves problems with microsoft exchange servers. - translations: U=updated, 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 A N N N N N N N N N N U - xsane-save.c: xsane_copy_file(): removed fclose(infile) and fclose(outfile) this bug caused the error "*** glibc detected *** double free or corruption (!prev): 0x........ ***" with new gelibc versions xsane-save.c: xsane_copy_file_by_name(): added fclose(infile) and fclose(outfile) - rmoved gtk_events_pending() from the waiting loop in xsane_back_gtk_get_filename, it looks like gtk_events_pending() increases CPU load very much. - xsane-scan.c: function xsane_reduce_to_lineart(): corrected order of filenames in xsane_save_image_as_lineart() - xsane_device_dialog(...): uses sane_control_option instead of xsane_control_option to read option number 0. This means that it is not needed that SANE_CAP_SOFT_DETECT is set for option number 0
2005-09-27Update to 1.0.16. Use pkgsrc's config file framework.wiz7-75/+120
New with 1.0.16, released 2005-08-07: * New backends: genesys, sm3840 * Updated backends: avision, canon, coolscan, epson, gphoto2, gt68xx, mustek, mustek_pp, niash, plustek, plustek_pp, qcam, sm3600, snapscan, teco2, umax_pp, v4l. * More functionality/fixes for sanei_usb and sanei_pp. * Added sanei_access to allow locking of SANE devices. * Hotplug updates. * scanimage updates. * Portability fixes (especially for OS/2, 64bit platforms, BeOS+ZETA). * Added Polish translation. Updated other translations. Fixed format strings. * Documentation updates. * Bugfixes.
2005-09-27update to 0.5:gdt7-89/+38
25/09/2005 - UFRaw-0.5 released, based on DCRaw v7.65. * Read support for Nikon Tone Curve (NTC/NCV) files. * Added a curve editor. * Added control on the base curve (see the user guide for more information). * Support the new DCRaw color matrices for better color rendering. * More controls can be set from the command-line. * Preliminary EXIF support. * New UFRaw ID files contain all the conversion parameters and allow for batch conversion. * New 'ufraw-batch' replaces 'ufraw --batch'. * Numerous other changes. * Notice that the new Adaptive Homogeneity-Directed interpolation is still not enabled. Also, adds desktop file, and standalone nikon curve program. The standalone dcraw that can be built with ufraw is not installed.
2005-09-26Add missing file. Bump PKGREVISION.wiz2-4/+5
2005-09-23Update to version 1.3.0.reed3-56/+61
This is a leaf package. This will close PR #31299. Thank you,Ian. PLIST slightly different than in the PR though. A few more directories to remove. This version brings a few bug fixes to the latest development release, version 1.2.92. Here is the list of fixes: * Keyboard shortcuts for file operations now work even if no image is selec ted. * Pressing Enter to enter a folder works again. * On the image view, the "hand" cursors have been replaced with standard cursors. * The click/double-click behaviour of the bookmark view has been changed to match the behaviour of the folder view. * Icons of the folder KPart have been enhanced. * Authentication dialogs should now always appear over the main window. * Folders are no longer included in the image list of KIPI albums. * A crash which could happen when loading indexed XCF files produced by rec ent versions of GIMP has been fixed. * A bug introduced in the previous version which caused EXIF information to be removed after editing a comment has been fixed. * The external tool dialog has been made a bit easier to use by disabling the detail widgets when no tool is selected. * Avoid rare cases of the image KPart getting stuck. * Double clicking on a thumbnail or the image view now toggles fullscreen instead of browse mode.
2005-09-22Depend on current pkgsrc version of p5-Gdk-Imlib; bump PKGREVISION.wiz1-3/+3
2005-09-20Apply patches for the three 10.29 bugs listed on SourceForge weschmonz5-3/+58
hadn't already fixed. The list: http://sourceforge.net/project/shownotes.php?group_id=5128&release_id=349291 The problems fixed in this PKGREVISION bump: * pnmtopng: can crash due to wild pointer if you don't use the -alpha option. * pammasksharpen: Multiple bugs cause it to produce incorrect output. * pnmhisteq: -rmap doesn't work. Addresses my own PR pkg/31314, with thanks to Nathan Arthur for bringing these patches to my attention.
2005-09-19- Fix indent.hira1-2/+4
- Add pkg-config to USE_TOOLS. This should fix build error seen in bulk build.
2005-09-17Honor GNUSTEP_MAKEFILES.minskim2-1/+15
2005-09-17Do not override GNUSTEP_MAKEFILES defined in gnustep-make/gnustep.mk.minskim2-1/+15
2005-09-17Add distinfo due to the newly added patch.minskim2-1/+9
2005-09-17Do not override GNUSTEP_MAKEFILES defined in gnustep-make/gnustep.mk.minskim1-0/+13
2005-09-14fix perl path in ppmquantpooka1-3/+3
2005-09-13Update graphics/ruby-RMagick package to 1.9.1 applying patch fromtaca3-15/+9
PR pkg/31251 provided by Akio Obata. RMagick 1.9.1 o Fixed bug #2157, Image#total_colors is now an alias of Image#number_colors o Fixed bug #2155, Image#dispose= now accepts a DisposeType enum, #dispose now returns a DisposeType enum. o Fixed bug #2156, Image#properties no longer returns garbage for the property name and value. o Fixed bug #2190, Image#compose now returns a CompositeOperator o Fixed bug #2191, Image#composite no longer abends when called with 0 arguments o Fixed bug #2213, ImageList#montage method no longer leaves the imagelist corrupt after raising an ImageMagickError o Feature #2159, added GrayChannel ChannelType enum value, BlendCompositeOp and ColorBurnCompositeOp CompositeOperator enum values, RLECompression CompressionType enum value, deprecate RunlengthCompression o Feature #2172, added optional argument to crop and crop! to reset the saved page offsets after cropping o Deprecated Image#channel_threshold. This method is deprecated in ImageMagick. o Feature #2373, change Image#import_pixels to accept a pixel data buffer as well as a pixel data array. (Thanks to Ara T. Howard for this suggestion!) o Fixed to compile without errors with ImageMagick 6.2.4-4.
2005-09-08Patches are not needed any moreadam2-137/+0
2005-09-07Changes 1.9.3:adam3-11/+14
* New menu entry to open a directory. * Initial Kinyarwanda translation. * Vietnamese translation. * "Pause" as a keybinding to toggle the slideshow. * Files are sorted in natural order, such that 2.jpg comes before 10.jpg. Changes 1.9.2: * Faster loading of collections. * Faster switching between images. * Added an option to keep transformations between images. * Turkish translation
2005-09-07Fix buildling on DragonflyBSD and FreeBSD; courtesy of Steve O'Hara-Smithadam3-12/+18
2005-09-06Changes 0.42.2:adam2-6/+6
* Bug fixes
2005-09-06patch-ad is needed as well :)adam1-0/+22
2005-09-06Changes 2.7.8:adam6-83/+38
* Bug fixes Pkgsrc: * Use Xaw3d from now on (which is the recommended way)
2005-09-06Fix NetBSD statvfs check to be >= 299000900 not >= 200040000abs2-5/+5
No pkgrevision bumps needed.
2005-09-04Add DragonFly support to the configure script.reed2-4/+38
2005-09-02Removed references to missing patch-Makefile and patch-gdc_py.c fromrillig1-3/+1
distinfo. The patch files are called patch-aa and patch-ab.
2005-08-31Add patch that fixesreed2-1/+139
error: invalid lvalue in assignment in editor/pnmaddnoise.c. This was noticed on DragonFly with gcc 3.4.5. Found idea from DarwinPorts. Also tested on NetBSD 2.0.2 (gcc 3.3.3) and Linux (gcc 3.3.5). I do not know if this is improved in netpbm upstream yet. Okay'ed by maintainer.
2005-08-31Using the included jasper library is a total crapshoot because netpbmjlam3-17/+22
strips out the logic that determines which integer types are available, and yet building the jasper library relies on those integer types to be correctly provided. Just punt on the whole thing and use the graphics/jasper dependency instead. This fixes building netpbm on Solaris and older versions of FreeBSD. Bump the PKGREVISION to 1. The jasper library is only linked into two executables, so there is no need to do a recursive PKGREVISION bump.