Commit graph

4450 commits

Author SHA1 Message Date
adam
096728bc5c Changes 6.0.5-2:
* Bug-fix release
2004-08-19 15:27:24 +00:00
drochner
45553da701 update to 1.2.6 (first official release after the recent
security fixes)
changes:
version 1.2.6rc3 [August 9, 2004]
  Eliminated use of "abs()" in testing cHRM and gAMA values, to avoid
  trouble with some 64-bit compilers.  Created PNG_OUT_OF_RANGE() macro.
  Revised documentation of png_set_keep_unknown_chunks().
  Check handle_as_unknown status in pngpread.c, as in pngread.c previously.
  Moved  "PNG_HANDLE_CHUNK_*" macros out of PNG_INTERNAL section of png.h
  Added "rim" definitions for CONST4 and CONST6 in pnggccrd.c
version 1.2.6rc4 [August 10, 2004]
  Fixed mistake in pngtest.c introduced in 1.2.6rc2 (declaration of
  "pinfo" was out of place).
version 1.2.6rc5 [August 10, 2004]
  Moved  "PNG_HANDLE_CHUNK_*" macros out of PNG_ASSEMBLER_CODE_SUPPORTED
  section of png.h where they were inadvertently placed in version rc3.
version 1.2.6rc6 [August 15, 2004]
  Revised pngtest so memory allocation testing is only done when PNG_DEBUG==1.
2004-08-17 09:54:30 +00:00
kristerw
7067d90b20 Use DIST_SUBDIR to limit the fallout from the recent distfile checksum
change.
2004-08-17 09:24:14 +00:00
wiz
db7c0615a9 Update to 0.9:
Changes between 0.8 and 0.9:
----------------------------
  * fix for a buffer overflow in the line rendering
  * fixed resizing in the ncurses and slang drivers
  * aspect ratio and finer zoom support in cacaview
  * minor compilation fixes
Changes between 0.7 and 0.8:
----------------------------
  * window resizing support
  * native Win32 port
  * autorepeat emulation in the ncurses and slang drivers
  * support for more keycodes in the ncurses and slang drivers
  * cacaplas, a plasma animation example
  * cacamoir, a moiré circles animation example
  * MSVC project file
Changes between 0.6 and 0.7:
----------------------------
  * many bugfixes in the event handling
  * cacaball, a metaball animation example
Changes between 0.5 and 0.6:
----------------------------
  * 30% speed increase in the bitmap rendering routine
  * mouse support and various speed optimisations in the X11 driver
  * X11 is now the preferred driver
  * improved documentation
  * minor bugfixes

Package change: use (n)curses by default instead of slang.
2004-08-15 12:40:07 +00:00
wiz
f2dc3a4ee6 Drop whitespace at EOL. 2004-08-13 14:20:02 +00:00
wiz
a194fd1772 Set USE_LIBTOOL, and add -ldl for Linux.
Addresses PR 26617 by Pancake.
2004-08-12 19:36:00 +00:00
adam
ed6a617d82 Changes 6.0.4-3
* PNG vulnerability fix.
  * Added YCbCr coder for raw Y, Cb, and Cr samples.
  * Fixed the -fx option operator precendence problem (+ and - should be the
    same precendence).
  * Rare memory corruption due to a JPEG comment (bug report by
    brundlefly76@hotma...).
  * The PerlMagick Evaluate() method no longer fails with an assertion error.
  * Restore -dSAFER for a more secure Ghostscript invocation.  The downside is
    we must copy the Postscript file to a temporary file otherwise we get a
    the ocassional invalidfileaccess fom Ghostscript.
  * Do not report image depth unless the -verbose or -format %z option is used
    with the identify program.
  * Center gravity now works when cropping by percent (e.g. -crop 75%).
  * Small memory leak on exception in the ImageToBlob() method.
  * %@ returns the image bounding box (e.g. identify -format %@ logo:).
  * Sync pixel cache when cloning an image-- just in case someone clones
    an image clone and accesses pixels with AcquireImagePixel() instead of
    GetImagePixels().
2004-08-09 11:50:08 +00:00
kristerw
7ddb4e1eed Convert a C99-ism to C89 to make this build with gcc 2.95.
This fixes PR 26602 submitted by Hauke Fath.
2004-08-09 10:49:00 +00:00
recht
1537d1cea7 update to libpng-1.2.6rc2
changes:
version 1.2.6rc2 [August 8, 2004]
  Revised makefile.darwin and makefile.solaris.  Removed makefile.macosx.
  Revised pngtest's png_debug_malloc() to use png_malloc() instead of
     png_malloc_default() which is not supposed to be exported.
  Fixed off-by-one error in one of the conversions to PNG_ROWBYTES() in
     pngpread.c.  Bug was introduced in 1.2.6rc1.
  Fixed bug in RGB to RGBX transformation introduced in 1.2.6rc1.
  Fixed old bug in RGB to Gray transformation.
  Fixed problem with 64-bit compilers by casting arguments to abs()
    to png_int_32.
  Changed "ln -sf" to "ln -f -s" in three makefiles (solaris, sco, so9).
  Changed "HANDLE_CHUNK_*" to "PNG_HANDLE_CHUNK_*" (Cosmin)
  Added "-@/bin/rm -f $(DL)/$(LIBNAME).so.$(PNGMAJ)" to 15 *NIX makefiles.
  Added code to update the row_info->colortype in png_do_read_filler() (MSB).
2004-08-09 07:37:35 +00:00
adam
23007267c0 Changes 1.0.8:
bugfixes:
* fixed problem with PAST usage where source > dest

core:
* added missing get-/put-chunk-jdaa
* added CRC existence & checking flags
* added data-push mechanisms for specialized decoders
* some speed optimizations (thanks to John Stiles)
* defend against using undefined closestream function
* defend against using undefined openstream function
* added check for extreme chunk-lengths
* change worst-case iAlphadepth to 1 for standalone PNGs
* added support for 3+byte pixelsize for JPEG's
* added conditional to allow easier writing of large MNG's
2004-08-09 07:29:00 +00:00
seb
e82b3a6649 Distfile changed (it seems to have been regenerated after server problem
unfortunately with older auto* tools): update chesksum.

This should fix PR pkg/26575.
2004-08-07 10:00:36 +00:00
drochner
6376c20751 require >=1.2.6rc1 to force updates 2004-08-06 11:22:34 +00:00
adam
1a5e8bbcf4 Changes 2.0.4:
* several build fixes
* fixed bug in Polarize plug-in
* fixed out-of-bounds access in Ink tool code
* improved antialiasing of elliptical selections
* fixed typo in gradient editor
* really remove all associated items from the ID hash table when an
  image is being closed
