Commit graph

2657 commits

Author SHA1 Message Date
jlam
ce99281f43 glut requires MesaLib headers in order to build. 2002-11-17 08:37:20 +00:00
fredb
33f8edb4e0 Translate to English. 2002-11-17 04:03:23 +00:00
wiz
650f3a0c27 Update to 0.90pre7 codecs (020909). More codecs :)
Based on PR 19074 by FUKAUMI Naoki.
2002-11-16 14:05:53 +00:00
wiz
9138b8064a Update to 0.2.7. Changes:
* update Fontmap[.GS] detection (guesswork, really) (fjf)
* don't include trio.h when --disable-heavy is used (fjf)
* remember to update both version numbers in configure.ac!
* move player.h's defs into metadefs.h for recorder.c (fjf)
* add some missing "extern"s (c. Jeremy Shane Sanders)
* added recorder.h & libwmf/canvas.h; call it Canvas now (fjf)
2002-11-15 17:50:24 +00:00
itojun
e2b53625e0 we have --disable-vflib, so we don't need to pull in buildlink2.mk for ja-vflib.
from Naoki Fukaumi
2002-11-15 16:33:12 +00:00
jlam
13c830fe56 Use some indentation to make this easier to read. 2002-11-15 11:32:38 +00:00
jlam
8fdf4e7f9b buildlink1 -> buildlink2 2002-11-14 23:50:45 +00:00
wiz
85a2540904 Fix MASTER_SITES and HOMEPAGE. Closes PR 19046 by Julio Merino. 2002-11-14 11:45:16 +00:00
wiz
cdb9eb245c Runtime detection of CPU features only works on i386, so only enable it
on i386. Fixes build problem on macppc (MMX assembler instructions don't
compile to well with a powerpc-targeted gas).
2002-11-14 01:06:24 +00:00
wiz
ac69aaac2c Depend on latest ImageMagick.
Does not seem to really need bash to compile, so remove that clause.
Bump PKGREVISION.
2002-11-13 19:29:59 +00:00
wiz
c5934fcdd7 PKGREVISION bump because ImageMagick's buildlink2.mk wants a newer
ImageMagick (different library name).
2002-11-13 19:26:36 +00:00
wiz
6cef299f3c Depend on 5.5.1.6nb1. 2002-11-13 19:17:46 +00:00
wiz
3fe2a0fbf7 According to the ImageMagick developers, it is uncommon for any two
libMagick.so libraries to be API compatible, and they don't want to
handle proper ELF versioning, but have the "real" version number in
the library. To spare us the pkgsrc maintenance nightmare, follow their
example. Bump PKGREVISION.
2002-11-13 19:17:18 +00:00
wiz
659b21c124 Update to 0.90pre10:
Docs:
    * dvd auth, vcd sections extended (DOCS/cd-dvd.html)
    * unified *BSD sections, extended cygwin
Fixes:
    * LIRC error message (Error while reading cmd fd X : Success) fixed
    * playback of some (streamed?) divx files fixed, starting with non-I frames.
    * -vo png fixed (removed builtin YV12 support, removed OSD)
    * some .mp3 playback/seek segfaults fixed
    * vidix mach64 colorkey on PPC fixed
    * -ao sdl now handles "featureless" soundcards
    * -vo zr fixes
    * fixed sig11 if vo init failed
    * various dxr2 and dxr3 fixes
    * v4l buffering fixed
    * fixed multiple reads caused by byteswapping macro (mjpeg.c, mach64_vid.c)
    * cleanup of postprocessing code - now it's threadsafe and can be shared
    * ported to GNU/Hurd
    * cleanup of AVI pts (timestamp) handling - no more BPS hack in mplayer.c
    * small cleanup of A-V sync code - using relative timers instead of absolute
    * GUI code cleanup, obsolete files/dirs removed
    * various small bugfixes, endianess fixes
    * mencoder: -pass option removed, use -divx4opts pass=N / -lavcopts vpass=N
    * mencoder: "ff_rate_estimate_qscale: Assertion `q>0.0' failed" fixed!
    * mencoder: -ovc xvid fixes, cleanup, enhancements
    * screensaver/dpms re-enabling fixed
    * realvideo demuxer fixes - asf-style stream detection method
