summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2006-08-06add .fi mirrorjdolecek1-2/+3
2006-08-06Needs intltool.wiz1-2/+2
2006-08-06Wants c compiler too.wiz1-2/+2
2006-08-06Reomove BROKEN_IN for packages that built in the latestkristerw4-12/+4
NetBSD 3.0_STABLE/i386 bulk build.
2006-08-05Update to 1.0.18.wiz10-81/+44
Reanem hp3900 option to sane-backends-hp3900, and add legacy handling for the old option name. New with 1.0.18, released 2006-07-02: * New backends: dell1600n_net (Dell 1600n), hp3500 (HP ScanJet 3500 series), pixma (Canon Pixma series), stv680 (Aiptek Pencam and similar). * Updated backends: avision, canon, dll, epson, fujitsu, genesys, gt68xx, microtek2, mustek_pp, niash, plustek, snapscan, sp15c, test, u12, umax1220u. * Scanimage batch mode fixes. * Scanner lists contain USB vendor/product ids and some statistics now. * Udev/hotplug lists are generated autmatically from the .desc files now. * Portability fixes (especially for DragonFlyBSD and HP/UX). * Build system updates. * Updated translations. * Documentation updates. * Bugfixes.
2006-08-05Update to 3.4:wiz3-7/+17
Comix 3.4 - Added more image data to the properties dialog. - Added a "delete image" command that can remove single images from Comix. It is currently not possible to remove image files within archives. - Added lossless JPEG rotation commands. It is currently not possible to rotate image files within archives. The `jpegtran` program (part of the jpeg library) must be present for this to work. Comix can still run as normal without `jpegtran`, but then without the new JPEG rotation capabilities. - Changed the buttons in the toolbar. - Improved the space key smart scrolling mode so that it automatically performs all the sideways scrolling as well. - Added a preference to set the magnitude of the space key scroll in percentages of either the window size or the page size. - Added a Traditional Chinese translation by Hsin-Lin Cheng. - Comments are now displayed using a monospaced font. - Comments can now be dragged around with the mouse just like an image. - Directories can now be given as command line parameters as well as files. If a directory is given it will be recursed into and the first image file found will be loaded. - Improved cover guessing of comicthumb and the library a bit. - Handling of files that have filenames encoded with the wrong character encoding is now more sturdy. - Fixed a bug that could cause outdated thumbnails to be left in the ~/.comix/menu_thumbnails/ directory when running multiple instances of Comix at the same time. - Applied a workaround for a bug(?) in WindowMaker that caused the "Open dialog" to be invisible while in fullscreen mode when using WindowMaker. The same problem applies to the library window, but there is no workaround for that in place currently. - Fixed a bug that could cause no images to be displayed when turning double page mode off, then on again and flipping to the next couple of pages in that order. - Some minor changes.
2006-08-05Changes 0.5.3:adam4-12/+17
* Upgraded libpng to version 1.2.12-optipng [private] * Implemented basic support for TIFF (grayscale, RGB and RGBA, uncompressed). * Avoided the redundant trial when the search space is singular (e.g. when running "optipng -o1 example.tif"). * Prevented accidental file corruption when using option "-log". * Fixed (again) a small typo in the online help.
2006-08-03Just fixing pkglint warnings doesn't help. Sometimes they are justrillig2-5/+14
pointers that something else is wrong. In this case, the file contained _three_ instances of __sun__, but only two were in the patch, so pkglint could not warn on the third one. Now pango really builds on Solaris with SunPro (tested).
2006-08-03update to 2.14.3drochner2-6/+6
changes: - Properly sort image filenames containing numbers - Thumbnailing fixes - Fix printing for images with alpha channel - Several code cleanups - Make transparent color selection work - Avoid losing EXIF data when saving changed jpeg images - Fix crash with fast image switching - Updated translations
2006-08-03update to 1.1.13.6 (last stable version)drochner2-7/+6
sorry, no useful changelog found
2006-08-03Fixed a build failure of devel/pango by replacing __sun__ with __sun inrillig3-7/+7
patch-ab, as told by pkglint. Maybe that warning is really useful. :) Bumped PKGREVISION.
2006-08-03Modify patch to tif_dir.c to be compiled by gcc prior to 3.x.taca2-13/+20
Requested by solo@.
2006-08-02Security fixes for SA21304:salo10-3/+677
"Some vulnerabilities have been reported in libTIFF, which can be exploited by malicious people to cause a DoS (Denial of Service) or potentially compromise a vulnerable system. The vulnerabilities are caused due to various heap and integer overflows when processing TIFF images and can be exploited via a specially crafted TIFF image. Successful exploitation allows crashing applications linked against libTIFF and may also allow execution of arbitrary code." http://secunia.com/advisories/21304/ http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3459 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3460 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3461 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3462 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3463 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3464 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3465 Patches from Tavis Ormandy, Google Security Team via SUSE. Bump PKGREVISION.
2006-08-02Update to KDE 3.5.4markd2-13/+14
kfax * Fix crash on multipage TIFF when doing zoom out and hitting "PgDown". KPDF * Update the thumbnail selection when toggling a search. * Fix the rendering of incorrect glyphs on some documents with Type 3 fonts. * Do not crash while printing some documents with jpeg images. * Make watching of ps files work. * Make space scroll by viewport-page, not by document-page. * Fix PDF files sometimes opening as ASCII. * Fix find next is quickly disabled when the "search as you type" feature is used. * Make the find dialog remember searched texts. * Do not crash on files that have GfxImageColorMap we can not parse. kview * Install photobookui.rc to the correct place.
2006-08-01Split Mesa/Makefile.common into Makefile.common and Makefile.lib.jlam7-80/+95
The latter is used by packages that build libraries from the Mesa sources, while the former is only if the package builds from the Mesa sources. Modify the various Mesa packages to include the proper Makefile, and add some documentation to the Makefiles. As a side effect, this suppresses the "duplicate target" warning in graphics/glx-utils that was caused by having the same distfile listed in DISTFILES more than once.
2006-07-31Changes 6.2.8.7:adam2-6/+6
* Bug fixes
2006-07-30USE_LANGUAGES= c c++abs1-2/+2
2006-07-29Correct PLIST on Linux. Bump PKGREVISION.minskim2-2/+6
2006-07-27Apply the "convention over configuration" principle:jlam1-2/+1
If ${FILESDIR}/getsite.sh exists, then use it to determine the fetch URL for each of the distfiles for the package. Otherwise, use SITE_<file> and MASTER_SITES, in order, to determine the URL for each distfile. If the script path differs from ${FILESDIR}/getsite.sh, then set DYNAMIC_SITE_SCRIPT to the full path to that script. Remove the need to set DYNAMIC_MASTER_SITES explicitly in the package Makefile for: graphics/ns-cult3d wm/sawfish-themes www/apache-tomcat55 www/jakarta-tomcat4 www/jakarta-tomcat5
2006-07-27This package needs a Python interpreter that can be called using plainrillig3-4/+16
"python". Also, the configure script is patches so that it does not return EXIT_SUCCESS when there was an error.
2006-07-26update to 2.14.2.1drochner3-9/+13
changes: -translation updates -build system improvement
2006-07-26Use tiff package rather than local copy. From Matthias Drochner.markd3-2/+20
Bump PKGREVISION.
2006-07-25Link glitz-agl with the AGL framework, so that applications using thisminskim1-1/+3
library will not have "undefined symbols" errors in linking. Bump PKGREVISION.
2006-07-25Update ruby-gnome2 to 0.15. Patch provided by Dieter Roelants in PR 34064.minskim3-7/+4
Changes: Ruby/GLib * Improve signal handlers with pthread ruby(--enable-pthread). [Sjoerd Simons] * Added new fundamental object for other bindings. [Sjoerd Simons] * GLib::Source#remove? -> GLib::Soruce.remove? [Kouhei Sutou] * Added new macros (GLIST2ARYF, GLIST2ARY2F, GSLIST2ARYF, GLIST2ARY2F, G_PROTECT_CALLBACK) [Masao Mutoh] * Added GLib.win32_locale, GLib, win32_locale_filename_from_utf8 [Kouhei Sutou] * Improve memory management [Kouhei Sutou, Sjoerd Simons, Masahiro Sakai, Masao Mutoh] * Other improvement and fix bugs. [Sjoerd Simons, Joao Pedrosa, Kouhei Sutou, Masahiro Sakai, Masao Mutoh] Ruby/ATK * Improved cygwin support. [Masao Mutoh] * Fix a bug. [Masahiro Sakai] Ruby/Pango * Fix some bugs. [Laurent Sansonetti, Masao Mutoh] * Added Pango::Layout#markup=, Pango::AttrAbsoluteSize? [Masao Mutoh] Ruby/GdkPixbuf * Fix a bug. [NISHI Takao] * Code cleanup [Masao Mutoh] Ruby/GTK * Improve signal handlers. [Masahiro Sakai] * Added Gtk::Widget#set_widget, #set_requisition. [Daniel Chokola] * Added Gtk::Dialog#get_response. [Masao Mutoh] * Other improvement and fix bugs [Mario Steele, Tilman Sauerbeck, Geoff Youngs, Masahiro Sakai, Kouhei Sutou, Masao Mutoh] Ruby/GNOME * Follow Ruby/GLib2 change(GRClosure). [Kouhei Sutou] Ruby/GnomeCanvas * Code cleanup [Kouhei Sutou, Masao Mutoh] Ruby/Libart * None. Ruby/PanelApplet * Fixed a bug [Patch #1431855]
2006-07-25Add a workaround for freedesktop.org bug 7401, so that 'make test' works.minskim2-1/+32
Patch from cairo cvs.
2006-07-24This package needs zlib.minskim1-1/+2
2006-07-24Update to production release 6.29. Many minor changes omitted; seegdt2-6/+6
Changes in ${WRKSRC}. - Improved decoding of Canon PictureStyle information - Decode a number of new tags in Canon, Casio, FujiFilm, Minolta, Nikon, Panasonic, Pentax, Ricoh and Sony and maker notes - Improved recognition of various Minolta maker note formats - Added a number of new Nikon Capture tags - API Changes: - Added FastScan option - Return "0000:00:00 00:00:00" instead of "1970:01:01 00:00:00" as the string representation of numerical times with a value of zero - Added read support for Real audio/video (RA, RM, RV, RMVB, RAM, RPM) files - Added read support for SWF (Shockwave Flash) files
2006-07-24Update digikam{,-doc,imageplugins} to 0.8.2markd12-140/+464
Changes since digikam 0.8.2-rc1 include: Bugs fixed: o Unsupported initialization of CameraList object o digikam "Mount and Download" Problems o Thumbnail generation fails with raw images o Camera gui always puts *.JPG and *.NEF in the configure - digikam dialog/File Mime Types/ Image Files o Crash when moving an album to another album o Auto-rotion of photos may confuse user because of changes made he is not aware of o Communication between digiKam and its kioslaves broken if size_t != off_t o Minimize button missing on "Compaq Flash Reader" camera window o mimelnk/x-image-raw.desktop conflicts with kdegraphics-3.5.x Changes since 0.8.2-beta1 include: New feature: o add missing Rating info in album item file tip and image properties dialog Bugs fixed: o fix JFIF comments section encoding extraction to respect UTF8 o fix x-raw.desktop: removed tiff extention o camera download: auto-rotated images lose EXIF meta data o fix message about missing dcraw program o EXIF info lost when saving a modified image that was readonly o Hash marks ('#') in album names cause problems. 0.7.* regression o something is broken with TIFF imlib2 loader and 16 bits images. Use KDE/Qt TIFF loader instead. Changes since 0.8.1 include: New features: o display JPEG that use CMYK color space o Rating image using keyboard shortcuts CTRL+0/1/2/3/4/5 from main interface o Buttons to set the album date to oldest, yougest of the images in the album Bugs fixed: o preview-pictures seem to be handled differently by Digikam and Konqueror o albums not displayed corectly and digikam crashes with St9bad_alloc o digikam: whatthis info not closed when albumview is scrolled up or down with cursur keys o digikam: redraw problem with whatthis info of an image show and starts scrolling with the mouse o thumbnails not correctly rotated according to exif information o Ask user which plugins should be enabled on first startup (all plugins are enabled by default first startup) o opening and closing right pane with tag filter also changes width of left pane and vv o Digikam on PPC has problem identifying JPEG and tries to use dcraw with them Changes since digikamimageplugins 0.8.1 include: Bugs fixed: o White Balance plugin : Fixed Gamma correction slider values inversed o Infrared plugins: fix unnecessary blurring effects
2006-07-24Update to ivtools 1.2.4markd5-20/+20
July 20th, 2006 ivtools-1.2.4 - changes for compiling with gcc-4.0 - changes to socket-driven (ACE) use of comterp to support multi-line commands - changes to allow re-use of scanner/parser with multiple operator tables October 7th, 2005 ivtools-1.2.3 - add support for an external libtiff with a --with-tiff (and -with-tiff-lib) configure arguments. - changes necessary to compile with gcc-4.0 - changes necessary to compile with gcc-4.0 on top of ACE-5.4.7 - changes necessary to compile on suse-9.3 linux (amd64 platform). Contributed by Paul Vixie. - fixed bug in "addtool" command/mechanism in graphdraw and drawserv - added support for color expressions to graphdraw (:colexpr), to allow attribute-sensitive computation of a node's color.
2006-07-23Add ruby-rcairo.minskim1-1/+2
2006-07-23Import ruby-rcairo from pkgsrc-wip. Packaged by Dieter Roelants.minskim5-0/+55
Cairo is a 2D graphics library with support for multiple output devices. rcairo provides ruby bindings to cairo.
2006-07-23Link against the Carbon library if the framework is available. This fixesminskim1-1/+6
PR 33858. Bump PKGREVISION.
2006-07-23Enable the atsui backend if the Carbon framework is available.minskim2-8/+10
Bump PKGREVISION.
2006-07-23Support the x11 option to enable/disable xlib and xlib-xrender backends.minskim4-13/+46
2006-07-23Support the x11 option to enable/disable the glx backend. Platformsminskim3-9/+27
without X11 may turn off this option while using another backend such as AGL on Mac OS X.
2006-07-23png/buildlink3.mk is still needed to run pkg-config for cairo.minskim1-1/+2
2006-07-23Remove obsolete BUILDLINK_API_DEPENDS.minskim2-4/+2
2006-07-23Do not include buildlink3 files of packages that are not exposed byminskim1-6/+1
this package.
2006-07-23Do not include MesaLib's buildlink3.mk because glitz does not exposeminskim1-3/+1
MesaLib's API.
2006-07-23Make the quartz test resemble the one in configure. This makes itminskim1-4/+2
easier to add the atsui backend later. Currently, the atsui backend may not be enabled because it would break pango-1.12.x.
2006-07-22Reverted the recent change that has set USE_LANGUAGES="c objc", where onlyrillig3-6/+6
"objc" was needed. Thanks to Min Sik Kim for showing me the Right Way to handle this.
2006-07-22Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,rillig8-16/+16
since they always need a C compiler, even when the source code is completely in C++. For some other packages, stated in the comment that a C compiler is really not needed.
2006-07-21Needs intltool.joerg1-2/+2
2006-07-21NetBSD before 3.99.8 needs log2 as well. Fixes PR 34020.joerg2-5/+9
2006-07-21"BUILD_ENV" was misnamed. It's actually the environment that is passedjlam2-4/+4
to all internal recursive make processes. As such, rename it to "PKGSRC_MAKE_ENV". XXX Note, some of the usage of this variable in package Makefiles seems XXX incorrect. They probably want "MAKE_ENV", which is the environment XXX passed to the make process when running "make" within ${WRKSRC}.
2006-07-21Fix build on DragonFly:joerg3-1/+33
- include unistd.h to get read(2) prototype - implement log2 locally using log and M_LN2 If other platforms lack log2 as well, just add them to the list.
2006-07-21Remove pointless conflict entry.tron1-3/+1
2006-07-21Needs a C compiler.rillig3-6/+6
2006-07-20Does not really need GNU gettexxt, nor does it need to bewiz1-4/+2
installed into X11BASE. Bump PKGREVISION.
2006-07-20Remove comments not applicable.minskim1-29/+1