summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2005-10-29Added graphics/vnc2swf.xtraeme1-1/+2
2005-10-29Initial import of vnc2swf-0.5.0 from pkgsrc-wip, packaged by OBATA Akio.xtraeme4-0/+63
Vnc2swf captures live motion of a screen through VNC protocol and converts it a Macromedia Flash(TM) movie (.swf)
2005-10-29Reset maintainer to tech-pkg:wiz1-2/+2
host idoru.mine.nu[82.31.78.41] said: 550 sorry, never heard of you (in reply to RCPT TO command)
2005-10-27Sort.wiz1-2/+2
2005-10-26Added -lsunmath for SunOS.rillig1-1/+3
2005-10-25Fix mistake in po/is/Makefile.in, that caused make package to failtonio2-1/+15
under netbsd 2.0 (create an empty .mo file if msgfmt failed)
2005-10-25Fix mistake in po/is/Makefile.in that caused make package to fail undertonio2-1/+15
netbsd 2.0 (create empty .mo file in case msgfmt failed)
2005-10-25Fix buildlingadam2-4/+7
2005-10-25Update to 0.40. Add a tk option to install an additionalwiz6-30/+57
tcl/tk frontend. 0.40 update PNM file reader to maxval > 255 (make rpm) updated barcode-patch UPC_addon by Michael van Rooyen CAPITAL_LETTER_A_WITH_OGONEK added no "(PICTURE)" output for UTF8+ASCII (better for Mobile OCR project) smooth_borders() bug fixed and reworked 5x7 and prop10 font adaptions objects now detected by flood-fill algorithm (better?) XML-output changed changed auto dust detection (not final) 0.39 XML output added (subject of change, suggestions are welcome) netpbm-link-error fixed in gocr.c and configure.in: gocr.c: <config.h> changed to "config.h" configure-option --with-netpbm=PATH and --without-netpbm added update configure.in according to autoconf 2.57 wchar_h miss-configuration fixed in pgm2asc.c fix compiler warnings char filter accepts abbreviations now, like "0-9A-F" (but slow) update READMEde.txt output barcode tags (also improved recognition) fix pnm.c for files like example.eps.pbm fix detect.c for barcodes fix ocr0n.c 0<->8g 0.38 move UTF/HTML/TeX decoding to getTextLine, return (char *) now out_format HTML step towards detailed XML output correct line detection for footnotes (detect.c) "y" now seen as vowel (pgm2asc.c), I<vowel> susbtituted by l<vowel> &eacute;-detection, &aacute;-output fixed default dust_size is -1 now (auto detection = mean_size/10) char filter added ex: -C 0123456789ABCDEF - recognize only hexcodes man page updated (hopefully correct syntax) database bug fixed (small fonts, example by Chris) several bugs fixed by W. Webber (thanks) speed improved by 3rd-pass matrix filter in pixel() (pixel.c) (code from W. Webber) bug in remove_dust (remove.c) fixed for fonts bigger than 20x40 smooth_borders() changed (b/w-scans) bug in O0-detection fixed
2005-10-24USE_MSGFMT_PLURALS=yesrillig1-1/+2
2005-10-24Fixed the --mandir argument to configure. This makes the package build onrillig1-3/+5
NetBSD-1.6.2/i386 again.
2005-10-24Changes 2-0.9:adam3-94/+543
* spelling fixes and new content for german, italian, english, chinese and french * XML validation fixes * CSS cleanups * lower depth for PNGs for the online version of the manual * small changes to the build system
2005-10-23Added RCS Id to patch-ad.rillig4-4/+8
2005-10-23Remove fragments that was last useful whenwiz2-9/+2
this package used USE_X11BASE, which has not been the case for a long time now.
2005-10-23Remove fragment that was last useful whenwiz1-3/+1
this package used USE_X11BASE, which has not been the case for a long time now.
2005-10-213 addeddrochner1-1/+4
2005-10-21import the current development version of GIMP (2.3.4) for those who wantdrochner8-0/+2243
to play with the new selection tool, color management or whatever
2005-10-21import exifprobe-2.0.1, another tool to scan EXIF datadrochner5-0/+46
2005-10-21import kimdaba-2.1, a tool to organize digital imagesdrochner4-0/+373
2005-10-21+veuszdrochner1-1/+2
2005-10-21import veusz-0-8, a plot program based on py-qt and py-numarraydrochner4-0/+237
2005-10-19Changes 10.30:adam8-230/+28
Add pambayer. Add pamrgbatopng. Add pamtilt. Thanks Gregg Townsend <gmt@cs.arizona.edu>. pamtotiff: create from pnmtotiff. pamtofits: create from pnmtofits. pamaddnoise: crate from pnmaddnoise. pamarith: Add -divide. pammasksharpen: Add -sharpness. pnmtopng: add -comp_mem_level, -comp_strategy, -comp_method, -comp_window_bits, -comp_buffer_size. pnmtopng: use Shhopt command line processor; replace -chroma with -rgb, -phys with -size, -time with -modtime. pnmremap: Handle multiple image stream. xpmtoppm: Expand capacity from 2K character input lines to 8K character input lines. libnetpbm: improved messages for "color xxx cannot be represented precisely with maxval M" libnetpbm color specification parsing: Improve warning message about rounding. libnetpbm/everything: speed up ppm_writeppmrow() and pgm_writepgmrow() by doing one fwrite per row instead of a pgm_writerawsample() per sample. pnmtopng: fix "meaningful bits" optimization of PGM so it optimizes all the way instead of stopping at 4 bits. pnmtopng: fix crash when no -alpha option, due to dereferencing of undefined alpha_mask. pnmtopng: fix bug: arbitrary color made transparent in paletted PNG when nothing should be transparent. pnmtops: bug: selects wrong Postscript level. bmptopnm: Don't crash on BMP with no color map. bmptopnm: Fix wrong file name in error messages. ppmtowinicon: use REALLOCARRAY instead of arithmetic-overflowing realloc(). anytopnm: fix bug: fails when 'file' database doesn't have mime type but does have human-readable type. manweb: recognize directory as not executable in search of PATH. pgm_allocrow(), ppm_allocrow(), pnm_allocrow(): cure arithmetic overflow. libnetpbm: On plain formats, check for sample value exceeding maxval. libnetpbm: reject maxval > 65535 in "pam" functions. pamarith: Use normalized libnetpbm facilities to get proper accuracy. Thanks Thomas Henlich <http://sourceforge.net/users/thenlich/>. pamarith: fix bug: shift functions don't work when maxvals are not identical. pamarith: fix rounding error on multiply. pgmtexture: correct calculation of normalizing constants for d > 1. Thanks Marc Breithecker <Marc.Breithecker@informatik.uni-erlangen.de>. pnmnorm: fix divide by zero crash. pnmnorm: fix bug that doesn't let you specify -luminosity, -colorvalue, or -saturation. ilbmtoppm: fix variable used before set. pnmtofits: fix 16 bit sample values > 2**15. pnmtopsnr: minor adjustments to messages. pnmnorm: don't crash when wvalue == bvalue. Thanks Thomas <http://sourceforge.net/users/thenlich/>. pnmnorm: fix rounding of output values. Thanks Thomas <http://sourceforge.net/users/thenlich/>. pnmhisteq: Fix external map to have width maxval + 1 instead of maxval, so full intensity input pixels map properly. pnmhisteq: Fix -rmap. Fix typos in error messages in various programs. pgmmedian: change syntax to Netpbm standard. pammasksharpen: fix signedness bug that caused random bright pixels at edges. pammasksharpen: fix bug with maxval != 255. Clean up a bunch of function prototypes so some broken compilers don't complain about missing "const" in them. Remove dependency of pnmtops on basename(). It isn't in some C libraries and we don't want to mess with linking extra libraries. Build of ppmsvgalib: work properly when LINUXSVGALIB is a "default path" value such as "libvga.so".
2005-10-18Add & enable digikam-docseb1-1/+2
2005-10-18Initial import of digikam-doc as version 0.7.4 into the NetBSD Packagesseb4-0/+328
Collection. Digikam is a simple digital photo management KDE application, which makes importing and organizing digital photos easy. This package provides Digikam's documentation.
2005-10-18Update to version 0.7.4seb3-220/+516
Changes since last packaged version (0.7.2): version 0.7.4 Updated translations. version 0.7.3 - New plugin 'Blowup Photograph' using CImg library. - New plugin 'Photograph Inpainting' using CImg library. - New plugin 'Photograph Restoration' using CImg library. - New plugin 'WhiteBalance'. - New plugin 'Texture'. - New plugin 'Blur FX'. - New plugin 'Distortion FX'. - New plugin 'Insert Text'. - New plugin 'Infrared Film'. - New plugin 'Channel Mixer'.
2005-10-18Update to version 0.7.4seb4-211/+60
Note that DigiKam's documentation is now in the upcoming new package digikam-doc. Changes since last packaged version (0.7.2): version 0.7.4 Updated translations version 0.7.3 + Showfoto : add image properties dialog like in digiKam, add RMB menu, Move to trash/Delete File option, add setup dialog, add new option to toogle thumbbar in fullscreen mode, DigikamImagePlugins support, load/unload plugins dynamicly in according with setup, add statusbar, add splashscreen support, add resize image option, add Print capability, add Key shortcuts and toolbar configuration settings, add Edit/copy action, Undo/Redo actions, add showfoto icon, GUI improvements. + Image filters levels and curves adjustments : add option to see over-exposed pixels in preview effect (like with Acdsee(tm) tools). + Image histogram : color guide tool. + Image filters levels and curves adjustments : mouse tracking picker color like in Gimp and Photoshop(tm). + Patch from Alfons Hoogervorst about histogram visible while viewing photo in digiKam image editor and showfoto using blending. + digiKam Splashscreen from Andreas Fischer. + showfoto Splashscreen from Joern Ahrens. + Added a history based undo/redo function. The undo/redo icons in the toolbar are popup-menus, which describes the actions on the image. + Add a new button to the album properties which calculates the average date of the images in the album based on the EXIF headers or the modification date of the images if the exif headers are not available. It sets the date property of the album to the average date. + New digiKam image editor plugin for black and white conversion : - Since digikam include colors channel mixer, using this one for BW conversion. Give best results than old implementation. BW conversion are based on gimpguru.org tutorial (http://www.gimpguru.org/Tutorials/Color2BW). - This plugin has a dialog with preview effect. - B&W filters available are : Neutral B&W, B&W with Green filter(NEW), B&W with Orange filter(NEW), B&W with Red filter(NEW), B&W with Yellow filter(NEW), Sepia, Brown, Cold, Selenium, Platinum. Bugs Fix : 103618 104005 103458 103515 105007 103147 105303 107155 103219 103445 103282 103243 102195 102322 100991 100987 100472 98706
2005-10-18Update to version 0.1.0rc1seb4-109/+171
Change MASTER_SITES to DigiKam's. Summary of changes since last packaged version (0.1.0beta2): (from https://mail.kde.org/pipermail/kde-imaging/2005-September/001660.html) From the previous beta version we have fixed a major amount of bugs, and we would now like to have feedback so we can squash the remaining bugs. New in this version is the flickr upload plugin: you can now easily upload your images to the flickr server. Sendimages now has support for Thunderbird and GmailAgent. We fixed numerous bugs in the CDArchiving plugin, it should work fine again with K3b. Rename images had some issues, we rewrote the user interface and fixed several bugs. The weekdays of the calendar were not localized. We fixed the ImagesGallery, so you can export multiple tags to a html-page. You can now rotate or flip your images lossless, while preserving the timestamp. The rawconverter now supports dcraw>=6.x. More information about the bugs can be found in the following bugreports: 108227, 98269, 89394,91651,100877,100568,110391,110659,110698, 110575,99895,104032,105727,110508,104511,97178,102219, 98199, 108537, 101110. 9943 .103282
2005-10-18Update to version 0.1.2.seb3-8/+23
Change MASTER_SITES to DigiKam's. Summary ofchanges since last packaged version (0.1.1): (from https://mail.kde.org/pipermail/kde-imaging/2005-September/001660.html) This release adds support for -f visibility and changes some of the licenses, corrects the homepage URL and includes some doxygen fixes.
2005-10-18Update to version 0.2.2seb3-9/+22
Change HOMEPAGE, not yet perfect but better than previous. This release is a bug fixes release.
2005-10-16Complete move of gocr from textproc to graphics.wiz1-1/+2
2005-10-16Re-import textproc/gocr as graphics/gocr (better fit).wiz6-0/+63
2005-10-16Add and enable ocrad.wiz1-1/+2
2005-10-16Initial import of ocrad-0.13:wiz5-0/+48
GNU Ocrad is an OCR (Optical Character Recognition) program based on a feature extraction method. It reads a bitmap image in pbm or pgm formats and produces text in byte (8-bit) or UTF-8 formats. Ocrad includes a layout analyser able to separate the columns or blocks of text normally found on printed pages.
2005-10-16Update 9.0.2. There don't seem to be any significant changesjdolecek3-14/+16
since 8.12, but the old distfile isn't available anymore. PR: 31743 by Zafer Aydogan Note this program has been discontinued by the author due to dispute with Linux kernel developers regarding loading binary-only module (pwcx).
2005-10-15Update to 3.7.4:wiz10-209/+13
MAJOR CHANGES: * Fixed important bug in custom tags handling code.. ------------------------------------------------ CHANGES IN THE SOFTWARE CONFIGURATION: * Applied patch from Patrick Welche (all scripts moved in the 'config' and 'm4' directories). * SConstruct, libtiff/SConstruct: Added the first very preliminary support for SCons software building tool (http://www.scons.org/). This is experimental infrastructure and it will exist along with the autotools stuff. * port/lfind.c: Added lfind() replacement module. ------------------------------------------------ CHANGES IN LIBTIFF: * tif_dir.c: When prefreeing tv->value in TIFFSetFieldV also set it to NULL to avoid double free when re-setting custom string fields as per: http://bugzilla.remotesensing.org/show_bug.cgi?id=922 * tif_dir.c: Fixed up support for swapping "double complex" values (128 bits as 2 64 bits doubles). GDAL gcore tests now pass on bigendian (macosx) system. * libtiff/{tif_dirread.c, tif_dirinfo.c}: Do not upcast BYTEs to SHORTs in the TIFFFetchByteArray(). Remove TIFFFetchExtraSamples() function, use TIFFFetchNormalTag() instead as per bug http://bugzilla.remotesensing.org/show_bug.cgi?id=831 Remove TIFFFetchExtraSamples() function, use TIFFFetchNormalTag() instead. * tif_print.c: Fixed printing of the BYTE and SBYTE arrays. * tif_write.c: Do not check the PlanarConfiguration field in the TIFFWriteCheck() function in case of single band images (as per TIFF spec). * libtiff/{tif_dir.c, tif_dir.h, tif_dirinfo.c, tif_print.c}: Make FieldOfViewCotangent, MatrixWorldToScreen, MatrixWorldToCamera, ImageFullWidth, ImageFullLength and PrimaryChromaticities tags custom. ------------------------------------------------ CHANGES IN THE TOOLS: * tiffcp.c: Fixed WhitePoint tag copying. ------------------------------------------------ CHANGES IN THE CONTRIB AREA: * tiffdump.c: Added support for TIFF_IFD datatype. * addtiffo/{tif_overview.c, tif_ovrcache.c, tif_ovrcache.h}: Make overviews working for contiguous images.
2005-10-15This needs plural support. Fixes PR pkg/31816 by Leonard Schmidt.jmmv1-1/+2
We ought to make this feature automatic to avoid these problems in the future...
2005-10-14Update to 2.12.1:jmmv3-8/+20
Version 2.12.1 -------------- - Several bug fixes from Lucas Rocha: fixes a crash reading broken SVG files, fixes a crash when opening a symlink to an image, and properly updates the status bar on opening. - Translation Updaes: Vladimir Petkov (bg), Mahay Alam Khan (bn), Miloslav Trmac (cs), Iñaki Larrañaga Murgoitio (eu), Ignacio Casal Quinteiro (gl), Alessio Frusciante (it), Christian Rose (sv), Clytie Siddall (vi) Version 2.12.0 -------------- - Images opened with the sidebar enabled are now shown at 100% zoom with a correct window size. Bug #315189. (Ryan Lortie) - Fixed a crashing bug while using arrow keys to navigate a directory. Bug #311086. (Lucas Rocha) - Translation Updates: Vladimir Petkov (bg), Jordi Mallach (ca), Miloslav Trmac (cs), Rhys Jones (cy), Hendrik Richter (de), Kostas Papadimas (el), Stéphane Raimbault (fr), Gil Osher (he), Gabor Kelemen (hu), Mohammad DAMT (id), Young-Ho Cha (ko), Erdal Ronahi (ku), Žygimantas Beručka (lt), Michiel Sikkes (nl), Guilherme de S. Pastore (pt_BR), Duarte Loreto (pt), Mugurel Tudor (ro), Leonid Kanter (ru), Laurent Dhima (sq), Baris Cicek (tr), Maxim Dziumanenko (uk), Clytie Siddall (vi), Woodman Tuen (zh_TW) Version 2.11.92 -------------- - Threading bug fix from Ross Burton. - New Ukraininian translation of the manual. - Translation Updates: Vladimir Petkov (bg), Jordi Mallach (ca), Miloslav Trmac (cs), Kostas Papadimas (el), Gabor Kelemen (hu), Žygimantas Beručka (lt), Guilherme de S. Pastore (pt_BR), Duarte Loreto (pt) , Mugurel Tudor (ro), Leonid Kanter (ru), Laurent Dhima (sq), Maxim Dziumanenko (uk), Woodman Tuen (zh_TW) Version 2.11.90 --------------- - Bug fixes for dual-screen/multi-monitor display. (Davyd Madeley) - ICC color profile support, requires the Little CMS library available at http://www.littlecms.com/ (Ross Burton) - The thumbnail list of images is now updated dynamically based on filesystem changes. (Philip Van Hoof) - Printing and print preview bugs have been fixed. (Philip Van Hoof) - Many small bug fixes and UI changes. - Translation Updates: Abdulaziz Al-Arfaj (ar), Vladimir Petkov (bg), Jordi Mallach (ca), Miloslav Trmac (cs), Martin Willemoes Hansen (da), Hendrik Richter (de), Nikos Charonitakis (el), Adam Weinberger (en_CA), David Lodge (en_GB), Francisco Javier F. Serrador (es), Priit Laes (et), Iñaki Larrañaga Murgoitio (eu), Meelad Zakaria (fa), Ilkka Tuohela (fi), Benoît Dejean (fr), Ignacio Casal Quinteiro (gl), Ankit Patel (gu), Rajesh Ranjan (hi), Gabor Kelemen (hu), Mohammad DAMT (id), Alessio Frusciante (it), Takeshi AIHANA (ja), Changwoo Ryu (ko), Žygimantas Beručka (lt), Terance Edward Sola (nb), Pawan Chitrakar (ne), Michiel Sikkes (nl), Åsmund Skjæveland (nn), Terance Edward Sola (no), Zuza Software Foundation (nso), Bartosz Kosiorek (pl), Guilherme de S. Pastore (pt_BR), Duarte Loreto (pt), Mugurel Tudor (ro), Leonid Kanter (ru), Steve Murphy (rw), Ivan Noris (sk), Laurent Dhima (sq), Игор Несторовић (sr), Christian Rose (sv), (tamil), Theppitak Karoonboonyanan (th), A. Alphan Bayazit (tr), Gheyret T.Kenji (ug), Maxim Dziumanenko (uk), Clytie Siddall (vi), Canonical Ltd (xh), Funda Wang (zh_CN), Woodman Tuen (zh_TW), Zuza Software Foundation (zu) Version 2.11.0 -------------- - The status bar code has been reworked (Paolo Borelli) - Preferences and Help dialogs now launch centered on the parent window. (Paolo Borelli) - Some small fixes to the zoom UI (Paolo Borelli) - Color picker button has been rewritten to use new Gtk API (Paolo Borelli) - More UI fixes (Paolo Borelli, Dennis Cranston, Murali K.) - Many bug fixes (Kjartan Maraas, Behdad Esfahbod) - Portable to the Microsoft Windows platform (Tor Lillqvist) - Translation Updates: Vladimir Petkov (bg), Martin Willemoes Hansen (da), Francisco Javier F. Serrador (es), Ivar Smolin (et), Ilkka Tuohela (fi), Ignacio Casal Quinteiro (gl), Terance Edward Sola (nb), Michiel Sikkes (nl), Terance Edward Sola (no), Ivan Noris (sk), Theppitak Karoonboonyanan (th), Gheyret T.Kenji (ug), Funda Wang (zh_CN), Woodman Tuen (zh_TW)
2005-10-13Update to KDE 3.4.3markd3-15/+7
Changes: kpdf: Fix a crash some people when login out with kpdf running kpdf: Make back button in konqueror work again kpdf: Use the mimetype shell provides us (if any) instead of trying to guess it kpdf: Fix a crash in document available at poppler bug 3344 kpdf: Disable custom zlib based renderer as was giving problems with some documents kpdf: Fix some problems in document available at poppler bug 3299 kpdf: Fix regression that prevented the opening of some malformed files kpdf: Fix some x86_64 problems kpdf: Fix a crash in document available at poppler bug 3728 kpdf: Fix a crash in document available at poppler bug 3750 kpdf: Fix regression that made TOC crash kpdf: Fix page number not displayed when re-opening PDF files kpdf: Fix some painting issues of the minibar buttons kpdf: Fix some small problems with the pageview kpdf: Find PS fonts on NetBSD KolourPaint: Prevent accidental drags in the Color Palette from pasting text containing the color code
2005-10-13fix location of .pc filedrochner3-4/+17
2005-10-12Update to 2.12.1:jmmv3-11/+14
============== Version 2.12.1 ============== * Release for GNOME 2.12.1 Translations Mahay Alam Khan (bn), Iñaki Larrañaga Murgoitio (eu) ============== Version 2.12.0 ============== * Release for GNOME 2.12.0 Translations Dafydd Harries (cy), Francisco Javier F. Serrador (es), Norayr Chilingaryan (hy), Dan Damian (ro), Leonid Kanter (ru) =============== Version 2.11.92 =============== * Release for GNOME 2.11.92 Translations Игор Несторовић (sr)
2005-10-12Update to 2.12.1:jmmv3-92/+104
* Improve architecture independence -- bug #316200 (Stanislav Brabec) * Fix permissions of some installed png files to not be executable -- bug #316173 (Stanislav Brabec) * Fix installation of media and emoticons to use gnome instead of hicolor -- http://bugzilla.novell.com/show_bug.cgi?id=91387 (Rodney Dawes) * Change the volume-knob icon in all sizes, and replace 48x48 with svg -- bug #408160 (Jakub Steiner) * Updated translations [bg, bn, eu]
2005-10-12update to 1.1.5drochner8-307/+120
changes: + Runs under Python 1.5.2 and newer, including 2.4. You may need additional libraries to build under 1.5.2; see instructions below. + New build procedure. The setup.py file now configures and builds the core library as well as the bindings, in one step. + Added stub drivers for BUFR, FITS, GRIB, HDF5, and WMF files. Stub drivers can identify the file format, but relies on application-provided drivers to read or write images in that format. + Added experimental "LA" mode support. An "LA" image is an "L" image with an attached transparency layer. + Added "RankFilter", "MinFilter", "MedianFilter", and "MaxFilter" classes to the ImageFilter module. + Improved support for applications using multiple threads on systems with multiple processors and/or hyperthreading processors. + Added EXIF GPSInfo read support for JPEG files. + Lots of bug fixes and performance tweaks. pkgsrc note: freetype and tiff support isn't built yet, should be separate pkgs
2005-10-12Force to use src/base/ftsystem.c instead of of builds/unix/ftsystem.chiramatsu1-1/+6
because it doesn't work properly on OepnBSD.
2005-10-11Include buildlink3 files for "libcroco" and "libgsf" to fix buildtron1-1/+3
problems of (at least) the "gimp" package.
2005-10-10Add patch-ad:reed2-1/+15
It undefines _BSD_SOURCE if on Linux system to avoid a parse error on GLIBC /usr/include/string.h. This hack is from gentoo.
2005-10-10Use INSTALLATION_DIRS to create lib/X11/app-defaults.reed1-1/+2
(Shoujld this be created by something else?)
2005-10-10Add DragonFly support.joerg2-1/+15
2005-10-10Reorder thread library detection. On FreeBSD 4 and DragonFly 1.2 gccjoerg2-4/+13
links against -lc_r only when -pthread is used, otherwise both -lc_r and -lc gets linked in.
2005-10-10Also use the lround workaround on older DragonFly systems.joerg2-5/+10
2005-10-10Remove librsvg2-gtk2.jmmv1-2/+1