summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2002-02-28Update distribution file checksum for PHP version 4.1.2.tron1-3/+3
2002-02-28Update graphics/php4-gd to 4.1.2. The only change from version 4.1.1 isjlam1-3/+3
that this is built from the php-4.1.2 sources.
2002-02-27Change the way in which the autotools are invoked to match the example injlam1-2/+4
Packages.txt. This seems to prevent a recompilation of most of the libraries during the installation phase.
2002-02-27* We use automake, so we must patch configure.in, not configure.jlam3-15/+32
* Fix the path to the rgb.txt file, which wasn't being set properly due to x11-links.
2002-02-26Updated gphoto to 2.0 (provided by Amitai Schlair in pkg/15727)martti10-316/+237
The changelog since the last version of gphoto2 in pkgsrc (a beta from July) is 150K+. Please note that this is no longer a beta version!
2002-02-25Updated libexif to 0.5.0 (provided by Amitai Schlair in pkg/15722)martti4-10/+11
* libexif/configure.in: Introduce proper versionning. * libexif: There's only one ByteOrder per ExifData. * libexif/libexif-entry.c: More tags implemented in (exif_entry_get_value).
2002-02-23Add p5-GIFgraph.he1-1/+2
2002-02-22GIFgraph is a package to generate graphs, using GD::Graph.he4-0/+31
2002-02-21Reset MAINTAINER to packages@netbsd.org - I don't use avifile anymorezuntum2-4/+4
2002-02-18Um, make this patch actually apply.mycroft2-4/+4
2002-02-18Introduce new framework for handling info files generation and installation.seb16-41/+62
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2002-02-18add py-gimpdrochner1-1/+2
2002-02-18initial import of pygimp-1.2: Python scripting for the GIMPdrochner4-0/+76
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.