summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2002-02-18added and enabled vid-1.0.1wulf1-1/+2
2002-02-18Initial submission of vid-1.0.1:wulf6-0/+105
A simple-minded image capture program for some USB webcams.
2002-02-17The install-dir must exist!hubertf1-1/+2
2002-02-16Add a workaround for the horrifying constructmjl2-1/+63
char **argvec = malloc(); vprintf(fmt, argvec); va_end(argvec); which of cource won't work on anything that does not pass its arguments on the stack (like PPC). This patch adds a handcrafted vprintf() lookalike damn_i386_centric_printf() that does TRT.
2002-02-15gimp is split up nowdrochner1-1/+3
2002-02-15turn gimp into a meta-pkgdrochner5-1952/+10
2002-02-15put gimp-data-extras into a separate pkg, which saves us some bad hacksdrochner4-0/+184
2002-02-15initial import of gimp-1.2.3 without the gimp-print stuff and "extra data"drochner9-0/+1935
2002-02-15mkdir -> ${MKDIR}skrll12-28/+28
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2002-02-14update to 1.1.2drochner4-12/+12
Changes: + Adapted to Python 2.1. Among other things, all uses of the "regex" module has been repleased with "re". + Fixed attribute error when reading large PNG files (this bug was introduced in maintenance code released after the 1.1.1 release) + Ignore non-string objects in sys.path + Fixed Image.transform(EXTENT) for negative xoffsets + Fixed loading of image plugins if PIL is installed as a package. (The plugin loader now always looks in the directory where the Image.py module itself is found, even if that directory isn't on the standard search path) + The Png plugin has been added to the list of preloaded standard formats + Fixed bitmap/text drawing in fill mode. + Fixed "getextrema" to work also for multiband images. + Added transparency support for L and P images to the PNG codec. + Improved support for read-only images. The "load" method now sets the "readonly" attribute for memory-mapped images. Operations that modifies an image in place (such as "paste" and drawing operations) creates an in-memory copy of the image, if necessary. (before this change, any attempt to modify a memory-mapped image resulted in a core dump...) + Added special cases for lists everywhere PIL expects a sequence. This should speed up things like "putdata" and drawing operations. + The Image.offset method is deprecated. Use the ImageChops.offset function instead. + Changed ImageChops operators to copy palette and info dictionary from the first image argument.
2002-02-13Actually remove the autoconf BUILD_DEPENDSskrll1-2/+1
2002-02-13update to 1.2.3drochner4-57/+238
I didn't find a useful changelog - seems to be a bugfix and documentation update release
2002-02-13resolve some nonsense where bison is blamed for a flex incompatibility -drochner3-2/+20
should build with or without bison now
2002-02-13doc/pkg-CHANGESabs1-1/+2
2002-02-13coffee then commit. Not commit then coffeeabs1-0/+0
2002-02-13Import the cult3d netscape plugin.abs6-0/+91
The Cult3D plugin enables users view interactive 3D objects, including full transparency, reflectivity, particle systems, bump mapping, phong shading, movement and sound. For a random example: http://www.formula1.com/news/3d/s8396.html
2002-02-13Don't hardcode dependency, use "libexif>=0.4" instead.martti1-2/+2
2002-02-12buildlinkifydillo3-7/+26
2002-02-12Added buildlink.mkmartti1-0/+30
2002-02-12Use USE_LIBTOOL and LTCONFIG_OVERRIDEmartti1-3/+3
2002-02-12Added libexifmartti1-1/+2
2002-02-12Created package for libexif-0.4.martti4-0/+38
Most digital cameras produce EXIF files, which are JPEG files with extra tags that contain information about the image. The EXIF library allows you to parse an EXIF file and read the data from those tags.
2002-02-10Update jhead to version 1.6.veego2-9/+6
Changes since 1.5: - Added -V (version) option - Added -exonly (exif only) option - Fixed lots of typos (Thanks, David Baker [mailto:dave@dsb3.com]) - Use EDITOR environment variable to pick which editor (Instead of notpead or VI) - Improved thumbnail deletion feature - now not just shortens the header, but also removes pointers to the thumbnail form the exif header.
2002-02-10Switch a 'long' to int32_t to work correctly on BE-LP64 platforms.abs10-132/+151
Mark NOT_FOR_PLATFORM = NetBSD-*-sparc64 as c++ still broken
2002-02-10Update sane-frontends to 1.0.7. Changes include bugfixes and a newrh3-16/+12
automatic document feeder (ADF) frontend. While at it, use sane-backends/buildlink.mk instead of manual dependency and pull in common definitions from sane-backends/Makefile.common
2002-02-10Update sane-backends to 1.0.7. Changes include bugfixes, a number ofrh6-171/+189
additional supported scanners, and new backends for Mustek USB scanners. While at it, split out common "sane" definitions into a Makefile.common for sane-frontents (and possibly others) to use.
2002-02-07Undo PKGREVISION increase for undone change.wiz1-2/+1
2002-02-07Clean up, requested by Adam Ciarcinski.wiz1-5/+4
2002-02-07The inclusion of bsd.pkg.mk before the setting of the EXTRA_FILESagc1-2/+4
definition in the package Makefile caused problems when fetching files, since bsd.pkg.mk uses a .for loop to iterate over DISTFILES, thus evaluating ${DISTFILES} at the time the .for line is read - this caused the EXTRA_FILES definitions not to be fetched. I think the reason for the inclusion of bsd.pkg.mk in a non-standard place was to get the values of MACHINE_ARCH and OBJECT_FMT. This all dates from 1998, and my memory's not what it used to be. Fix this by getting these values from bsd.prefs.mk, and including bsd.pkg.mk in the usual place.
2002-02-07Backed out pkg/15487 as tiff, jpeg, and png are alreadymartti1-4/+1
dependencies (pointed by Thomas Klausner)
2002-02-05/bin/mkdir -> ${MKDIR}.skrll1-2/+2
Make the print-PLIST target output ${MKDIR} also.
2002-02-05update to 4.1.3 - sync with dx-4.1.3drochner4-62/+558
2002-02-05uodate to 4.1.3drochner17-157/+191
changes: Fixes to several problems that quickly arose with 4.1.2 --------------------------------------------------- - Dependencies of source files on built sources caused build to stop. It would continue correctly after restarting, but by making the objects dependent instead we made it work in one pass. - References in _regstream.c. Missing references/deletes in _regstream.c and steamline.c caused objects to be really deleted before their time. Problem appeared in ThunderStreamlines example. Did this ever work? - Not enough memory allocated for buffer in parse.c. - Needed to pass in class_srcdir value to invokation of class script in libdx/local.mk - Include net2c in distribution - Correctly free search_for in Browser.C. Proper behavior dependent on compile-time definitions. - Not enoucgh memory allocated for type-in string in GARApplication.C. Caused segfaults in prompter.
2002-02-05update to 2.6.2drochner2-5/+5
changes: Small patch for Solaris from Craig Ian Dewick <craig@lios.apana.org.au>. XPaint.ad.in: Increased XPaint.height by three pixels on request from Greg Roelofs. Various minor changes (not user-visible).
2002-02-05Don't set FILES_SUBST_SED explicitly - instead, use the one inagc2-8/+8
bsd.pkg.install.mk. Provided in PR 15500 by Lubomir Sedlacik <salo@Xtrmntr.org>
2002-02-05- Added support for tiff, jpeg and png by making this depend on those pkgsmartti1-1/+5
- Set PKGREVISION=1 Fixes pkg/15487 by Chris Richards
2002-01-30Apply mods from Lubomir Sedlacik <salo@Xtrmntr.org> in PR 15269 toagc3-2/+14
remove X11 support, now that there's an aview-x11 package.
2002-01-30Now that the aalib-x11 package has been added, remove support for X11 fromagc3-7/+21
this package, and bump version number to nb1. Provided in PR 15268 by Lubomir Sedlacik <salo@Xtrmntr.org>
2002-01-30Add and enable aview-x11agc1-1/+2
2002-01-30Initial import of aview-x11 1.3.0rc1, an ASCII art viewer with X11 support,agc6-0/+109
into the NetBSD Packages Collection. dT8 8Tb aview is a high quality ascii-art image (pnm) browser dT 8 8 Tb and animation (fli/flc) player which uses AAlib dT 8 8 Tb (a portable ASCII Art library, part of the AA-project). <PROJECT><PROJECT> dT 8 8 Tb dT 8 8 Tb aview features: * High quality ascii art rendering * Portable * Save into many formats (html, text, ansi, more/less etc...) * Contrast, Bright, Gamma control * Image zooming/unzooming * Three dithering modes * Hidden "bonus" features :) * Inversion * Support for bright, dim, inverse attributes/extended character set Provided in PR 15267 by Lubomir Sedlacik <salo@Xtrmntr.org>
2002-01-30Add and enable aalib-x11agc1-1/+2
2002-01-30Initial import of aalib-x11 1.4rc4, an ASCII art library with X11 support,agc6-0/+177
into the NetBSD Packages Collection. AAlib is a portable ASCII Art library. From the AA project documentation: "There are many problems of various kinds with video cards, low frequency monitors, crashing graphical apps... AA-lib IS the solution. It works on a terminal of any kind, it is fast and portable, it gives to you standard API. It gives to your old hardware more power! " Provided in PR 15266 by Lubomir Sedlacik <salo@Xtrmntr.org>
2002-01-30No need to include aalib's buildlink.mk as we include SDL's buildlinkzuntum1-2/+1
that does it. Fixes PR pkg/15270 by Lubomir Sedlacik <salo@Xtrmntr.org>
2002-01-28use buildlink file for py-Tkdrochner2-6/+4
2002-01-27Use auto-extract code for .shar files.jlam1-5/+1
2002-01-27Unlimit datasize during build to avoid build problems on at leasttron1-1/+2
NetBSD-amiga and NetBSD-mac68k. This fixes PR pkg/13396 by de SAINT LEGER Rodolphe.
2002-01-26USE_GNU_READLINE, should fix build problemsdrochner1-1/+2
2002-01-25Fix pkg/15110; also pass PKGLOCALEDIR so that the locale filewiz5-11/+26
is installed into the correct dir.
2002-01-25PKGVERSION=1 so that the version number is greater than the last versionskrll1-1/+2
of this pkg.
2002-01-25Update mplayer to 0.60 release.skrll5-105/+9
Can't seem to find a Changelog, sorry.