* work around integer overflows when transforming large drawables
* fixed wrong EXIF handling in JPEG plug-in, a bug that has been
  introduced in 2.0.3
* fixed bug in Script-Fu extension
* fixed crash in container grid views
* handle changes to URI handling in newer glib releases
2004-08-06 10:35:57 +00:00
adam
e25b011172 Changes 10.18.14:
* make error message instaed of invalid output for -plain global option on
  a "pam" program
* pnmtojpeg: fix bug with large exif files (negative malloc)
* ppntowinicon: fix bogus "out of memory" failre
2004-08-06 09:46:19 +00:00
drochner
7c4d3fabcf update to 1.2.6rc1,
fixes some security issues, see
http://scary.beasts.org/security/CESA-2004-001.txt
2004-08-06 09:25:18 +00:00
jlam
6207affdff This package doesn't use the compiler. 2004-08-05 04:40:11 +00:00
jlam
f4f61e0fb2 Update p5-GDTextUtil to 0.86. This is a bug-fix release over version 0.80. 2004-08-05 04:38:24 +00:00
jlam
110a9280a9 Update graphics/p5-GD to 2.16. Changes from version 2.11 include:
2.16    Fixed bug in GIF #IFDEFs pointed out by BZAJAC
        Added #IFDEF for WIN32 provided by Randy Kobes
2.15    Brought back GIF support (requires libgd 2.0.28 or higher).
        Takes advantage of gdlib-config support in libgd 2.0.27 or higher.
2.14    Support for AMD64 libraries.
2.12    Fixed regression test 10 to succeed when used with libgd 2.0.22
2004-08-05 04:32:50 +00:00
jlam
23d49c1ad9 Convert to use bsd.options.mk. 2004-08-05 02:51:09 +00:00
jlam
3b561c5b17 Remove unused patch. It was patching the configure script to substitute
for @RPATH_FLAG@, but that didn't exist anywhere in the sources.
2004-08-05 02:50:37 +00:00
dmcmahill
7674fab75f use gcc3 on alpha to avoid an internal compiler error with gcc-2.95.3 2004-08-04 10:51:58 +00:00
markd
e6f309d4bf Add gwenview. 2004-08-03 13:13:29 +00:00
markd
e77ec99245 Import gwenview from pkgsrc-wip. Packaged by Ian Zagorskih and
slightly modified by me.