Features:
    * -ao win32 (for windows port)
    * libavcodec: native WMA v1/v2 (aka. DivX audio) decoder
    * hw-accelerated video eq for -vo x11 and gl2, using DirectColor colormap
    * overlapping subtitles support, jacosub (*.js) format support
    * -vo dxr3 got a new syncengine, ':sync', also added native overlay support, activate with ':overlay', read the manual for more info on how to set up
    * QDMC/QDM2/MACE audio codec support, using quicktime 5 win32 DLLs (libwine!)
    * libavcodec: various MJPEG decoding fixes - now it decodes all sample files!
    * mencvcd updates, sox/toolame support etc
    * -vo dfbmga - play video on Matrox G400's second head using directfb 0.9.14
    * RealAudio ATRC (sony atrac3) audio support (using binary plugin)
Filters:
    * -af/-af-adv options cleanup
    * now auto-inserting -vop lavc for mpeg-only vo's
    * video filter API documented :)
    * better deblocking filter (-vop pp), pp/npp syntax changed!
    * -vop 2xsai - 2x scaler for drawn images (low color cartoon anims)
    * -vop unsharp - an sharp/blur filter, nice, but very slow
    * -vop il - (de)interleave fields
    * -vop swapuv - guess what :)
    * -vop boxblur - box blur...
    * -vop perspective
    * -vop sab
    * -vop smartblur
Package changes:
    * dependencies on libiconv and libvorbis
2002-11-13 15:25:33 +00:00
dillo
45f1921479 fix warning in installed include file (jas_image.h)
make debug output conditional on debug level > 0

bump PKGREVISION
2002-11-13 14:24:21 +00:00
wiz
374aeda764 Fix DEPENDS line (5.5.1.6 instead of 5.5.6.1, oops). 2002-11-13 14:14:27 +00:00
wiz
a35c786e99 Depend on latest, and add jasper buildlink2. 2002-11-13 14:01:20 +00:00
wiz
5a701df5ed Update to 5.5.1-6. Changes:
* Fixed Ping() memory leak in PerlMagick.
  * new PerlMagick virtual-pixel image attribute.
2002-11-13 14:00:45 +00:00
wiz
e3e667da4d Update to 5.5.1-6.
Changes:
  * Verify sanity of sysconf(_SC_PAGE_SIZE) and sysconf(_SC_PHYS_PAGES)
    before using their values.
  * Corrected bug in image geometry height calculation.
  * PingBlob() improperly set the length memory of BlobInfo to zero.
  * Fixed Ping() memory leak in PerlMagick.
  * Fixed -map problem in convert/mogrify utilities.
  * -border with a single value now produces correct results
    (e.g. -border 10).
  * Set locale type LC_NUMERIC to "C".
  * Bug fix for PS2 encoder.
  * Added PS-Adobe preamble to PS3 encoder.
  * Use ImageMagick release number to allow multiple ImageMagick releases
    to co-exist without interference on the same machine.
  * Decided that DrawGet functions should return by value.
  * Added detailed logging to BMP, PNG, and JPEG codecs, including JPEG
    quality estimate.
  * Added draw.h "DrawGet" equivalents to most of the "DrawSet" functions.
  * Added an array size argument to DrawSetDashPattern and got rid of
    the zero-termination garbage.
  o Remove 'Set' from the names of draw.h functions which update the
    current affine transformation array (e.g. DrawSetRotate becomes
    DrawRotate).
  * Under Windows, a DllMain function which automatically initializes
    ImageMagick (when ImageMagick is built using DLLs) may be added by
    defining ProvideDllMain in magick_config.h
  * Added resource consumption methods, see magick/resource.c.
  * Replaced underscores in commandline options with hyphens.  For backward
    compatibility, underscores will continue to be recognized.
  * Added -blue-primary, -green-primary, -red-primary, -white-point options.
  * Added BMP2 and BMP3 output formats.
  * Changed chromaticity primary.z from 1.0 to 1.0-(primary.x+primary.y)
    in the PNG and PCD codecs.
  * Added 'exception' parameter to the ImageMagick progress monitor API.
  * Added enumerated types for the dispose member of the Image structure.
  * Added -version option to commandline utilities.
  * The xcf decoder would sometimes create artifacts when reading RLE-encoded
    grayscale images, due to the green and blue samples not being defined.
  * Added logging capabilities to the CORE API.  This facility is useful
    for debugging.  Added "events" parameter to the -debug commandline option.
  * AcquireImagePixels() did not always return the same pixel values
    for virtual pixels when the cache was stored on disk (very rare).
  * new -virtual-pixel command line option.
  * new PerlMagick virtual-pixel image attribute.
