summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
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.
2002-01-24Update to 0.8.0. Makes it build again with current gtk+extra, fixingwiz6-177/+206
bulk build failure. Changes since 0.7.0 (approximate, since the ChangeLog is not very tidy): 11/20/2001 Adrian Feiguin: Gtkextra fine tunning. Matrix support. New cloning strategy for supporting multiple copies of the same dataset. Using gtkplot iterators to retrieve data from worksheets. New tick labels strategy using callback functions. gtkplotart.[ch]: gtkplotpc driver for libart. Anlialiasing using libart. gtkplotgnome.[ch]: gtkplotpc driver for gnome-print. Print preview using gnome-print, still under developement. Custom page size. Layer size in different units. Matrix datasets: bubbles, surfaces, contours and density maps. Symbol scaling for bubbles, boxes, and vectors. Style dialog for new features included in the gtkextra widgets. New fields in the xml file to support additions. Example matrix.sg to show new features. Autoscaling fixes, toghether with Conrad. Gradient autoscaling. New rotations for 3D plots. Arbitrary meshes using Delaunay triangulizations. Enhancements in the GUI, new tools and icons. Data markers, still under developement. Fixes in clipboard. Bugfixes. Randolf Mock: New autoscaling icon. 11/19/2001 Rob Lahaye: src/sg_project_rescue.c: revised version, uses sigaction(..) instead of signal(..) and gtk_idle_add for bailout signals. 11/13/2001 Rob Lahaye: src/sg_project_file_sax.c src/sg_project_autosave.c: add filename check for newer versions of autosaved or rescued file. src/Makefile.am: remove the sga->scigraphica link. 10/19/2001 Rob Lahaye: src/sg_file.c: fix disappearing python terminal 10/10/2001 Conrad Steenberg: Matrix formula support Autoscaling of 2D layers configuration support Remove dumb warnings in some places Fix 'formulas not evaluated upon file load' bug Update Clarens plugin to import Tags 10/05/2001 Rob lahaye: src/*[ch]: Clean up with stricter coding related to the source vs. header files: - functions in source files declared as static where possible. - strictly applying the extern/global/static rules to variable declarations. Allow strong type checking by making the src-tree g++ compatible. 09/30/2001 Rob Lahaye: src/python/import_data.c src/python/python_sheet.c: use #ifdef WITH_WARNINGS for developers' warnings src/python/python_int.c src/python/unpickler.py: change .sgsconfig to .scigrahpica/config 09/29/2001 Rob Lahaye: src/sg_preferences_dialog.[ch] : void -> static void src/g_project_autosave.c : new file with autosave utilities src/Makefile.am : add sg_project_autosave.c src/main.h src/sg.c src/sg_project.h src/sg_project_menu.c src/sg_project_rescue.c src/python/python_int.c : add autosave utilities 09/26/2001 Rob Lahaye: Configure.in: Remove duplicate entries in the "Compiler flags" of the --version output. 09/13/2001 Conrad Steenberg: Adapt the FitWizard module to fit data in plots, and plot the resulting function in the same layer. Python methods to access the datasets in a layer. 08/22/2001 Conrad Steenberg: Plug-in documentation New configuration system with python bindings Python wizard interface Curve fitting wizard from Adrian's gtkLeastSquares plug-in Simple statistics plug-in New python bindings to access layers and datasets 08/01/2001 Rob Lahaye: sg_dialogs.h, sg_file_dialog.c, sg_project_menu.c: WINDOWCLOSE_CLICKED added to dialogs control sg_entry.c: remove redudant emumerate YES/NO/CANCEL_CLICKED sg_plot_menu.c: add selected layer nr in sg_menu_remove_layer 07/31/2001 Conrad Steenberg: Cells are now cleared before new content is added. Fixes to number editing in the sheet for non-formula numbers. UI fixes for renaming sheets. Icons are now installed during 'make install' for use by plugins. 07/26/2001 ********* 0.7.1 Released ******** 07/25/2001 Adrian Feiguin: Bugfixes in gtkextra Enhancements in plugin system Bugfixes in autosymbol Bugfixes in zoom Conrad Steenberg: More Python stuff More enhancements in plugin system ASCII import fixes for comments at the start of a file. 07/17/2001 Adrian Feiguin: New plugin system (C stuff) Bugfixes in sg_project_file_sax.c Bugfixes in text dialog Bugfixes in gtkextra Conrad Steenberg: New plugin system (Python stuff) Python call to obtain sheet selection area Terminal fixes: No more text droppings when closing. Prompt now correctly appears after error output, not before Python wizard creation framework Work around Numeric Python 20.1 bugs, which caused crases for a lot of people New Configuration option: module search paths.
2002-01-24Remove "Mesa-glx" package which has been broken for nine month now.tron9-309/+1
3D acceleration requires XFree86 4.x these days anyway.
2002-01-24Weakly buildlinkify, and use PKGLOCALEDIR.wiz3-24/+10
2002-01-23Fix the libtool lossage in the pkg so that it now builds. I have no time toskrll5-15/+87
test if it actually works... I'll leave that to the maintainers.
2002-01-22use buildlink files for Python and py-imaging, but keep it tieddrochner3-7/+11
to Python-2.0 for now because of the py-Tk mess
2002-01-22use buildlink files for Python and py-imaging, but keep it tieddrochner2-10/+15
to Python-2.0 for now because of the py-Tk mess
2002-01-22add this for dependant packagesdrochner1-0/+6
2002-01-21Update to use the codecs distributed with mplayer-0.60.wiz3-28/+46
Some additional codecs, some removed.