summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2008-04-29libltdl is referenced from libgphoto2 only, so put the bl3 include theredrochner1-2/+1
2008-04-29Update graphics/ruby-rcairo to 1.6.1. Changes from version 1.6.0 include:jlam3-13/+11
+ Remove PKG_CONFIG_PATH workaround in the package Makefile. The default pkg-config tool script (which properly sets PKG_CONFIG_LIBDIR) now works properly (thanks to OBATA Akio). * Fix Quartz related bugs. (thanks to kimura wataru) * Support PKG_CONFIG_LIBDIR. (thanks to OBATA Akio) * Support RubyGems for mswin32.
2008-04-29Update to 0.1.15sborrill3-8/+14
Changes: gtkam 0.1.15 * updated all translations from translation project - added Belarusian, Dutch, Punjabi, Polish, Slovakian, Vietnamese * fixed PNG files corrupted by cvs -> svn migration
2008-04-29Update to 2.4.1sborrill3-9/+10
gphoto2 2.4.1 * Made capture preview that saves to files work * capture-image has no arguments * version check for libgphoto2 fixed * cs,da,it,vi translations updated gphoto2 2.4.0 * Add contrib/ directory with scripts and things contributed by users. * New --storage-info function to get direct storage information from the camera via API. * Use SIGUSR1 to trigger premature image capture in --interval mode. * New --reset-interval parameter makes SIGUSR1 reset the capture interval. * New --capture-tethered command to wait for presses of the camera shutter button and download. Confirmed working only with Nikon DSC.
2008-04-29Update GraphicsMagick to 1.1.12.obache4-9/+13
Significant changes associated with GraphicsMagick 1.1.12 (released April 28, 2008) Security Fixes: o Do not access X11 or invoke convenience or stealth delegate programs based on the file extension. In particular, these file extensions are rejected for consideration as a format specifier: 'autotrace', 'browse', 'dcraw', 'edit', 'gs-color', 'gs-color+alpha', 'gs-gray', 'gs-mono', 'launch', 'mpeg-encode', 'print', 'scan', 'show', 'win', 'xc', and 'x'. Bugs Fixed: o magick/effect.c: Should now compile for ARM CPU. o TIFF: Don't request Kodak private tags since these cause some versions of libtiff to misbehave. o When performing string expansion of image attribute identifiers, skip those which require access to image pixels if image pixels are not present. o CropImageToHBITMAP(), ImageToHBITMAP(): Fix leak of bitmap handle.
2008-04-28Needs -D_POSIX_PTHREAD_SEMANTICS on Solaris 10. (PR pkg/38509)tnn1-3/+3
2008-04-27The "pkgsrc-i386" target doesn't seem to work on SunOS, so for now fall backtnn2-15/+7
to the "pkgsrc" target which is intended to be portable.
2008-04-27+ agg.wiz1-1/+2
2008-04-27Import agg-2.5 as graphics/agg.wiz5-0/+206
From pkgsrc-wip, packaged by Paulo Matias. Anti-Grain Geometry (AGG) is an Open Source, free of charge graphic library, written in industrially standard C++. AGG doesn't depend on any graphic API or technology. Basically, you can think of AGG as of a rendering engine that produces pixel images in memory from some vectorial data.
2008-04-26Use full path to sysctl(8), an unprivileged user may not have /sbin in $PATHtnn1-2/+2
2008-04-26Update to 2.22.0:wiz2-7/+7
2.22.0: * Increased version number for GNOME 2.22
2008-04-25Add two directories to PLIST. Bump PKGREVISION.wiz2-2/+5
2008-04-25s/MAKE_JOBS/MAKE_JOBS_SAFE/joerg1-2/+2
2008-04-25Update PYTHON_VERSIONS_COMPATIBLEjoerg7-14/+11
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
2008-04-25Build dri by default on i386/amd64 NetBSD >=4.0. It is important we seebjs1-1/+11
what kind of lossage occurs before the next release branch, and this is the best way to do it. NOTE: The X server should probably be upgraded to the 1.4 branch now, as the current (1.3.0.0) server uses Mesa 6.5.3 (a development release whose time has long since passed).
2008-04-25Add some SUBST magic for NetBSD to change the name of the functionbjs2-2/+19
called in the x86/x86_64 assembler dispatch routine to __thr_getspecific to avoid an unresolved symbol error from ld at link-time. This is a weak alias in libc and a strong alias in libpthread, so everything should work fine. This could probably be fixed in a better way, but for now, I think "it works" is a plus. Bump rev.
2008-04-25Explicitly include Python 2.1 -- this is used by Zope 2.5.joerg1-1/+3
2008-04-25PR pkg/38506: Rob Quinn: Work around Solaris /bin/sh brain damage.tnn2-5/+5
2008-04-25libgdiplus is still version 1.9kefren1-2/+2
2008-04-24Fix redundant BUILDLINK_ABI_DEPENDStnn2-4/+2
2008-04-24Two BUILDLINK_ABI_DEPENDS lines are one too many.tnn1-3/+2
2008-04-24Backout last change. It breaks the build on system which use a builtintron1-30/+1
"freetype2" and provide a "freetype2.pc" (e.g. Mac OS X Leopard or any uptodate Linux distribution).
2008-04-24remove stale patchtnn1-18/+0
2008-04-24Update to glx-utils-7.0.3 (catch up w/ Mesa)tnn2-6/+6
2008-04-24Welcome to Mesa-7.0.3.bjs51-450/+1451
Changes from 6.4.2 are (obviously) far too numerous to mention! This package brings with it support for the Direct Rendering Infrastructure (DRI) on NetBSD-current; the kernel DRM was committed approximately one year ago. Patches for NetBSD 4.0 are available in the mailing list archives (I think), but are _not supported_. Developers and other interested parties are encouraged to read the TODO file, as well as my remarks in options.mk. There is still a significant amount of work to be done. Users of NetBSD/i386 (-current) shouldn't have much trouble getting mainstream cards (Intel i915 and Radeon 9600- R430 are by far the most tested) to work. I have taken great pains to ensure that this works properly, but inevitably there will be problems--especially on heretofore untested (read: non-x86) hardware. Your questions, comments, problem reports, and of course bug fixes are welcome. NOTE: There are currently problems (on NetBSD, at least) linking some executables, e.g. compiz, due to unresolved symbols for libpthread functions. This is due to libX11's thread stubs, which should not be enabled on NetBSD >= 2.0; see the TODO For more information and the URL of an interim patch.
2008-04-24fake up a freetype2.pc file for configure scripts that want itjnemeth1-1/+30
2008-04-23Update to 1.28:wiz2-6/+6
2008-03-30 v1.28 Tels 128 tests * raise minimum required Perl version to v5.6.2 (it doesn't work on 5.005 anyway, open() with three arguments is not supported there and I don't have time to rewrite the code for outdated Perl versions. If you need it to run on 5.005, write a patch and file a bug report please.) * fix bug #15167: Incorrect width and height for JPG files (the fix now keeps the highest value for width/height, instead of creating an array ref with all the values) * remove Build.PL (bundle Module::Install 0.71) 2007-12-15 v1.27 Tels 128 tests * add both main authors to META.yml (does not work yet due to bug in Module::Install) * fix bug #30890: [PATCH] Transposed lines in documentation * fix bug #31165: Add attribute for parsing TIFF images (Thanx Adam Witney!) 2007-09-09 v1.26 Tels 128 tests * clarify the license by adding "v5.8.8" (otherwise it is quite unclear which Perl version, release or product the license text refers to) * fix bug #29088 - Another hanging image * fix bug #29243 - Exiftext fields (like UserComment) not parsed correctly
2008-04-22"atsui" support in "cairo" has been deprecated. Remove "atsui" specifictron2-5/+3
bits (available under Mac OS X only) and correct the package list. Bump package revision.
2008-04-21Changes 1.6.0:adam3-7/+8
* wrap cairo_format_stride_for_width(). All new cairo 1.6 API should now be implemented in cairomm Changes 1.5.0: * Unstable release wrapping new API in cairo 1.5 series * Bugfixes
2008-04-21Update to 1.060:xtraeme2-6/+6
* Wrap new API: - cairo_has_current_point - cairo_path_extents - cairo_format_stride_for_width - cairo_surface_copy_page and cairo_surface_show_page - cairo_ps_surface_restrict_to_level, cairo_ps_get_levels, and cairo_ps_level_to_string - cairo_ps_surface_set_eps and cairo_ps_surface_get_eps * Provide Cairo::FtFontFace::create which can be used with Font::FreeType. * Complete the API listing POD.
2008-04-21Update to cairo-1.6.4.tnn7-372/+34
Major changes between the 1.4 and 1.6 branch: - Now uses external "pixman" library instead of a bundled one. - Improvements to PDF, SVG and PostScript output - New support for arbitrary X server visuals (the 8-bit display support patch (patch-ae in pkgsrc) is integrated) - rendering backend improvements - various new API additions, while maintaining ABI compatibility - New Quartz backend - bug fixes
2008-04-19Update to libgdiplus 1.9kefren2-6/+6
2008-04-19Fix insecure temporary file handling in comic and comicthumb utilities.tonnerre4-3/+304
Eliminate insufficient escaping on shell calls for rar archives/jpegtran.
2008-04-18PYTHON_VERSIONS_ACCEPTED must be set before including pyversion.mk.joerg1-3/+3
2008-04-17Fix comment.reed2-4/+4
2008-04-16PYTHON_VERSIONS_ACCEPTED+=25abs1-2/+2
2008-04-15librsvg-2.22.2 needs at least glib2-2.12.0.wiz1-2/+2
2008-04-15update to 2.22.1drochner4-33/+41
This switches to the gnome-2.22 release branch.
2008-04-15update to 2.22.2drochner3-13/+8
This switches to the gnome-2.22 release branch.
2008-04-15update to 2.22.0drochner3-29/+49
This switches to the gnome-2.22 release branch.
2008-04-15Update to 1.2.27beta3, fixing a possible application security problem.wiz2-6/+6
See http://libpng.sourceforge.net/Advisory-1.2.26.txt for details. Changes since 1.2.26: version 1.2.27beta01 [April 12, 2008] Fixed bug (introduced in libpng-1.0.5h) with handling zero-length unknown chunks. Added more information about png_set_keep_unknown_chunks() to the documetation. Reject tRNS chunk with out-of-range samples instead of masking off the invalid high bits as done in since libpng-1.2.19beta5. version 1.2.27beta02 [April 13, 2008] Revised documentation about unknown chunk and user chunk handling. Keep tRNS chunk with out-of-range samples and issue a png_warning(). version 1.2.27beta03 [April 14, 2008] Added check for NULL ptr in TURBOC version of png_free_default(). Removed several unnecessary checks for NULL before calling png_free(). Revised png_set_tRNS() so that calling it twice removes and invalidates the previous call. Revised pngtest to check for out-of-range tRNS samples.
2008-04-14Update graphics/ruby-cairo to 1.6.0. Changes from version 1.5.1 include:jlam3-10/+203
* Support cairo 1.6.0. * Improve Quartz surface support. (thanks to kimura wataru, OBATA Akio) * Support Cairo::Win32PrintingSurface. * Support Cairo::QuartzImageSurface. * Support ruby 1.9.1. * Add Cairo::Paper. * Improve size specification of Cairo::PSSurface, Cairo::PDFSurface, Cairo::SVGSurface.
2008-04-13Update to 1.0.19.wiz6-32/+50
Remove sane-backends-hp3900 option, support is now enabled by default. New with 1.0.19, released 2008-02-10: * New backends: cardscan (Corex Cardscan 800c), epjitsu (Epson-based Fujitsu), epson2 (various Epson scanners), hp3900 (HP ScanJet 3970 and more), hp5590 (HP ScanJet 5590 and more), hpljm1005 (HP LaserJet M1005 and more), hs2p (Ricoh IS400 series) * Updated backends: abaton, agfafocus, apple, artec, artec_eplus48u, as6e, avision, canon, coolscan, coolscan2, dc25, dell1600n_net, dll, epson, fujitsu, genesys, gt68xx, hp3500, ibm, lexmark, microtek, microtek2, mustek, nec, net, pie, pint, pixma, plustek, plustek_pp, ricoh, s9036, sm3600, sm3840, snapscan, sp15c, st400, tamarack, teco2, test, u12, umax, umax1220u, umax_pp * Scanimage detects more chipsets. * Internal scsi, usb, tcp and udp code updates. * Basic HAL .fdi creation support * Build system updates. * Updated translations. * Documentation updates. * Bugfixes.
2008-04-13Update to 1.2.26:wiz2-6/+6
version 1.2.26beta01 [February 21, 2008] Added missing "(" in pngmem.c. Bug introduced in libpng-1.2.2/1.0.13 version 1.2.26beta02 [March 12, 2008] Refined error message returned from deflateInit2 in pngwutil.c Check IHDR length in png_push_read_chunk() before saving it. version 1.2.26beta03 [March 16, 2008] Revised contrib/gregbook to handle premature end-of-file and file read errors correctly. version 1.2.26beta04 [March 18, 2008] Free png_ptr->big_row_buf and png_ptr->prev_row before allocating new copies in png_read_start_row(). Bug introduced in libpng-1.2.22. version 1.2.26beta05 [March 19, 2008] Removed extra png_free() added in libpng-1.2.26beta04. version 1.2.26beta06 [March 19, 2008] Avoid reallocating big_row_buf and prev_row when the size does not increase. version 1.2.26rc01 [April 2, 2008] Ifdef out some code that is unused when interlacing is not supported.
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam31-223/+206
through PLIST_SUBST to the plist module.
2008-04-10Drop maintainership.obache2-4/+4
These packages was switched to gem version, I'm not in the area.
2008-04-07Fix installation.joerg1-2/+2
2008-04-07Fix DESTDIR.joerg1-2/+2
2008-04-07Changes 0.46:adam9-105/+176
* Paintbucket tool * Tweak tool * 3D Box tool * Live path effects * Color management * New SVG filters and UI * Native PDF and AI import * XAML import/export * Open Clip Art Library integration (import/export) * Stock patterns * Bitmap editing extension effects * Full on-canvas gradient editing * Engraver's Toolbox in the Calligraphic tool * Touch selection * Dockable dialogs * Command-line access to verbs * Snapping made usable * "3D" / axonometric grid * Angled guidelines * Conversion of objects to guidelines * Significant speed and interactivity improvements * Hundreds of smaller features and bugfixes
2008-04-07Fix DESTDIR.joerg1-7/+4