2002-11-13 13:44:42 +00:00
dillo
ca76447ddb update jasper to 1.600.0
pkgsrc changes:
	fix include files -- they used autoconf HAVE_XXX defines

Changes:
	- The support for the JP2 format has been improved.
	- The support for the PNM family of formats has been improved (and
	  should now be truly complete).
	- Numerous other minor bugs have been fixed.

[The new program jiv (jasper image viewer) is disabled, since it
needs X11 and OpenGL.  It will be commited as a separate package.]
2002-11-12 19:39:15 +00:00
wiz
917d44e1aa Fix depends line. 2002-11-11 21:28:27 +00:00
darcy
82503e70ce The home page for pygdchart has moved. 2002-11-10 15:01:19 +00:00
wiz
b8de028caa COMMENT should be set in Makefile, not any common Makefile parts. 2002-11-09 13:43:48 +00:00
rh
93eda29be7 Update feh to 1.2.2. Changes include:
* added requested screen-clip option (allows you to disable window size
    clipping based on screen geometry; ie, you can make pathologically
    large windows, assuming you have the images to do so)
  * disabled xinerama geometry check when using feh to set the background.
  * cleaned up spelling and capitalization in menus
  * src/options.c: added 'Auto-Zoom' toggle to option menu
  * feh.1: added info about --xinerama flag
  * New beveled, off-white background image for menus.
  * Added Xinerama support.  Currently defaults to fullscreen on the
    first head (this can be fixed with a little work).
2002-11-08 23:59:17 +00:00
fredb
5c5c4303d6 Update to png 1.2.5:
* Changed png_error() to png_warning() about
  "Too much data" in pngpread.c and about
  "Extra compressed data" in pngrutil.c.
* Prevent png_ptr->pass from exceeding 7 in
  png_push_finish_row().
