summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1999-10-09Update giflib to 4.1.0. Note that installed headers are in a new location.jlam10-243/+66
Changes from version 3.0: Version 4.1.0 ============ * Several minor memory leaks in error conditions have been plugged. * New Function EGifOpen(void *userData, OutputFunc writeFunc) allows user specified gif writing functions. * Old copyright notices in a few source files have been updated. All library copyrights should now reflect the copyright notice in the COPYING file. Version 4.0.0 -- giflib ======================= This version of the giflib library merges Eric Raymond's giflib-3.0 release with the libungif-4.0 release to give people a binary compatible choice between the two libraries and gives me the chance to add bugfixes to giflib that have been incorporated in libungif. PLEASE READ THE FILE PATENT_PROBLEMS BEFORE USING THIS LIBRARY! Version 4.0.0 ============= Major fixes have been made to the code that handles Extensions. Unfortunately, this causes binary incompatibility with giflib-3.0 and libungif-3.x. However, the API is still intact. I am, however, deprecating the use of saveImage[x].Function. Use saveImage[x].ExtensionBlocks[y].Function instead. Version 3.1.1 ============= The following bugs which caused SegFaults have been fixed: * When reading gif files with extensions, DGifSlurp would violate memory. * When closing a gif that had a local colormap, DGifCloseFile would attempt to free the colormap twice. * Fix a potential memory leak in DGifSlurp. The following enhancements have been made: * New function DGifOpen to allow specifying a user definable gif reading function. Version 3.1.0 ============= * Add a new function: GifFileType *DGifOpen(void * userData, InputFunc readFunc) to read the gif image from a user defined input function. * A few bugfixes. Version 3.0 =========== Changes from Eric Raymond's libgif: * A new gif encoder that makes uncompressed gifs rather than standard, LZW-compressed gifs. This is actually the major motivating factor behind libungif; to provide third-party distributors a means to provide a gif library without the patented LZW encoder. * A new configure script to make compilation of the library on multiple platforms easier. The package should now build shared libraries on all platforms supported by GNU libtool. * Removed the getarg functions from libgif. These were not part of the public API and only used by the tools in the utils directory so I separated them from the rest of the library. * Fixed a few bugs in the tools in the utils directory.
1999-10-09Change to use libungif instead of giflibjlam1-5/+3
1999-10-09* HOMEPAGE has disappearedjlam4-18/+82
* MASTER_SITE has changed; fetch from master KDE site * Update dependency to kdelibs-1.1.2 * Move installation into KDE 1.1.2 distribution directories * Change to use libungif instead of giflib
1999-10-09Remove dependency on GIF libraries. Nothing in kdebase links againstjlam3-11/+19
giflib.
1999-10-09* simplify package Makefilejlam1-31/+35
* alterations to depend on libungif instead of giflib
1999-10-09* Change to depend on libungif instead of giflib;jlam1-6/+7
* Properly define CONFIGURE_ENV.
1999-10-09Alterations to use libungif instead of giflibjlam4-12/+72
1999-10-09* change to use libungif instead of giflibjlam6-43/+32
* install library documentation
1999-10-09Add and enable libungifjlam1-1/+2
1999-10-09Initial import of libungif-4.1.0 -- tools and library routines for workingjlam8-0/+162
with GIF images. API/ABI-compatible with giflib, but doesn't write compressed GIFs.
1999-10-09* Don't hard-code libraries included by imlib; use imlib-config instead tojlam4-7/+31
include the proper libraries; * Update dependency to pth-1.1.6; * Inform package installer to make the symlink for /dev/cdrom.
1999-10-09Be pedantic about passing correct linker flags.jlam1-5/+7
1999-10-09Make this compile with libtiff-3.5.2.rh3-17/+28
1999-10-09added choparp, poptop and ppp-mppe to SUBDIR listdbj1-1/+4
1999-10-09Update wmakerconf to version 2.3.jlam4-53/+55
user visible changes since 2.2: * New shortcut dialog * Option to enable/disable tooltips * WindowMaker 0.61.0 attributes update (including * drawPlainString plugin support with libwmfun-0.0.2) * Bugfix shortcut dialog
1999-10-08Preprocess "fetchmail.1" with "tbl" so it is completely readable.tron1-3/+7
1999-10-08Update gtkstep to version 1.9.jlam4-19/+24
The layout of the following widgets has been improved: Paned window CList and CTree Progress bar Entry
1999-10-08* Remove redundant dependency on jpegjlam5-21/+21
* Update dependency on tiff * Fixes for paths to find libraries and includes
1999-10-08Update tiff to version 3.5.2.jlam10-452/+124
Changes in TIFF v3.5.1 * Support was added for IPTC Newsphoto metadata (TIFFTAGE_IPTCNEWSPHOTO) * Support was added for photoshop caption handling (TIFFTAG_PHOTOSHOP) Changes in TIFF v3.5.2 * Added TIFFReassignTagToIgnore() API on behalf of Bruce Cameron <cameron@petris.com>. Man page still pending. * Fixed problem with cvtcmap() in tif_getimage.c modifying the colormaps owned by the TIFF handle itself when trying to fixup wrong (eight bit) colormaps. Corrected by maintaining a private copy of the colormap. * Added TIFFReadRGBATile()/TIFFReadRGBAStrip() support in tif_getimage.c. * Applied "a" mode fix to tif_win32.c/TIFFOpen() as suggested by Christopher Lawton <clawton@mathworks.com> * Set O_BINARY for tif_unix.c open() ... used on cygwin for instance. * Applied Francois Dagand's patch to handle fax decompression bug. (sizes >= 65536 were failing)
1999-10-08Change to use wildcard dependency on tiff.jlam15-30/+30
1999-10-08Add proper support for device type kdelnk: allow non-root users to specifybouyer7-1/+188
fs type and mount point; don't propose an entry to mount from an fstab entry in menu; try an eject on the device at unmount time. With this it is possible to have kdelnk files for cdrom and zip drives do the rigth thing :)
1999-10-08say why arena was disabledhubertf1-2/+2
1999-10-08update dependency to libwww-5.2.8, using libwww-config program.deberg1-6/+3
1999-10-08disable arena until somebody updates it to work with libwww 5.2.8deberg1-2/+2
1999-10-08update libwww to 5.2.8, which splits libwww.a into many componentdeberg9-62/+125
libraries.
1999-10-08PPP daemon and LKM with MPPE - Microsoft Point-to-Point Encryptiondbj60-0/+9731
1999-10-08A PPTP server which can support Microsoft VPN clients.dbj8-0/+1084
1999-10-08Update tkinfo to 2.5. Minor ease of use features, cosmetic changes,fredb5-23/+34
bug fixes. Now has a man page. - - Fix search paths to include both LOCALBASE and X11BASE. - - Add Sunsite mirror to MASTER_SITES.
1999-10-07Update patch-sum with wterm patch-ab checksumdante1-1/+2
1999-10-07Install wterm with setuid bit enabled to make 'utmp' worksdante1-0/+12
1999-10-07Remove me as maintainer of those packages.tron70-140/+140
1999-10-07Remove some files we don't install.jlam1-4/+1
1999-10-07Add and enable asclock-xlib and asclock-gtk.jlam1-1/+3
1999-10-07asclock-xlib-2.0.11: dockable clock and calendar with themes for X11jlam11-0/+266
1999-10-07asclock-gtk-2.1.10: dockable clock and calendar with themes for GTK+jlam8-0/+180
1999-10-07* fetch aslock from the One True Source http://www.asclock.org/jlam6-63/+104
* modify our local patches to add new -dock option to asclock. This used to be called "-withdrawn" before, but was changed to match the options of the other "official" asclock distributions. * install the month and day XPMs for other languages in the name of internationalization
1999-10-07Back out revision 1.351 which added XPKGBASE. This seems to be an issue ofjlam1-8/+4
some contention, so better leave changes for till after all the dust settles.
1999-10-07Add missing dependency on esound-0.2.8, as discovered by Hubert's famousrh1-1/+2
package status generator.
1999-10-07Update pth to 1.1.6. This fixes PR 8569 by John A. Maier, thanks!rh3-7/+7
Changes are mostly small bugfixes backported from pth-1.2 beta.
1999-10-07Disable not_so_current pth-current package which is superceded by a morerh1-2/+2
current pth package.
1999-10-07Mark as superceded by more current pth package.rh1-1/+3
1999-10-07Ensure that `gtk-config --libs' includes the proper linker flags tojlam1-4/+9
link against X11 libs.
1999-10-07s/Click here/Select/hubertf1-3/+4
1999-10-07The distfile was moved to the "old" dir...hubertf2-6/+5
1999-10-07Update to latest UCB version. Only change: catch bitrates >16bithubertf2-4/+5
better.
1999-10-07pull in bsd.prefs.mk for PGUSERhubertf1-1/+2
1999-10-07pull in bsd.prefs.mk to get BATCH defined (or not ;)hubertf1-1/+4
1999-10-06* change dependency on giflib to wildcard dependencyjlam3-22/+29
* enable user-defined application-specific menus
1999-10-06It makes more sense to install mailer.conf.exim in etc/exim/ as opposedad2-4/+4
to etc/.
1999-10-06Update asapm to 2.7. Minor changes in color options.jlam3-8/+16