Gwenview is an very powerful image viewer for KDE whose aims
are ease of use and speed.
2004-08-03 13:11:54 +00:00
drochner
8758b53cb4 add vtk* and mayavi 2004-08-02 14:20:15 +00:00
drochner
4c9988fb23 import the MayaVi Data Visualizer, version 1.3, from -wip 2004-08-02 14:13:45 +00:00
drochner
79484a1fae import the Python support part of vtk-4.2.6 from -wip
This includes the Python extension in wip/py-vtkmodule: vtk-python
already links against a specific Python version, so the Python
extension cannot be built for multiple Python versions anyway.
2004-08-02 13:28:12 +00:00
drochner
606e5163f6 import test/example data for vtk-4.2 from -wip 2004-08-02 13:20:02 +00:00
drochner
af70b77674 import HTML documentation for vtk-4.2 from -wip 2004-08-02 13:17:27 +00:00
drochner
1609e5a832 import vtk-4.2.6 from -wip 2004-08-02 13:13:39 +00:00
adam
1a376d7c4a Changes 2.1.9:
I. IMPORTANT BUG FIXES

    - The function  `FT_Get_CharMap_Index' was only declared,  without
      any  real  code.   For  consistency,  it  has  been  renamed  to
      `FT_Get_Charmap_Index'.   (This function is needed  to implement
      cmap caches.)

    - `FT_Outline_Get_BBox'  sometimes returned  incorrect values  for
      conic outlines (e.g., for TrueType fonts).

    - Handling of `bhed' table has been fixed.

    - The TrueType driver with enabled byte code interpreter sometimes
      returned artifacts due to incorrect rounding.  This bug has been
      introduced after version 2.1.4.

    - The BDF driver dropped the last glyph in the font.

    - The BDF driver now uses the DEFAULT_CHAR property (if available)
      to select a glyph shape for the undefined glyph.


  II. IMPORTANT CHANGES

    - George  Williams   contributed  code  to   handle  Apple's  font
      distortion technology found in GX fonts (`avar', `cvar', `fvar',
      and `gvar' tables;  the Multiple Masters  API has been  slightly
      extended to cope with the new functionality).

    - The `FT_GlyphSlotRec' structure has been extended:  The elements
      `lsb_delta' and  `rsb_delta' give the difference  between hinted
      and  unhinted  left and right  side bearings  if autohinting  is
      active.  Using those values can improve the inter-letter spacing
      considerably.   See the documentation of  `FT_GlyphSlotRec'  and
      the `ftstring' demo program how to use it.


  III. MISCELLANEOUS

    - A new  documentation file  `formats.txt' describes various  font
      formats supported (and not supported) by FreeType.
2004-08-02 12:30:01 +00:00
shannonjr
dea01618c5 Remove patch-ae. I added this patch to correct problem compiling release
2.0 with gcc 3.4. The patch is no longer required with 2.0.3.
2004-08-02 09:54:29 +00:00
markd
1fdaf165cc Don't try and install/use things in /usr/share.
Bump PKGREVISION.
2004-07-31 22:30:12 +00:00
schmonz
63396cecc7 Set USE_BUILDLINK3=yes, and enable pkgviews installation. 2004-07-28 16:00:00 +00:00
markd
21ab2c2246 Add kphotobook and kphotools. 2004-07-28 14:22:08 +00:00
markd
3a4568cd92 Import kphotobook from pkgsrc-wip. Packaged by Ian Zagorskih and
slightly modified by me.

KPhotoBook is a powerful, easy to use, intuitive and fast application to
manage and organize your photos. The main idea is to be able to annotate
your photos with tags and to refind the photos using the given tags.
The tags which can be created by yourself are arranged in a tree.

The KPhotoBook GUI comes up with several points which makes the handling
with many photos very easy. This is just a short excerpt of it's goodies:

* It is very easy to annotate tags to one or more images at a time
* It is very easy to find images by the given tags (actually one mouse
  click only is needed)
* It is very easy to edit the image database with an external program -
  it's saved as XML file
2004-07-28 14:20:09 +00:00
markd
16a9229b10 Import kphotools from pkgsrc-wip. Packaged by Ian Zagorskih and
slightly modified by me.

KPhoTools is a program for KDE which helps you creating fast
online photo galleries in HTML.

But that's not all it has (and will get) much more features like:

* Rotating images
* Rezising images
* Create thumbnails
* Image filters (*)
* Several styles
* Logo Blending
* Features of the albums are:
  * Simple and clean indexing
  * Nice overview of your pics
  * Slideshows
  * No PHP needed! (only HTML & Javascript)
  * Preloading (no empty boxes on screen)
  * Not present pics won't be loaded (box will be shown)
* Screenshot function
* Screenshots from desktop
* Screenshots from selected areas on your desktop
* Screenshots of single windows
2004-07-28 14:09:40 +00:00
markd
0b7280ee20 add showimg 2004-07-28 13:39:47 +00:00
markd
f398f6a3d6 Import showimg from pkgsrc-wip. Packaged by Ian Zagorskih and
slightly modified by me.

ShowImg is a feature-rich image viewer for KDE including an image
management system. It is highly configurable and supports numerous
image formats.

Viewer
 * display JPEG, PNG (alpha layer supported), GIF, XCF, PSD, etc. files
 * open several directories, and archives (.tar.gz, .tar.bz2, .zip, ...)
 * apply filters to displayed image
 * preview, fullscreen, slideshow, ``fit-to-screen'', efficient zoom
 * open files with external programs
 * support EXIF header (JPEG file metadata)
 * display a hexadecimal view

Management
 * batch rename
 * search for exact and similar images
 * several formats conversion
 * manage photo albums

Configuration
 * digikam ; plugins supported
 * configurable interface
2004-07-28 13:37:52 +00:00
markd
69356e8ad6 USE_LANGUAGES=c c++ ; USE_LIBTOOL=yes 2004-07-28 13:18:11 +00:00
wiz
b6722d40b6 Do not rely on GNOME_DATADIR being set; hopefully fixes the bulk build. 2004-07-27 15:51:52 +00:00
kim
50c4e682df Upgrade to Image-Imlib 1.03:
1.03 Tue Jul 13 11:30:47 IST 2004

    * fixed minor POD tyop
    * new flip_horizontal, flip_vertical, flip_diagonal
      (thanks to Tuomas Jormola)

1.02 Tue May 25 22:18:32 BST 2004

    * renamed Changes to CHANGES
    * new set_quality function (thanks to Andreas Plesner)

1.01 Mon Nov 3 19:18:14 GMT 2003

    * document get_width and get_height methods (thanks to Andreas Plesner)
    * added NINJA support

1.00 Sun Sep 14 09:47:42 BST 2003

    * applied patch to make the module work under threaded perls
      (thanks to Mathieu Jondet, Andreas Plesner Jacobsen, zak3)
    * applied patch to make the module work without X
      (spotted by Mike Castle, Jens Gassmann)
    * applied patch to pass the correct compiler flags
      (thanks to Christian Laursen)
2004-07-25 04:23:36 +00:00
adam
1f147d0fe9 Checksum corrected for the archive re-release 2004-07-23 07:52:16 +00:00
adam
ff7c8e0412 Changes 2.0.28:
* Restored support for reading and writing GIF images
* Fix for a possible problem in gdImageTrueColorToPalette
2004-07-22 12:38:49 +00:00
recht
4150812b27 add python as category
ok'd a while back at pkgsrcCon by agc and wiz
2004-07-22 09:15:59 +00:00
salo
e852eec4b2 USE_IMAKE implies USE_X11BASE, remove pointless USE_X11. 2004-07-21 21:28:41 +00:00
salo
67c5db45ee USE_IMAKE implies USE_X11BASE, remove it. 2004-07-21 21:16:10 +00:00
adam
2666ca157e Changes 2.0.3:
* several build fixes (#144632, #144780)
* documentation fixes (#144267)
* avoid use of uninitialized values in GimpColorArea widget (#144786)
* fixed Levels tool on grayscale images with alpha channel (#141930)
* fixed Save/Load functionality in channel-mixer plug-in (#145380)
* fixed brokeness in GimpContext that caused tool options and device
  settings to be saved incorrectly
* fixed bug in Colorize tool
* fixed undo stack corruption that occured with some undo settings (#145379)
* fixed long-standing bug that caused the tablet pointer to change
  inadvertently (#115774)
* allow to undo script 'Round Corners' (#146344)
* implemented gimp-path-get-point-at-dist PDB function (#138754)
* don't crash while loading JPEG files with corrupt EXIF data (#145212)
* fixed loading of CMYK TIFF images on big-endian hosts (#147328)
* fixed palette handling in MNG plug-in (#139947)
* fixed bug in Script-Fu console (#139200)
* fixed corruption when saving RLE-encoded BMPs on big-endian hosts (#147759)
2004-07-19 08:32:21 +00:00
xtraeme
6cb8dc414c This needs libart2>=2.3.16, fixes PR pkg/25579 by Martin Huseman. 2004-07-16 15:58:31 +00:00
adam
e99c7029d0 Changes 2.0.27:
Fixes
* Potential memory overruns in gdImageFilled Polygon
* The sign of Y-axis values returned in the bounding box by gdImageStringFT
2004-07-16 07:46:54 +00:00
adam
1775430502 Changes 4.1.3:
* Make the EGifPutExtension{First,Next,Last} family of functions use WRITE
  so user defined WRITE methods will output them correctly.
* Modify EGifSpew and EGifPutComment to use EGifPutExtension{First,Next,Last}
  so we won't output broken GIFs when dealing with GIFs with multiple
  subblocks.
* More -Wall fixes revealed while testing on Solaris and FreeBSD.
* Updated the gif_lib.html documentation to not use EGifPutExtension when
  dealing with multiple subblocks.  Use EGifPutExtension{First,Next,Last}
  instead.
* Some Windows code from the old CVS repository now available in the windows
  subdirectory.  I don't have a Windows environment to test and maintain this
  but maybe someone out there will find it useful.  Caveat hacker.

Changes 4.1.2:
* Numerous bug fixes from people on the old libungif mailing list.
* GIF_ERROR and GIF_MESSAGE are on the deprecation list as they are also
  utility helper functions rather than essential to the functioning of the
  library.
* Complete deprecation list is now in the README file
* Audited the sources with gcc -Wall. Everything detectable has now been fixed.
* Ran the library code through indent.

Changes 4.1.1:
* libungif is now hosted on sourceforge:
  http://sourceforge.net/projects/libungif
* Merge in many bug fixes that were sent in while I was hiking the
  Appalachian Trail.
* The qprintf methods of the library are now deprecated.  Do not use
  GifQuietPrint or GifQprintf.  These should have been pushed out into the
  utility helper library instead of sitting around in the library proper at
  the same time as the getarg functions were moved out.  Getting rid of these
  will let us get rid of our dependence on stdarg.h/varargs.h (Which a Gif
  reading library has no business requiring.)
2004-07-13 08:01:31 +00:00
cube
d24b17b105 For USE_MMX users, do the following:
o only include it in the BUILD_DEFS if the current platform is concerned.
  For now that only includes i386, but we might find amd64 users in the
  future.
o test against [Yy][Ee][Ss], for consistency.

Fixes part of PR 26243.
2004-07-12 19:27:05 +00:00
martti
5c9ec30dad Updated XFce to 4.0.6
As usual, this is a maintenance release, aimed at bug-fixing;
no new features are being added to the 4.0 branch.

The main purpose of this release is compatibility with recent GTK+
releases along with other fixes.
2004-07-12 08:25:11 +00:00
wiz
f81f914634 Make build with new freetype2 header structure. 2004-07-10 22:57:14 +00:00
wiz
db23be57b3 Add some missing header files so this compiles with gcc3.
Fix PLIST while here.
2004-07-10 22:18:23 +00:00
wiz
f5cf5c8a68 Unconditionally install icon and gnome desktop file.
Should fix bulk build.
2004-07-10 21:47:33 +00:00
grant
32fb85d783 the "pgmramp" program included in this package needs to be linked
against libm for fabs().

this is the same fix as is already in netpbm-latest.
2004-07-10 13:29:34 +00:00
wiz
37ffbf2261 Fix path to pkgconfig file in PKGCONFIG_OVERRIDE.
Bump PKGREVISION, since now the pkgconfig file contains the right rpath.
2004-07-10 01:11:18 +00:00
xtraeme
1ed7e93ec4 It's EXTRACT_SUFX not EXTRACT_SUFFIX, from Georg Schwarz on tech-pkg. 2004-07-09 16:51:59 +00:00
adam
120d4a5681 Changes 6.0.3-1:
* bug fixes
2004-07-08 11:50:25 +00:00
xtraeme
8d01a3372f Remove XPM support in graphics/p5-GD so you can install useful programs,
on a server without X11.

Bump PKGREVISION.
2004-07-07 16:51:26 +00:00
wiz
5a1ea1fb96 Remove references to buildlink2. 2004-07-06 22:51:34 +00:00
wiz
4237d54a34 Unused. 2004-07-06 22:41:15 +00:00
drochner
ce84c03b9e add missing gtkmm-2.0/2.2 components 2004-07-06 21:02:09 +00:00
drochner
92233ed67d import libgnomecanvasmm20-2.0.1 which is a component of the gtkmm-2.0/2.2
family of C++ bindings for gnome libraries
fortunately, these families can coexist
2004-07-06 20:35:15 +00:00
recht
df9f6259c7 bump PKGREVISIONs since libxslt needs libgcrypt now 2004-07-06 16:28:52 +00:00
tron
8f117b9a84 Backou last change. The program with the offending license has been
removed from the distribution in the meantime. Pointed out by
Klaus Klein in PR pkg/21351.
2004-07-06 13:45:14 +00:00
tron
e22f5a3c7e Set the license of this package to "no-commercial-use" because the
included program "hpcdtoppm" has a restrictive license. This fixes
PR pkg/21351 by Klaus Klein.
2004-07-06 10:55:53 +00:00
wiz
81674cd1f0 Add gqview-gtk1. 2004-07-05 18:21:13 +00:00
wiz
d44f024450 Initial import of the GTK1-version of gqview, as requested by
David Griffith in PR 25237.
2004-07-05 18:20:00 +00:00
wiz
d66a3b2e52 lib/gimp shared with gimp(2). 2004-07-04 19:24:00 +00:00
wiz
0fdf503900 lib/gimp shared with gimp1. 2004-07-04 19:23:18 +00:00
drochner
a9f4f14d66 +libgnomecanvasmm26 2004-07-04 13:58:25 +00:00
drochner
76470be936 Import the latest generation of gnome-C++ bindings.
(can coexist with older versions)
2004-07-04 13:50:28 +00:00
mrg
088bfbaa0c this has been sitting in my tree for over 6 months... update a minor
revision to 0.2.2.  from the web page:

This release is only to fix a few bugs with sound in swf_play and a
few problems with the GdkPixbuf plugin.
2004-07-04 10:25:42 +00:00
recht
41ab3dd9e0 cleanup forgotten in the previous commit... 2004-07-03 23:04:22 +00:00
recht
b65f82682b update to 1.0
changes:
- bugfixes
2004-07-03 23:03:21 +00:00
recht
095963d4fe Add a patch from the mono project:
pixman_image_set_clip_region expects to take ownership of the
passed-in region, so we create a copy to give it.

bump PKGREVISION to 1
2004-07-03 23:01:36 +00:00
recht
67f323d669 Add a patch from the mono project:
avoid derefering NULL pointers

bump PKGREVISION to 1
2004-07-03 23:00:36 +00:00
wiz
f1d962502c Unused. 2004-07-02 22:13:09 +00:00
adam
a2640eaccc Changes 2.0.26:
* Windows build uses __stdcall calling convention
* Even more complete freetype version checking
* Binary transparency is now handled correctly in gdImageToPalette
2004-07-01 10:28:42 +00:00
salo
8406eb5c02 Sort cambevao properly (hi abs!). 2004-06-30 17:45:46 +00:00
adrianp
c173eba21d Tell gnuplot not to install lisp files by default.
Patch supplied by Kouichirou Hiratsuka <hira (at) po6.nsk.ne.jp> in PR#26111.

Thanks.
2004-06-29 18:10:53 +00:00
abs
1386ca7e03 Update to bl3. All test built with jdk or sun-jdk14.
jakarta-tomcat4 has other issues independant of this - will patch next
2004-06-28 17:28:56 +00:00
minskim
1e36099374 Enable pkgviews installation. 2004-06-28 14:17:36 +00:00
jmmv
a2980fe6cb Update to 1.2.3:
* Fix API breakage for stock_save_as vs. stock_save-as
* Fix build so that make distcheck works
* Bugs fixed: #142001, #142988
2004-06-28 14:08:56 +00:00
jmmv
8ec7453500 Update to 2.6.2: just use the new gnome-desktop's distfile. 2004-06-28 13:58:08 +00:00
abs
aa76a7430e add camevao 2004-06-27 21:40:36 +00:00
abs
27b1774346 Feeding back the patches to the author and waiting for a new release
before importing the package to avoid having to commit the patches is
a good idea. Committing them anyway in a temp dir is not...
2004-06-27 21:40:18 +00:00
abs
31656acbb7 Inport cambevao 2.0
cambevao grabs images from NetBSD's or FreeBSD's /dev/bktr and ov511+ based
USB webcams and saves them as jpegs. It includes a built-in mini webserver
for static and streaming images.
2004-06-27 21:33:23 +00:00
seb
55b24cbd78 Update to version 0.98.
Packages changes:
	* Update HOMEPAGE.
	* Note that patch files were ordered so that the info file does
	not appear newer than its Texinfo source.

Changes since last packaged version:

2002-03-01  Alessandro Rubini  <rubini@linux.it>
	* library.c (Barcode_Encode): handle bitsets separately, like
		in Barcode_Print (otherwise, you might loose NO_CHECKSUM).
	* debian/changelog: moved to 0.98 (but should fix all debian/ stuff)
	* contrib/barcode-for-delphi.tar.gz: new, contributed by Michael Geddes
	* contrib/barcode-for-delphi.tar.gz.README: short info for file above
	* main.c (main): allow "-g" to set size of code in a table as well
		-- suggested and initiallt implemented by Joachim Reichelt.
	(main): fixed missing "Page: 1 1" in postscript for tables
	(main): for tables don't use Encode_and_Print, use a local
		unrolled version, so the default margin can be removed and
		we avoid problems with negative xoff in the output phase
		(first column may be offset, as noted by Karl Magnus Kolstoe)
	* doc/doc.barcode: documented change above.
	* README: removed refernces to systemy.it, I'm no more there
	Added link to FreeBSD ports tree and GLabels
	Organized as sections with titles
	* contrib/barcode-SVG.tar.gz: new contribution, by David J. Humphreys
	* contrib/barcode-SVG.tar.gz.README: short description of file above
	* contrib/grab-0.0.4.tar.gz: new program, by Tuukka Toivonen.
	* contrib/grab-0.0.4.tar.gz.README: short description of file above

2002-03-01  Boszormenyi Zoltan <zboszor@externet.hu>
	* barcode.spec: new file

2002-02-27  Alessandro Rubini  <rubini@linux.it>
	* bookland/bookland.py: updated to version 0.92 by Judah Milgram

2001-11-13  Alessandro Rubini  <rubini@linux.it>
	* README: Added a pointer to the Windows port.

2001-11-09  Cloyce D. Spradling  <cloyce@headgear.org>
	* code128.c (Barcode_128b_verify): prototype fix (unsigned char).
	* ps.c (Barcode_ps_print): the comment for ascii codes must only
		be printed if ascii is being printed (benign bug).

2001-11-06  Christoph Pross  <c.pross@beck-ipc.com>
	* pcl.c (Barcode_pcl_print): bugfix: bars were misplaced

2001-10-16  Nathan D. Holmes <nh412124@ursa.cosd.fedex.com>
	====> Version 0.97 released to ftp.systemy.it and ftp.gnu.org
	* code93.c: new file (I modified something as well - Alessandro)
	* doc/doc.barcode (Supported Encodings): added docs for code93
	* main.c: added code93 names
	* Makefile.in (LIBOBJECTS): added code93.o
	* library.c: added code93 entry points

2001-10-16  Alessandro Rubini  <rubini@linux.it>
	* doc/manpager: added (trivial) support for @itemize, added copyright
	* sample.c (main): accept -P to create PCL output
	* doc/doc.barcode (PCL Output): added the section, using text
	provided by Andrea Scopece and turning it into texinfo.
	Removed also a few extra newlines that made bad man pages

2001-10-16  Andrea Scopece  <a.scopece@vizzavi.it>
	* barcode.h: added BARCODE_OUT_PCL and BARCODE_OUT_PCL_III
	* library.c (Barcode_Print): use BARCODE_OUT_PCL to select pcl_print()
	* Makefile.in (LIBOBJECTS): added pcl.o
	* pcl.c: new file, with PCL output support

2001-10-16  Alessandro Rubini  <rubini@linux.it>
	* doc/doc.barcode (Supported Encodings): added documentation for
		EAN and UPC with checksum, as coded by mr. Böszörményi (below)

2001-10-16  Boszormenyi Zoltan <zboszor@externet.hu>
	* ean.c:
	I found that barcode-0.96 does not correctly encodes UPC-E.
	This was mainly because in upc_e_to_a() the switch() branches
	all ended without "break;".

	Printing UPC-E did not print the leading encoding number and
	the trailing UPC-A checksum. Now it does.

	Accept EAN-13 and EAN-8 with and without the checksum.
	So always treat 7 and 12 digit sequences as valid EAN codes
	and accept 8 and 13 digit sequences as valid EAN codes when
	the last digit is the same as the calculated one.

	Accept UPC-A as above (11 or 12 digit sequences.)

	Accepts UPC-E as:
	6 digit sequence: the middle part of the code (leading '0' assumed)
	7 digit sequence: the middle part and either a leading '0' or '1',
	    or a trailing UPC-A checksum. In that case, leading '0' assumed.
	8 digit sequence: a leading '0' or '1', middle part, checksum

	UPC-A, UPC-E, EAN-13, and EAN-8 may all include
	an additional barcode to the right of the main barcode.

	As a 7 or a 12 digit sequence may be ambiguous, please remember
	that EAN is checked before UPC if you specified BARCODE_ANY.

2001-08-20  Alessandro Rubini  <rubini@linux.it>
	* sample.c (main): added upc-e and ean-8 samples

2001-08-11  Boszormenyi Zoltan <zboszor@externet.hu>
	* ps.c (Barcode_ps_print): don't output "showpage" in EPS mode

2001-08-11  Alessandro Rubini  <rubini@linux.it>
	* README: Changed host names, added barcode-commit list.

2000-11-29  Alessandro Rubini  <rubini@morgana.systemy.it>
	* doc/doc.barcode (The Field List): 1pt == 0.352mm, not 0.0352
		(thanks to Stephen Irven for reporting)
2004-06-27 08:50:03 +00:00
recht
03c8635b86 Raise the dependency to 0.1.1 libpixman's buildlink3.mk. This avoids
the BUILDLINK_DEPENDS >= 0.1.1 in cairo's Makefile which is the only
consumer anyway. Or, in other words: simplify
2004-06-26 20:24:03 +00:00
recht
635ae00505 update to libgdiplus-0.10 (release candidate 1)
No real NEWS file available, so guessing from the ChangeLog:
- bug-fixes
- tiff load/save from stream
2004-06-26 20:19:42 +00:00
grant
1d8ff90b25 move mpeg-lib to multimedia/ 2004-06-26 18:27:23 +00:00
grant
25c5780aa3 move smpeg-xmms to multimedia/ 2004-06-26 18:10:20 +00:00
grant
b3d15114b5 move dumpmpeg to multimedia/ 2004-06-26 18:05:45 +00:00
grant
efbf028681 fix COMMENT. 2004-06-26 18:02:29 +00:00
grant
272065dc98 remove spurious whitespace, | fmt 70 75 2004-06-26 18:02:20 +00:00
grant
e0ed05cfdb move smpeg to multimedia/ 2004-06-26 09:16:10 +00:00
grant
4512c41bae - s/Gnu/GNU/ when used as an acronym
- note the inclusion or lack of X11 support
- | fmt 70 75
2004-06-26 06:44:18 +00:00
grant
8761b80efd move the common bits of these packages out into gnuplot/Makefile.common.
no functional change.
2004-06-26 06:40:08 +00:00
adrianp
1cab4df5d2 Update gnuplot-nox11 to 4.0.0
Closes PR #25450 submitted by me.

Ok'ed wiz@/snj@/root (at) garbled.net

Thanks to xtraeme@ for fixing GD's X11 issues.

From the CHANGELOG:

 What's New
 ==========


 The list of changes is immense this time, so only the highlights
 can be given here.  For the full details, see the NEWS file or the
 ChangeLog, or look into the online version of the documentation at
 http://www.gnuplot.info/docs/gnuplot.html#What_is_New_in_Version_4.0
 You'll quite probably have to (re-)read large parts of the
 documentation to learn all the details that have changed.


 Major changes visible to users:
 -------------------------------


 o Global Command syntax change: instead of 'set no...' it's now
   'unset ...'.
 o Commands 'set data style', 'set function style' and 'set linestyle'
   changed to 'set style {data|function|line}, respectively.
 o Colour-coded plots in 3D and simulated 2D through the new 'pm3d'
   plotting style.
 o Boxes drawn by plotstyles 'boxes', 'candlesticks' and boxed errorbar
   styles can be filled with solid colors or hatch patterns.
 o New plot style 'with filledcurves' to fill an area defined by a curve
   in solid colour.
 o Windows, X11, OS/2 and GGI interactive graphical terminals now support
   interaction with the plot window by mouse and hotkeys.
 o The "enhanced" mode has been generalized from PostScript to some
   other terminal drivers.
 o 'set hidden3d' mode accepts non-grid data and hides them behind gridded
   surfaces plotted with them.
 o Several new terminal drivers: EMF, PDF, SVG, GGI, epslatex, aqua.
 o New function to query if a user-defined variable exists.
 o PNG and JPEG terminals using the GD library support libfreetype to
   use true-type fonts.
 o 'set label' can output a point symbol the comment refers to, and the
   text itself can be rotated by arbitrary angles (on some terminals).
 o The color of text elements can be changed.
 o 'set size ratio' now affects 3D plots, too.
 o The 'dgrid3d' can be switched between thin-plate splines and
   the older weighted averaging method, at compile time.
 o Some terminals now support 'koi8-r', ISO-Latin-2 and CP-852
   encoding of user input.
 o Windows gnuplot recognizes the Unix/X11 style '-persist' option,
   and supports changing linewidth by core gnuplot commands.
 o A native compilation option of gnuplot for Mac OS X is now part of
   the mainline source, using the 'aquaterm' driver [3].
 o Datafile comment character, column separator and decimal sign
   can be changed.
 o Arrows can be drawn with relative coordinates for the head, and the
   heads can be filled.
 o Allows 'set timefmt' independantly for each axis, and supports new
   '%s' format for seconds-since-1970 input.
 o Even more documentation misprints have been fixed, thanks to
   Shigeharu TAKENO


 Internal changes:
 -----------------


 o Reorganization of the entire source tree.
 o Broken into considerably more source files than before.
 o Large sets of related global variables have been collected into
   relatively few global data structures (the 'axis' array and a
   global 'key' data structure, e.g.).
 o The gnuplot_x11 driver no longer is installed in the PATH, to
   avoid confusion about it.
 o Scaling and ticking of time/date axes respects the fact that
   12 and 60 are not the same 10 or 100 much better.


 And, obviously, more bug fixes than could possibly fit into this
 narrow margin...
2004-06-25 17:09:27 +00:00
adrianp
5ef7a7fb34 Update gnuplot to 4.0.0
Closes PR #25450 submitted by me.

Ok'ed wiz@/snj@/root (at) garbled.net

Thanks to xtraeme@ for fixing GD's X11 issues.

From the CHANGELOG:

 What's New
 ==========


 The list of changes is immense this time, so only the highlights
 can be given here.  For the full details, see the NEWS file or the
 ChangeLog, or look into the online version of the documentation at
 http://www.gnuplot.info/docs/gnuplot.html#What_is_New_in_Version_4.0
 You'll quite probably have to (re-)read large parts of the
 documentation to learn all the details that have changed.


 Major changes visible to users:
 -------------------------------


 o Global Command syntax change: instead of 'set no...' it's now
   'unset ...'.
 o Commands 'set data style', 'set function style' and 'set linestyle'
   changed to 'set style {data|function|line}, respectively.
 o Colour-coded plots in 3D and simulated 2D through the new 'pm3d'
   plotting style.
 o Boxes drawn by plotstyles 'boxes', 'candlesticks' and boxed errorbar
   styles can be filled with solid colors or hatch patterns.
 o New plot style 'with filledcurves' to fill an area defined by a curve
   in solid colour.
 o Windows, X11, OS/2 and GGI interactive graphical terminals now support
   interaction with the plot window by mouse and hotkeys.
 o The "enhanced" mode has been generalized from PostScript to some
   other terminal drivers.
 o 'set hidden3d' mode accepts non-grid data and hides them behind gridded
   surfaces plotted with them.
 o Several new terminal drivers: EMF, PDF, SVG, GGI, epslatex, aqua.
 o New function to query if a user-defined variable exists.
 o PNG and JPEG terminals using the GD library support libfreetype to
   use true-type fonts.
 o 'set label' can output a point symbol the comment refers to, and the
   text itself can be rotated by arbitrary angles (on some terminals).
 o The color of text elements can be changed.
 o 'set size ratio' now affects 3D plots, too.
 o The 'dgrid3d' can be switched between thin-plate splines and
   the older weighted averaging method, at compile time.
 o Some terminals now support 'koi8-r', ISO-Latin-2 and CP-852
   encoding of user input.
 o Windows gnuplot recognizes the Unix/X11 style '-persist' option,
   and supports changing linewidth by core gnuplot commands.
 o A native compilation option of gnuplot for Mac OS X is now part of
   the mainline source, using the 'aquaterm' driver [3].
 o Datafile comment character, column separator and decimal sign
   can be changed.
 o Arrows can be drawn with relative coordinates for the head, and the
   heads can be filled.
 o Allows 'set timefmt' independantly for each axis, and supports new
   '%s' format for seconds-since-1970 input.
 o Even more documentation misprints have been fixed, thanks to
   Shigeharu TAKENO


 Internal changes:
 -----------------


 o Reorganization of the entire source tree.
 o Broken into considerably more source files than before.
 o Large sets of related global variables have been collected into
   relatively few global data structures (the 'axis' array and a
   global 'key' data structure, e.g.).
 o The gnuplot_x11 driver no longer is installed in the PATH, to
   avoid confusion about it.
 o Scaling and ticking of time/date axes respects the fact that
   12 and 60 are not the same 10 or 100 much better.


 And, obviously, more bug fixes than could possibly fit into this
 narrow margin...
2004-06-25 17:08:13 +00:00
xtraeme
2396acc57e Update graphics/ImageMagick to 6.0.2.7.
Changes:

  Bug fixes:
    * Fixed problem with relative filename wildcards (e.g.
      identify images/*.jpg)
    * DrawSetStrokeDashArray() now respects the number_elements argument.

  Performance improvements:
    * Don't open a loadable module if its already open.
    * Added anonymous memory-mapping to the pixel cache.  This makes it
      possible for memory to be returned to the system after the image is
      destroyed.

  Utilities enhancements:
    * The display program now composites any transparent images on top of a
      checkered background to assist in visualizing any partial transparent
      pixels.

  Coder additions/improvments:
    * When an unknown property is encountered in the XCF coder, it enters a
      bogus loop that never terminates.

  Code/structure enhancements:
    * Introduce MagickBooleanType and MagickStatusType types of unsigned int.
      These types are 100% compatible with the existing API but removes
      ambiguity.  Previously we got complaints that users did not realize that a
      return value of unsigned int in most cases meant a binary value (0/1).
      MagickStatusType is used for methods that return a bit mask.
    * Introduce MagickFalse and MagickTrue while we deprecate True/False.

And more...
2004-06-23 00:59:19 +00:00
tron
adb87a059f The german mirror is on "ftp.gwdg.de" not "ftp.gwdb.de". 2004-06-22 12:53:10 +00:00
adam
51380c7a81 Changes 2.0.2:
- several build fixes (#140115, #142907, #143069)
- allow plug-ins to register menu entries from within init() (#139969)
- fixed focus issues with tool dialogs (#139349)
- allow to load grayscale TGA files
- a couple of string and i18n fixes (#140296, #140039, #137036, #142996)
- fixed crash in template editor (#140315)
- fixed crash in IWarp plug-in (#140554)
- fixed snap to guides (#140649)
- made the PNG plug-in handle empty colormaps (#142029)
- fixed bug in text editor dialog (#141792)
- fixed Old Photo script-fu (#142326)
- fixed glitch in the Curves tool dialog (#142506)
- don't allow tablet pressure to become negative (#123811)
- improved range of tablet pressure values (#142808)
- better defaults for tablet pressure (#143626)
- fixed use of screen color picker with XInput devices (#143166)
- actually return values from the run function of Python scripts (#141338)
- documentation fixes (#142618)
- fixed bug in the save routine of the TIFF plug-in (#143522)
- don't let Curve Bend silently apply the layer mask (#134748)
- fixed bug in Blur plug-in (#142318)
- fixed mask offsets after crop operations (#143860)
- let extensions run synchronously when called via PDB (#140112)
- updated (and some new) translations
2004-06-21 19:48:41 +00:00
xtraeme
1e73555403 Bump PKGREVISION and remove X11 support where appropiate. 2004-06-20 21:52:07 +00:00
xtraeme
8cefe37694 As discussed in tech-pkg, remove X11/Xpm support in graphics/gd.
While I'm here, s/-lpthread/${PTHREAD_LDFLAGS}/.

Bump PKGREVISION.
2004-06-20 21:46:36 +00:00
markd
c7e508df81 distinfo update for my changes of a few days ago. 2004-06-19 10:59:28 +00:00
markd
b8a97b9852 Be explicit that libghoto2 is not used by the package (yet?).
Fixes PR 25513.
2004-06-15 13:32:53 +00:00
markd
d1eecab0d5 Fix building with recent ImageMagick's. 2004-06-15 13:24:44 +00:00
grant
5f55302922 - don't override compiler variables
- don't gcc specific flags
2004-06-15 12:56:40 +00:00
grant
eefa11a27c don't call install -d with >1 directory argument. 2004-06-15 12:47:32 +00:00
grant
e9fae1965d this is NetBSD specific. 2004-06-15 12:45:00 +00:00
grant
d3d7676a5f this uses a c++ compiler. 2004-06-15 12:40:25 +00:00
grant
ae4a2aed2a - don't hardcode CC=gcc
- don't pass gcc specific flags
2004-06-15 12:27:05 +00:00
grant
8fab3cd1c9 this needs -ldl on Solaris. 2004-06-15 11:38:00 +00:00
grant
cf43b97936 this only needs a c++ compiler. 2004-06-15 11:37:36 +00:00
grant
b84477d269 plotutils uses a c and c++ compiler.
XXX these packages need to be made to use a common Makefile fragment.
2004-06-15 08:06:52 +00:00
cube
e0f3a9c797 Apply patch from PR 25907 by Christopher Richards. This is probably the
best we can do until the code is actually fixed.  Advised by mrg.
2004-06-15 07:29:00 +00:00
jmmv
e5f2537809 Fix build under NetBSD current (use statvfs instead of statfs). I'm not
adding a check in configure as I'd like to because it does not have any
AC_CHECK_FUNCS call that I could easily use to do this (the diff could
be quite big).
2004-06-10 22:04:12 +00:00
agc
39ed499a6e Remove sq905view package for just now - there's a freeze on new functionality
in pkgsrc.
2004-06-10 20:06:55 +00:00
jmmv
180179dc5d Remove the unconditional openal dependency (which is not used by default)
and bump PKGREVISION to 2.  openal can be pulled in by the BLENDER_USE_OPENAL
knob.  Pointed out by jschauma@.
2004-06-10 18:07:01 +00:00
hamajima
c336149bd4 New package for sq905view-0.01, software for use with USB SQcam Webcam based the SQ905 chip 2004-06-10 13:15:03 +00:00
markd
a5b6066c99 update to kde 3.2.3
changes:
* kruler: When move rule window, use "cross arrows" cursor
* kfile-plugins/jpeg: Compile fix for IRIX / MipsPro
2004-06-10 12:37:03 +00:00
xtraeme
b41fd932c8 Forgot to regen distinfo. 2004-06-09 23:52:24 +00:00
xtraeme
54f00848b9 graphics/dcraw:
o Update MASTER_SITES to the original one, because our
	MASTER_SITE_BACKUP does not have this!
	o Add missing jpeg dependency.
	o Link to -ljpeg.

Bump PKGREVISION.
2004-06-09 23:48:56 +00:00
reed
a1177dd4da Update to release 0.2.8.3. From release notes:
CygWin changes mostly (all thanks to Tor Lillqvist), though build-tools
  updates may make it build better on various systems. Has been tested by
  various people since February; thought it was well-past time to release
  this properly...

ChangeLog says:
  * configure.ac: Don't use -lm on Windows. mingw has an (empty)
    dummy libm, but it confuses libtool.) [Tor Lillqvist  <tml@iki.fi>]
  * libwm-config.in: Make installation-location-independent when run
    in a Cygwin shell. [Tor Lillqvist  <tml@iki.fi>]
  * src/Makefile.am: Don't use -lm on Windows. Add libwmflite.la to
    io_wmf_la_LIBADD. [Tor Lillqvist  <tml@iki.fi>]
  * src/wmf.c: Don't use hardcoded path for WMF_FONTDIR on Windows.
    Instead, assume being built as a DLL, and look up the DLL
    location in a DllMain routine, and use that to build the font
    directory path at run-time. [Tor Lillqvist  <tml@iki.fi>]
  * src/font.c: Don't use hardcoded path for WMF_XTRA_FONTMAP either.
    (remap_font_file_name): On Windows, if a font file name starts
    with the build-time prefix, replace that with the run-time
    installation prefix. [Tor Lillqvist  <tml@iki.fi>]

I have been using this in my pkgsrc one a few systems for maybe two
months.
2004-06-05 22:53:54 +00:00
hamajima
f133c4c486 Add and enable snx101view 2004-06-05 07:46:36 +00:00
hamajima
61dfd36a0c New package for snx101util-0.2, software for use with Tama Electronic Z-102 2004-06-05 07:36:58 +00:00
minskim
53fa0870ae Create required directories in the depot for pkgviews installation. 2004-06-04 16:35:06 +00:00
minskim
4115f91ae0 Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
2004-06-02 15:43:09 +00:00
kristerw
7e363ebe74 Remove obsolete packages, per discussion on tech-pkg. 2004-06-01 21:39:19 +00:00
shannonjr
179e01c22b Re: PR 25724 Difference between function declaration and definition
prevents compilation of gimp with gcc 3.4.0
The problem is that the parameter "type" is declared to be of type
"CombinationMode" in the header file and "InitialMode" in the ".c" file.
The patch corrects the type in the ".c" file to match the header.
This closes the PR.
2004-06-01 10:09:31 +00:00
minskim
101b04ee11 Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
2004-05-31 16:47:47 +00:00
minskim
147221626b Add build dependency on pkgconfig. 2004-05-31 07:54:29 +00:00
recht
81113eb85f Reduce optimization level to -O on alpha to avoid compiler bugs.
patch provided by Joachim Kuebart in PR pkg/25742
2004-05-29 23:36:10 +00:00
markd
bce292dbc6 Update to version 1.1.3
- continue evolution of iostreams usage to keep up with changes to
libstdc++-v3.  Many thanks for reinstating a filebuf constructor that
accepts an integer file descriptor.  Hard to wrap them around sockets
any other way.

- fix problem with use of ACE on Darwin with gcc-3.3.

- fix problem with lexical scanning introduced when "#" comment lines
were first handled.
2004-05-29 13:06:29 +00:00
hubertf
4c65155de1 Fix CPP hacks with strings containing linebreaks.
Very ugly hack (post-patch) to work around a RCS ID in area needing patch.
2004-05-27 22:20:00 +00:00
reed
c58b1fe6f3 Add patch to make sure
share/icons/gnome/48x48/mimetypes/gnome-mime-text-x-sh.pn
links to an existing file.
This patch is based on patch from GNOME CVS.
http://cvs.gnome.org/viewcvs/gnome-icon-theme/48x48/mimetypes/Makefile.am?r1=1.31&r2=1.32&diff_format=u
Also bump PKGREVISION.
2004-05-27 19:40:23 +00:00
reed
896ca450a5 Increase the BUILDLINK_DEPENDS.librsvg2 to 2.6.3nb2.
(I tried using BUILDLINK_RECOMMENDED instead, but it didn't work.)

librsvg2 uses libgsf and libcroco which had changed library SONAMEs
provided.

Problem with old librsvg2 was:
        libgsf-1.so.9 => not found
        libcroco.so.2 => not found
2004-05-27 19:33:29 +00:00
reed
dc05e5ca2b gimp needs cmsCreate_sRGBProfile to provide the
libcdisplay_proof library.

So require lcms>=1.12.

(wiz@ suggested that this should just be done for gimp
and this was okayed by maintainer, adam@.)
2004-05-27 01:09:36 +00:00
kristerw
62fd4c4b58 Fix a case of bogus extra { and } in array initialization, that makes
gcc 3.3 complain loudly.
2004-05-25 21:13:26 +00:00
adam
c7a4496bb7 HOMEPAGE and MASTER_SITES updated 2004-05-25 15:23:33 +00:00
adam
040ae95b77 Changes 2.0.25:
* Correction in gdfontl.h

Changes 2.0.24:
* bgd.dll is now compatible with Visual BASIC
* Even more complete freetype version checking
* Binary transparency is now handled correctly in gdImageToPalette
2004-05-25 14:55:34 +00:00
simonb
1f739ec866 gimageview and newer versions of GTK disagree on what exactly is
deprecated - make sure we #undef GTK_DISABLE_DEPRECATED.
2004-05-25 06:38:31 +00:00
danw
e9f52e6638 darwin fixes: use ${MAKE_FLAGS} as well as ${MAKE_ENV} in the post-configure
rule (qv bsd.pkg.mk rev 1.1425), rename a function that conflicts with
a system function, and change malloc.h to stdlib.h
2004-05-25 01:30:22 +00:00
danw
6e8f676783 malloc.h fixes for darwin, plus a handful of other small fixes for
problems found after fixing malloc problems
2004-05-23 23:28:29 +00:00
danw
266b5f6a26 USE_BUILDLINK3 so that -Wl,-R/usr/X11R6/lib gets stripped/translated
properly on various OSes
2004-05-23 20:58:41 +00:00
recht
2867b4e077 unused 2004-05-23 11:58:21 +00:00
wiz
adc1bb3c9d Unused. 2004-05-22 10:04:21 +00:00