* Updated png.c and pnggccrd.c handling of return from
  png_mmx_support() [Doesn't apply to the package.]
* Only issue png_warning() about "Too much data" in
  pngpread.c when avail_in is nonzero.
* Relocated two misplaced PNGAPI lines in pngtest.c

Update submitted by Stefan Krüger in PR/18926.
2002-11-06 21:30:20 +00:00
wiz
29d31458f5 Add buildlink2.mk. Closes PR 18918. 2002-11-06 10:27:24 +00:00
wiz
8537928c2e regen (patch-aa) 2002-11-05 21:11:58 +00:00
rh
cc027387c3 Add and enable eog2 2002-11-02 04:10:17 +00:00
rh
b5ca62c3c8 Initial import of eog-1.0.3, the GNOME2 version of the Eye of GNOME: an
image viewing and cataloging program.
2002-11-02 04:09:34 +00:00
jlam
3a7837bcda Make this work with audio/oss, conditioned on whether USE_OSS is defined. 2002-11-01 10:19:16 +00:00
jlam
eeb82239ac Correct the aalib-x11-config script to return "-laa-x11" instead of "-laa".
Bump the PKGREVISION since this is a user-visible change.
2002-10-31 08:17:24 +00:00
jlam
ec4d4c1220 Properly detect lcms again. 2002-10-31 08:01:21 +00:00
jlam
b783a13bd8 Provide BUILDLINK_CPPFLAGS.lcms for packages that look for lcms.h as
<lcms.h> instead of as <lcms/lcms.h>.
2002-10-31 08:00:27 +00:00
seb
5c1f8f408e Remove do-{build,install} targets by using {CONFIGURE,BUILD}_DIRS. 2002-10-30 15:15:16 +00:00
markd
bcc535ece1 Add and enable py-piddle. 2002-10-30 11:20:49 +00:00
markd
90674c4b2b Initial import of py-piddle-1.0.15
Plug In Drawing, Does Little Else. A cross-platform drawing library for
Python.

PIDDLE is a Python module for creating two-dimensional graphics in a manner
that is both cross-platform and cross-media; that is, it can support screen
graphics (e.g. QuickDraw, Windows, Tk) as well as file output (PostScript,
PDF, GIF, etc.). It makes use of the native 2D drawing calls of each backend,
for maximum efficiency and quality. It works by defining a base class
(piddle.Canvas) with methods for all supported drawing primitives. A
particular drawing context is provided in the form of a derived class. PIDDLE
applications will be able to automatically select an appropriate backend for
the user's environment.
2002-10-30 11:19:31 +00:00
markd
33f1030164 Add Sparc ELF codecs for Solaris. 2002-10-30 10:49:38 +00:00
rh
b2e6832bf7 Update libgnomecanvas to 2.0.4nb1. Changes include:
- USE_X11 instead of USE_X11BASE
	- add missing PKGCONFIG_OVERRIDE
2002-10-30 04:13:54 +00:00
rh
e525650d57 Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE. 2002-10-30 03:09:25 +00:00
agc
c7b07b8d37 Add and enable aqsis. 2002-10-28 15:13:56 +00:00
agc
08a826d2f4 Initial import of aqsis-0.6.4, a Renderman clone, into the NetBSD Packages
collection.

A RenderMan compliant renderer.  Based on the REYES architecture,
Aqsis is designed for speed and memory efficiency.  Complete
implementation of programmable shading.
2002-10-28 15:12:36 +00:00
wiz
5f9a110cb6 Add png support. Bump version to 3.7.1nb1. Requested in PR 18798. 2002-10-28 13:38:14 +00:00
bouyer
87300d1c13 This file was removed on rev 1.14. I don't know why cvs re-added it instead
of aborting because of the conflict.
2002-10-28 11:23:08 +00:00
wiz
8fb5de0587 Add and enable gmngview. 2002-10-28 11:07:26 +00:00
wiz
e76bd39348 Initial import of gmngview-1.0.4, a simple GTK-based MNG viewer. 2002-10-28 11:04:54 +00:00
wiz
6e77c48bb2 Update to 2002.10.26:
* few translation updates
* US Sacagawea dollar coin
* and some nuts
2002-10-28 09:03:48 +00:00
wiz
df0a0668b7 Update to 2002.10.26:
* Czech language support
* translation updates
* KDE and Gnome launcher installation fixes
2002-10-28 09:03:09 +00:00
seb
5a64226ac0 Use buildlink2. Use perl5/module.mk.
Depend in ALL_TARGET does not seem to be needed anymore so remove it,
otherwise perl5/module.mk usage would have been limited ;)
2002-10-27 23:57:17 +00:00
seb
f7968d6db9 Use buildlink2. Use perl5/module.mk. 2002-10-27 21:20:37 +00:00
seb
e8328761a2 Use buildlink2. Use perl5/module.mk. 2002-10-27 20:48:55 +00:00
seb
ed2eb17e4c Use perl5/module.mk. 2002-10-27 19:34:19 +00:00
bouyer
7c7c9e7a6f On Solaris, if ${X11BASE} != "/usr/openwin" use the builtin XPM if it exists. 2002-10-27 18:00:07 +00:00
bouyer
dda4dac13b libGLU is part of Free4 on Solaris too. 2002-10-27 17:58:12 +00:00
bouyer
7d38a52534 MesaLib is part of XFree 4 on solaris too. 2002-10-27 13:50:09 +00:00
bouyer
10d70b8423 Correct XPM include and lib paths. 2002-10-26 19:45:00 +00:00
bouyer
44e5874a7e Remove a NetBSD-specific check, all systems use ${LOCALBASE} in pkgsrc world. 2002-10-26 19:43:45 +00:00
bouyer
3cb755c513 Also need @X_EXTRA_LIBS@ for X libraries. 2002-10-26 18:06:47 +00:00
drochner
773796aef5 install the README file - the only piece of documentation available
(requested by Hubert F.)
2002-10-26 14:27:22 +00:00
bouyer
bc77fc8f89 Solaris's /bin/sh doesn't like
for file in ${CODEC_FILES}; do
when CODEC_FILES is empty. .if out this part of the code if CODEC_FILES
is not defined or is empty.
2002-10-26 13:11:37 +00:00
wiz
842680b0e7 Update to 0.90pre9:
This release contains dozen of fixes for various problems reported by
users, including ones related to DVD/VOB subtitles disappearing, mms://
streaming, and fullscreen switching under Metacity and KDE 3.1. libaf, the
new audio filter layer, has been introduced. It does automatic formating,
and samplerate and channel number conversion for less featureful
soundcards. The new option -autosync should help with buggy soundcard
drivers. Audio/video codec and output driver selection has been reworked.
The code cleanup has continued, and memleaks are starting to be
eliminated.
2002-10-25 18:20:47 +00:00
drochner
4775b63caf forgot a dirrm 2002-10-25 13:23:43 +00:00
drochner
3f52e44da8 not needed anymore 2002-10-24 21:57:27 +00:00
drochner
7604b5a883 -use buildlink2
-while here, update to 0.6.14
 changes:
 -new translations
 -CGM import/export filters
 -SVG export has some basic support for Text
