summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2002-12-31Updated to p5-Image-Info-1.12shell2-5/+5
Changes: - Don't require IO::String for perl-5.8 as it has that feature built in. Based on patch by Slaven Rezic <slaven.rezic@berlin.de>. - Support for Exif 2.2 tags contributed by Stephane Bailliez <sbailliez@apache.org>. - Support Olympus C4000Z MakerNote also from Stephane Bailliez. - More robust TIFF parser that keeps on going if some of the fields appears to be garbage. - Workaround for "Samsung Digimax 200"'s brain-dead resolution values. Happy new year ..
2002-12-30Fix warning message so we display the current charset properly.jmcneill2-8/+8
2002-12-30Regen.jmcneill1-2/+2
2002-12-30Make dia fallback to UTF-8 if it doesn't understand our charset instead ofjmcneill2-7/+42
segfaulting -- from Jarkko Torppa. Closes pkg/19008. Now that dia works again, remove the BROKEN tag from the Makefile.
2002-12-29Use "ImageMagick" buildlink2 glue code so that this package supports JPEG,tron1-4/+5
PNG and TIFF again. Fix supplied by Bernd Ernesti in private e-mail. Bump package revision after this change.
2002-12-28I missed to fix a file during the conversion to PKG_SYSCONFDIR; this madejmmv3-3/+17
Gimp not to work properly... So here is it. Bump PKGREVISION to 4.
2002-12-26add and enable exiftagsshell1-1/+2
2002-12-26Initial import of exiftags-0.96shell5-0/+58
--- The exiftags utility parses a specified JPEG file or, by default, its standard input, looking for a JPEG APP1 section containing Exif (Exchangeable Image File) image metadata. The properties contained in these data are then printed to the standard output. Digital cameras typically add Exif data to the image files they produce, containing information about the camera and digitized image. The program supports a variety of cameras, and includes additional support for a portion of the maker notes for Canon, Casio, Fuji, Nikon, and Olympus cameras. Currently this program runs under Windows and Unix-like operating systems. An included companion utility, exifcom, displays and writes the UserComment Exif tag that some cameras include in the image metadata they create. This program is useful for recording caption or location information in the image file itself. License: BSD License
2002-12-26regen (removal of patch-ab)wiz1-2/+1
2002-12-26Test USE_MMX variable instead of undocumented IMLIB2_USE_MMX.wiz1-4/+3
2002-12-25Fix core dump when fax2tiff is started without arguments.wiz3-2/+31
Patch from Ingolf Steinbach in PR 19306. Bump PKGREVISION to 1.
2002-12-25Obsoleted by 0.90rc2 (rc12).wiz2-40/+0
2002-12-25Update to 0.90rc2 (0.90rc12):wiz7-57/+65
This version contains mainly code cleanups (including rewritten gif89 & svgalib output), warning fixes, and DOCS updates. Several small bugs were fixed and a possible 20% slowdown of libavcodec was solved. The VIDIX part improved a bit, a new driver for the Trident Cyberblade chip was added, and bugs in the Radeon driver were fixed. Vidix now can use svgalib's kernel helper instead of the buggy dha module, and is usable together with the SVGAlib. This version introduces experimental support for XMMS input (demuxer+codecs) plugins too, and support for mp3lame presets has been added. Package change: Install arial-18-iso-8859-1 as default font, overridable by user (with ~/.mplayer/font), as requested by veego.
2002-12-24Update to 0.1.10: GTK2 version, and lots of changes.wiz6-59/+41
2002-12-24Sort, and add libexif-gtk.wiz1-2/+3
2002-12-24GTK2 interface to libexif, needed by gtkam.wiz5-0/+77
2002-12-24Needs devel/pkgconfig at configure time to locate some libraries.schmonz1-1/+2
2002-12-24Replace collver@linuxfreemail.com with collver1@attbi.com.wiz3-6/+6
Closes PRs 19516, 19517, 19518, 19519, 19520, 19521, 19522, 19523, 19524, 19525 and some more, perhaps.
2002-12-24Update to 0.5.8: Without the MakerNote stuff which is now in libmnote,wiz3-11/+10
and some bugfixes.
2002-12-24Fix CATEGORIES.wiz1-2/+2
2002-12-24Update to 2.1.1. Rename the package to gphoto2 to match the installedwiz5-230/+28
program. libgphoto2 is split from gphoto2 in this (minor version(!)) release. Newly supported cameras include: Ricoh RDC-1, -2, -2E, -100G, -300, -300Z, -4200, -4300, -5000 Philips ESP2, ESP50, ESP60, ESP70, ESP80, ESP80SXG Canon PowerShot G3, S230, S45, A100, A200 Nikon D100 Mustek gSmart mini, mini2, mini3 and So. Show 301 USB Jenoptik JD350v RCA CDS1005, FujiFilm @xia ix-100, Oregon Scientific DShot II, Media-Tech mt-406, and Scott APX 30 Aiptek Pencam and Medion MD 5319 and probably some more
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz22-33/+44
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-12-24If we depend on the package, depend on the latest versionwiz1-1/+4
after a library major bump.
2002-12-24Update to 2.1.3. Changes are too many to list here, for the most interestingwiz3-11/+34
one see http://www.freetype.org/freetype2/2.1.3-explained.html .
2002-12-23Update to 0.5.7, mostly bugfixes and more translations.wiz4-11/+14
* libexif/exif-data.h: Introduce an array of ExifContents. This doesn't break binary compatibility, but it breaks compilation. Do something like "%s/->ifd_0/->ifd[EXIF_IFD_0]" in your source code to make it compile again.
2002-12-23Include xpm/buildlink2.mk ... needed to build the xpm plugin on XF86-3.xjlam1-1/+2
systems.
2002-12-23Whitespace fixcjep2-4/+4
2002-12-23Create a dummy libtool archive if we use the built-in freetype2 libraryjlam1-1/+15
from the XFree86 distribution. This avoids problems with libtool finding libfreetype.la if graphics/freetype2 is installed as well. This addresses PR 19496 by Bill Sommerfeld and reported independently by Steve Bellovin on the netbsd-users mailing list.
2002-12-23Install headers and API example. Bump PKGREVISION to 2.wiz3-8/+51
2002-12-23Add a new variable MPLAYER_ENABLE_RUNTIME_CPU_DETECTION that governswiz1-1/+5
the runtime CPU checks; it defaults to YES, which makes the binary package usable on more machines; setting it to NO might make mplayer a bit faster. Suggested by veego.
2002-12-21Make gimp-base install its configuration files under the examples directoryjmmv4-12/+38
and place them in the right directory using PKG_SYSCONFDIR stuff. Bump PKGREVISION to 3. Approved by wiz.
2002-12-21Fix version number so that it's newer than last release.wiz2-5/+3
2002-12-21Update to 0.90rc1:wiz7-101/+30
Docs: * new French translation * Irix section * various updates (both English & Hungarian) Codecs: * New codec pack download page (there are several packs for various IFs) * Win32/Quicktime codec plugin DLL support -> SVQ3 + QDMC/QDM2/Qclp !!! * Win32/DMO codec DLL interface support -> Windows Media Audio/Video 9!!! * MJPEG 2000 support (using Morgan & Imagepower VfW DLLs) * libavcodec: optimized HuffYUV en/decoder, with experimental YV12 support * libavcodec: mjpeg-b support (need more samples) * more xvidencopts * VorbisGain tag support, tremor (fast vorbis decoder lib) support * BIG libavcodec messups & codmetics & cleanups & API changes & fixes * dynamic plugin support for libmpcodecs (for future binary codec releases) GUI: * general code cleanup, more robust gtk code * preferences: Screensaver, Autosync settings * cache=4 fixed (caused jerky/lagging/slow playback with gmplayer) Others: * new config/cmdline parser code (optional) * OSD menu system (preferences, shell, file selector etc) * libaf: runtime cpudetection, volume, equalizer, better format conversion * subtitle overlapping can be disabled, added subtitle sorting * subtitle dump to JACOsub and SAMI formats * displays URLs from 'Reference Media' type .mov files, dump generic data * get position/length function in demuxers - for slavemode & -indentify * -ao alsa9 surround fixes, 8-bit PCM fixed * -vo dfbmga: -dr support, fixed OSD flickering * -stop-xscreensaver fixed, support for KDE screensaver too * More compiler warning fixes * Altivec (G4) support
2002-12-21Bump to 020909nb1: Add some quicktime dlls supported by mplayer-0.90rc1.wiz3-6/+17
2002-12-21Add PNG support, written by Thomas Klausner.wiz11-15/+310
Sent back to maintainer, but development seems to be dormant right now. Bump version to 1.03nb2.
2002-12-21Add and enable avi-xmmsjmmv1-1/+2
2002-12-21Initial import of avi-xmms, version 1.2.2.jmmv4-0/+37
avi-xmms is a plugin for XMMS to play files supported by the avifile library. Recognized formats are AVI (including DivX) and ASF. It is able to resize movies with aspected ratio, fullscreen and lots of other useful features, like seekbar in fullscreen mode. Provided in PR pkg/19470 by Juan RP with some cosmetic changes by me. Approved by wiz.
2002-12-20Fix another bug in png_do_read_filler() regarding 16-big *grayscale*fredb3-7/+29
images (and bump package to 1.2.5nb2). The following is taken directly from the png-implement mailing list... Date: Fri, 20 Dec 2002 11:26:31 -0500 From: Glenn Randers-Pehrson <glennrp@comcast.net> Reply-To: png-implement@ccrc.wustl.edu To: png-implement@ccrc.wustl.edu Subject: Re: [png-implement] bug in png_read_filler() with 16-bit samples At 01:01 AM 12/5/02 -0500, Glenn Randers-Pehrson wrote: >A bug has turned up in png_read_filler() with 16-bit samples. >The starting offsets for the loops are calculated incorrectly >which causes a buffer overrun beyond the beginning of the row >buffer. > >To fix, at lines 1968 and 1990, >change "row_width * 3" to "row_width * 6" >and at lines 1969 and 1991, >change "row_width;" to "row_width * 2;" This is only half of the story. Adding an alpha channel to 16-bit *grayscale* images with png_do_read_filler() exhibits the same bug, and pngcrush crashes if I try to do it. To fix, at lines 1892, 1893, 1910, and 1911 of pngrtran.c change "row_width" to "row_width * 2" Note that applications that do not add an alpha channel via png_set_filler(), and any applications that do, but reduce 16-bit samples to 8 bit via png_set_strip_16() are invulnerable to the bug. Pngcrush is the only application that I know of that uses png_set_filler() without also using png_set_strip_16(). Glenn -- Send the message body "help" to png-implement-request@ccrc.wustl.edu
2002-12-19Fix a buffer overrun in png_do_read_filler() with 16-bit samples, asfredb3-2/+30
reported to the png-implement mailing list by Glenn Randers-Pehrson: ftp://swrinde.nde.swri.edu/pub/png-group/archives/png-implement.200212 [Glenn Randers-Pehrson is the original author and chief maintainer of libpng.] From the discussion in the archive, it appears to be unlikely that the bug could be exploited by a malicious web-server, chiefly because the operation that triggers it is more likely to be carried out by an image manipulation program (i.e. pngcrush), than by a web browser.
2002-12-19Initial import of gimageview 0.2.10 into the NetBSD packages collection.grant4-0/+183
GImageView is a GTK+ based image viewer. It supports tabbed browsing, thumbnail table views, directory tree views, drag and drop, reading thumbnail cache of other famous image viewers, and has a flexible user interface. Submitted in PR pkg/19455 by Juan RP.
2002-12-19remove xmountains.grant1-2/+2
2002-12-19xmountains is already in x11/, pointed out by agc.grant4-30/+0
2002-12-19allow this to build by replacing the use of LTCONFIG_OVERRIDE withgrant1-2/+2
LIBTOOL_OVERRIDE.
2002-12-19add gpaint.grant1-1/+2
2002-12-19Initial import of gpaint 0.2 into the NetBSD packages collection.grant4-0/+108
GNU Paint is a simple, easy-to-use paint program for GNOME, the GNU Desktop. Gpaint is part of the GNU Project. Written by Andy Tai, Gpaint is licensed under the GNU GPL, version 2 or later. Curent Features: * Drawing tools--ovals, freehand, polygon, text, with fill or shallow for polygons and closed freehand. * Cut and paste by selecting irregular regions or polygons. * Print support using gnome-print (still flaky, will be improved upon next release). * Modern, ease-to-use user interface with tool and color palettes. * Editing multiple image at the same time without runnng multiple instance of the image editor. * All image processing features present in xpaint. Submitted in PR pkg/19453 by Juan RP.
2002-12-19add xmountains.grant1-1/+2
2002-12-19Initial import of xmountains 2.6 into the NetBSD packages collection.grant4-0/+30
Xmountains is a X11 based fractal landscape generator. It generates random fractal surfaces and displays them in a window. While the program is running the fractal is continuously extended on the right and the image is scrolled from right to left to expose the newly generated area. Submitted in PR pkg/19454 by Juan RP.
2002-12-18Insist on perl5.wiz1-1/+2
2002-12-18Combine two lines.wiz1-3/+2
2002-12-18png includes zlib for us.wiz1-2/+1