2002-10-24 20:47:23 +00:00
drochner
5314d22ac9 install some header files (this got lost recently)
and buildlink2ify them
needed (at least) for graphics/sketch
2002-10-24 20:44:51 +00:00
drochner
27a3999aef switch to buildlink2 2002-10-24 19:32:22 +00:00
wiz
3c023ba76e regen (1.5 fix in patch-ad) 2002-10-24 09:54:23 +00:00
jlam
1d559d081a Use lang/gcc/buildlink2.mk instead of Makefile.gcc. 2002-10-22 21:56:39 +00:00
drochner
c9e95fccd8 hack in support for Powershot A20 and S330 Digital Elph; the latter
is from John Kohl per PR pkg/18742, the former result of a google
search
2002-10-22 16:09:15 +00:00
wiz
b235963c9a Update to tuxpaint 2002.10.20:
This release includes documentation updates. The README was converted to
HTML with screenshots. A British English 'translation' was created. There
were man page updates, so that it no longer requires docbook-to-man.
Windows printing code was updated, and the Norwegian and Icelandic
translations were updated.
2002-10-22 12:40:38 +00:00
wiz
5ad84fc685 Replace USE_LIBINTL with buildlink2.mk inclusion. 2002-10-21 15:18:13 +00:00
wiz
50ce89dbae Remove unneeded USE_LIBINTL. 2002-10-21 15:10:18 +00:00
wiz
f1d00de6fc Remove unused USE_LIBINTL. 2002-10-21 15:02:26 +00:00
wiz
3506eed0be Convert to buildlink2. 2002-10-21 12:24:11 +00:00
seb
4726134380 Use perl5/module.mk. 2002-10-20 23:16:42 +00:00
bouyer
0d1bc60837 Regen: rearrange patch-aa to keep solaris9's patch happy. 2002-10-20 22:37:36 +00:00
bouyer
e3fdba6715 Rearrange patch-aa to keep Solaris9's patch happy. 2002-10-20 22:36:46 +00:00
seb
0d75c1efb1 Use buildlink2. Use perl5/module.mk. 2002-10-20 17:45:59 +00:00
wiz
b4f8836f24 Convert to buildlink2. 2002-10-20 13:37:17 +00:00
wiz
a5c7fe15e4 Convert to buildlink2. 2002-10-20 13:28:38 +00:00
wiz
c9fd73a302 Drop USE_MESA, not needed any longer. 2002-10-20 13:24:27 +00:00
jlam
d1991ca961 Use bsd.pkg.install.mk and change INSTALL.OpenWindows into a model for how
to replace the complexity of the default INSTALL/DEINSTALL scripts with
something simpler when simple is all that's needed.  Also replace the
check for OpenWindows with one that's more sensible.
2002-10-20 09:15:23 +00:00
wiz
788727dadf post-patch -> pre-configure. By Greg A. Woods in PR 18718. 2002-10-20 00:33:50 +00:00
heinz
622ba2a34e Makes awk expression work with XFree 4.1.0 (which has no FREETYPE_PATCH
in freetype.h).
2002-10-19 19:05:39 +00:00
rh
c2934c968e Track directory layout change at MASTER_SITE_GNOME.
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-19 10:54:42 +00:00
wiz
ccba699703 Update to 2002.10.16:
Norwegian translation updates, and many more stamps (mango, pear,
pomegranate, strawberry, walnut, pepper grinder, nutcracker, hammer, saw,
plyers, wrenches, paintbrush, measuring tape, mallet, toolbox, pitcher,
road signs, marker, scissors, etc.).
2002-10-18 12:45:58 +00:00
skrll
2c9effc5d3 Add a missing ';'. This fixes builds on 1.5.x machines. Pointed out by
Wojciech Puchar (wojtec at tensor dot 3miasto dot net) in PR#18682.
2002-10-18 06:44:31 +00:00
wiz
ef21a3d5d3 regen patch, so that it should work on Solaris. Addresses PR 18640. 2002-10-17 19:23:45 +00:00
rh
e3aa2fbcfd Add buildlink2.mk 2002-10-16 10:32:39 +00:00
rh
bb8e34bb2d Add and enable librsvg2 2002-10-16 10:29:38 +00:00
rh
69e5fa70d6 Initial import of librsvg2-2.0.1, the scalable vector graphics library for
GNOME2.
2002-10-16 10:29:01 +00:00
rh
0baed6ef8b s/USE_X11BASE/USE_X11/
Bump PKGREVISION
2002-10-16 10:14:38 +00:00
rh
5ebec32e44 Add and enable gtkglext 2002-10-16 03:37:52 +00:00
rh
5473e5a2eb Initial import of gtkglext-0.5.1, an OpenGL extension to gtk2 2002-10-16 03:37:02 +00:00
kristerw
03d590c993 Update the checksum and size of the distfile.
I have verified that that the distfile changes are legitimate (the
only change is one #include <strings.h> that has been changed to
#include <string.h>)
2002-10-15 22:19:41 +00:00
kei
f2f09fbc89 xmbdfed is moved from graphics to fonts category. 2002-10-15 12:32:16 +00:00
kei
1c7db1e0d3 font related utilities are located in fonts category these days.
so xmbdfed will go there.
2002-10-15 12:26:30 +00:00
markd
69fd16e897 Patch from KDE Security Advisory: 20021008-1:
KGhostview Arbitary Code Execution

This is untested by me other than the patch applies cleanly.

Bumped PKGREVISION.
2002-10-14 11:55:17 +00:00
skrll
3e3f710d2c Update to KDE 3.0.4. Changes are as follows (note the security fixes)
arts
	* Compile fix for IRIX64

kdelibs
	* KHTML : Fixed progress bar.
	* KHTML : Fixed several crashes and misrenderings.
	* KHTML : Fixed "HTML source displayed in text viewer" after viewing
	  text.
	* KHTML : Only ask "download plugins?" once per requested mimetype in
	  the same page.
	* Javascript : several fixes (row.cells(), tablecaption.*, heading.*,
	  event.x/y) .
	* libkscreensaver : Fixed bug that in rare cases prevented the
	  screensaver from showing anything.
	* kio_file : Proper "disk full" error message in mkdir
	* KIO : Dropping links to webpages onto the desktop works in all cases
	  now
	* Drag-and-drop of URLs : Improved compatibility with non-KDE apps
	* KToolBar : fix for oversized comboboxes in toolbars, e.g. in KOffice

kdebase
	* NSPlugins : Compatibility with gcc-3.x
	* Konqueror configuration : fixed default font size value
	* KDesktop : better determination of icon heights, for "lineup Icons"
	* KDesktop : Don't rearrange all icons when changing the font size
	* KControl : Fixed proxy configuration dialog layout
	* Fix a lot of mem leak
	* Kaddressbook : fix crash when we export CSV list
	* KDM
		* Security: proper temp dir creation for QT and disabled
		  crash dialog
		* Made chooser work at all
		* Fixed compilation with older glibc
		* Fixed bad lilo interaction wrt. warnings

kdegraphics
	* Kamera: Fixed crash when we didn't select camera in kcmkamera
	* KGhostview: Security related fixes

kdemultimedia
	* KMix : Fixed compilation on Solaris
	* Kaboodle : fixed when it was embedded in konqueror
	* Fix a lot of memory leak

kdenetwork
	* kpf: Security related fixes

kdepim
	* KAlarm: Fix right-to-left character sets not being displayed in
	  message edit control
	* KAlarm: Make "Help -> Report Bug" use the KDE bug system (bug
	  #43250)
	* KNotes: Fixed session management (bug #22844)
	* KNotes: Fixed mouse behaviour to be like kwin's (raise and lower
	  already on mouse press)
	* KNotes: Fixed (in)famous bug that caused the big black windows
	  and lost data (bugs #22062, #44870, #45084, #45386, #45451,
	  #46570, #47352)
	* KNotes: Fixed drag'n drop of links and plain text

kdesdk
	* Disabled kbugbuster compilation because bug system changed. Use CVS
	  version if you need it.
2002-10-14 09:13:45 +00:00
martti
a9e061798a Updated php to 4.2.3
* lots of bug fixes
* experimental apache2 support
* added IPv6 support to gethostbyaddr()

ATTENTION!! register_globals defaults to 'off' now
2002-10-14 06:21:05 +00:00
wiz
be560c70ab Unused. 2002-10-10 13:09:57 +00:00