Commit graph

411 commits

Author SHA1 Message Date
sketch
050553a290 New distfile actually appears to be 8.0.3.526, and requires libXm. Add a
dependancy on suse_openmotif, and bump PKGREVISION.
2004-08-19 12:51:06 +00:00
sketch
346d7fef55 Update the distfile links on the real.com site, as the previous ones were
removed recently.  The rp8 distfile name and size have changed, but appear to
be the same version (8.0.3.421).

Many thanks to David Mallinson of Real who happened to be passing by.
2004-08-19 12:25:16 +00:00
wiz
69106eb2a0 Add dependency on libtheora; bump PKGREVISION. 2004-08-18 13:35:06 +00:00
recht
57d5b82e8f update to win32-codecs-040703.1
relevant changes:
20040809
    * Win32codecs renamed to Windows-all
    * Win32codecs are now in zip format
    * Windows-all (was Win32codecs)
      - Added aslcodec_vfw.dll (ASLC vfw decoder)
      - Added scg726.acm (Sharp G.726)
      - Added atrc3620.dll, cook3620.dll, drv33260.dll, drv43260.dll,
        pncrt.dll, sipr3260.dll, tokr3260.dll, drv23620.dll  from rp9
      - Added QuickTime.qts, QuickTimeEssentials.qtx,
        QuickTimeInternetExtras.qtx from qt63
2004-08-17 19:29:22 +00:00
drochner
c2f0450629 fix stack overflow, see http://www.open-security.org/advisories/6
(patch from xine CVS)
bump PKGREVISION
2004-08-10 11:24:46 +00:00
wiz
e2930b2cdd Remove USE_GCC_SHLIB (package already sets USE_LANGUAGES). 2004-08-07 09:54:17 +00:00
drochner
6ff4c758af make sure libavcodec gets linked against libz and libm for proper
inter-library dependencies
2004-08-06 11:01:53 +00:00
minskim
1b5384162b Enable pkgviews installation. 2004-08-05 17:35:58 +00:00
salo
f26d74bc28 Updated to 1.4.1.
Changes:
- Updated avilib to handle OpenDML AVIs bigger than 1Gb created by mencoder.

ok by <cube>, the MAINTAINER.
2004-08-03 19:33:21 +00:00
shannonjr
da9c92c952 There is a problem compiling multimedia/xine-lib in that the "extra"
assembly language module zoom_filter_xmmx.c breaks when optimized. Some
googling indicates that this is also encountered with FreeBSD and Linux.
A review of the CVS tree for xine shows that this module has been
removed. As as module is only built if MMX is detected (HAVE_FFMMX
defined) removing the module should not break anything; that is the
approach taken in this new patch that removes building zoom_filter_xmmx
from Makefile.in for xineplug_post_goom.la
2004-08-02 19:09:45 +00:00
recht
66c8815d3c fix typo: it's #if defined and not #ifdef defined 2004-07-31 11:08:47 +00:00
jmmv
9e15fb5e05 Remove some C99isms; hopefully fixes build on NetBSD 1.6.2.
Addresses PR pkg/26479.
2004-07-30 21:54:10 +00:00
recht
b1dbe77f18 update to 0.50.18
0.50.18 - [stable branch] - Sun Apr 18 2004, joern

Bugfixes:
- ac3 passthrough was broken. Thanks for reporting
  to James Broberg <jbrobergAT cs.rmit.edu.au> and
  TOSOVSKY Ales <tosovsky AT znalecka.cz>

0.50.17 - [stable branch] - Sat Apr 10 2004, joern

Features:
- support for another transcode deinterlacer (I=5),
  suggested by Jean-Yves Simon <lethalwp AT tiscali.be>

Bugfixes:
- mp3 samplerate setting didn't work, only 48khz
  for CVD. Thanks for the report to Neverstopdreaming
  <neverstopdreaming AT tiscali.it>.
- dvd::rip couldn't open empty project files
- prevent timeouts when encoding Ogg/Vorbis in cluster mode
- vobsub creation now splits with millisecond precision,
  thanks for the patch to Jean-Yves Simon
2004-07-30 20:51:47 +00:00
salo
0010c78773 Fix multiline strings to get further with gcc3.x 2004-07-30 09:57:54 +00:00
wiz
3bc892ae44 Add RCS Id. 2004-07-29 19:04:58 +00:00
manu
a90aed48ba Bugfix: setsockopt IP_MULTICAST_TTL takes an an unsigned char, not an int. 2004-07-27 17:18:41 +00:00
salo
8947dbb2d6 Updated to version 0.9.4.
Changes:

- patch-ab no longer needed

0.9.4:
======
- mkvextract: new feature: Added support for extracting TTA tracks
                     to TTA files.
              new feature: Implemented the extraction of chapter
                     information and tags as a CUE sheet which is
                     the reverse operation to using a CUE sheet
                     with mkvmerge's '--chapters' parameter.

- mkvmerge: bug fix: SRT file recognition failed if the file
                     contained spaces at the end of the first line.
            bug fix: Broken VobSub .idx files which contain
                     timestamps going backwards no longer crash
                     mkvmerge. A warning will be printed for such
                     inconsistencies.
            bug fix: The Matroska reader contained a nice little
                     illegal memory access (introduced in 0.9.3 with
                     the fixes to the 'default track' handling).
            bug fix: The SSA reader was segfaulting if a line
                     contained an empty text field.
            bug fix: The CUE sheet parser interpreted a timestamp
                     as HH:MM:SS (hours, minutes, seconds). The
                     correct spec is HH:MM:FF (hours, minutes,
                     frames with 1 frame = 1/75 second).
            new feature: The pregap from a CUE sheet is converted
                     into two sub-chapters (one for "INDEX 00", one
                     for "INDEX 01"). These sub-chapters have their
                     'hidden' flag set.

- mkvinfo: bug fix: Fixed compilation for MATROSKA_VERSION = 2.
           bug fix: Fixed compilation with gcc 3.2.

- mmg: new feature: Added support for the two flags 'hidden' and
                    'enabled' in the chapter editor.
2004-07-27 04:27:40 +00:00
salo
63496419ba Update to version 0.7.1.
Changes:

- use bzip2 distribution tarball

0.7.1:
======
- KaxClusterPosition is already in use and therefore a v1 element
- various cosmetic changes to Makefile and build system itself
2004-07-27 04:14:56 +00:00
xtraeme
9345e507d9 Disable MMX support if USE_MMX != [Yy][Ee][Ss]. 2004-07-26 23:53:49 +00:00
jdc
8a0aa09673 This works on NetBSD/sparc64 too, so clone the alpha platform entry. 2004-07-24 21:47:09 +00:00
wiz
7beb3c424c Unlocking a mutex before destroying it makes libpthread much happier. 2004-07-24 01:19:34 +00:00
wiz
dec8d5eb2f Improve comment about speex. 2004-07-23 15:45:15 +00:00
kristerw
3bb97a5a42 Fix invalid use of preprocessing directive within macro arguments,
to make this compile when using gcc 2.95.
2004-07-22 17:47:18 +00:00
salo
67c5db45ee USE_IMAKE implies USE_X11BASE, remove it. 2004-07-21 21:16:10 +00:00
salo
fadc5b229c Updated to version 0.9.3.
Changes:

- add patch to fix compilation when MATROSKA_VERSION is set to 2 or bigger.
  Patch sent to Moritz Bunkus and it's fixed in svn repo.

- take MAINTAINERSHIP

0.9.3:
======
- mmg: bug fix: The 'default track' checkbox was broken.

- mkvmerge: bug fix: Using '--cues ...:all' was broken for audio tracks
                     that use lacing.
            bug fix: The latest OpenDML AVI files generated by mencoder
                     were not read correctly. Only the first RIFF chunk
                     was processed.
	    bug fix: The default track feature did not work correctly
                     with the new --track-order.
            new feature: When using a CUE sheet as a chapter file
                     mkvmerge will automatically convert some of the
                     entries to tags.
            new feature: Added support for TTA lossless audio files.

            If the user does not specify a --language for a track 'und'
            ('undefined') will now be used instead of 'eng'. The user
            can use the new option '--default-language' to change that.
2004-07-21 00:04:30 +00:00
salo
96a5e36e55 PKGREVISION++
- do not define MATROSKA_VERSION=2 anymore.  it's not needed for mplayer
  any longer and no other application needs it.  per discussion with Moritz
  Bunkus.
- add test target, do not build tests as a part of normal build
- i can as well add myself as MAINTAINER..
2004-07-20 23:53:12 +00:00
salo
03fc6a69a6 Remove external Matroska support from mplayer packages.
The new internal demuxer is the only one supported now, works better
and support for the external one will be removed in next releases.
2004-07-20 22:04:44 +00:00
xtraeme
9b8b97331b Only show USE_MMX in BUILD_DEFS when ${MACHINE_ARCH} == i386.
This closes PR pkg/26243.
2004-07-19 23:56:21 +00:00
kristerw
e842cce03c gcc 2.95 does not handle some of the asm statements. Fall back to
the C version when using gcc 2.
2004-07-18 17:40:25 +00:00
wiz
2dbc9754fa Update to 1.0pre5:
DOCS

    * small additions, corrections, updates all over the place
    * audio output driver section added to the man page
    * several bug fixes and improvements in the MEncoder documentation
    * DVD ripping guide extended and improved
    * AUTHORS file massively extended
    * German man page partially updated
    * Hungarian XML documentation translation started

Ports

    * encrypted DVD playback on Windows fixed (again)
    * Cygwin and MinGW now accept the same -dvd-device syntax
    * LIVE.COM now works under MinGW
    * foundations for MinGW crosscompilation
    * disabled SSE on MinGW as it caused crashes
    * AC3 passthrough for ao_win32
    * improved vo_quartz (YUV, multiple screens support)
    * vo_quartz made default on Mac OS X
    * ao_macosx fixed and made default again on Mac OS X
    * RealVideo binary codecs support on Mac OS X (still buggy)
    * bigendian fixes in vf.c, vo_tga
    * OpenBSD portability fixes
    * OpenBSD/VAX support
    * AMD64 support

Drivers

    * support for more Radeons (9800 XT among them) in VIDIX
    * Radeon related bug fixes in VIDIX
    * vo_gl2 now supports GUI, fix for flickering borders in fullscreen
    * support 24 and 32 bit PCM files, bigendian fixes
    * ao_sdl now converts unsupported formats instead of quitting
    * ENCA support
    * merged ao_alsa9 and ao_alsa1x drivers into ao_alsa
    * NeoMagic TV-out support through VESA
    * JACK audio output driver
    * vo_sdl fixes (wrong flags and screensaver disabling)
    * vo_directx fixes

Decoders

    * MSZH/ZLIB, FLI, QTRLE, RoQ video and RoQ audio support moved to FFmpeg
    * FFmpeg Cinepak and CYUV decoders preferred
    * audio format 0xff support (is AAC)
    * "raw" audio in MOV supported
    * Indeo audio (iac25) support via binary codec
    * upgrade libfaad2 to the FAAD 2.0 release
    * MPEG2 chroma422/444 support
    * Winnov WINX and WNV1 support via binary codec

Demuxers

    * Ogg subtitle handling and other bug fixes
    * Matroska improvements
    * support seeking in Real files without -idx
    * support seeking in Real files without index with -forceidx

Streaming

    * ASF, MMST streaming fixes
    * URL escaping fixed
    * NSA (Nullsoft audio) streaming support
    * embedded RAM playlist support
    * multibyte URL support
    * rtp:// now supported even with LIVE.COM compiled in
    * miscellaneous bug fixes

Filters

    * vf_softskip: frame skipping filter for MEncoder
    * vf_harddup: frame duplication filter for MEncoder
    * vf_pullup minor fixes and improvements
    * AltiVec-optimized YUV to RGB converter
    * vf_spp memory corruption fix on reallocation

FFmpeg/libavcodec

    * MPEG2 encoding with 8, 9, 10, 11 bit intra DC precision
    * DC clipping fix, intra_dc_precision > 0 support
    * Cinepak fixes and palette support
    * support skipping of MB rows during decoding
    * Vorbis in NUT fixed
    * NUT updated to latest specification
    * segfault and artifact fixes in SVQ3 decoder
    * motion estimation code: overflow and chroma fixes
    * change qscale -> lambda for the motion estimation
    * noise preserving sum of squares comparison function in ME code
    * fixed memory overwrite in truemotion decoder
    * clip input motion vectors, better error tolerance on bad vectors
    * FLAC decoder cleanup (partial demuxer/decoder separation)
    * memalign hack for SSE/SSE2 on that alternative OS :)
    * lots of AltiVec optimizations
    * qscale + qprd fix
    * QTrle4 support
    * H.261 decoder
    * coefficient saturation fix in H.263
    * H.263 MCBPC fix
    * per line lowpass filter in MMX and faster C lowpass filter
    * SVQ1 encoder
    * as usual, lots of bug fixes and optimizations

Others

    * fullscreen fixes for many window managers
    * fix crash on original Pentiums and older
    * dvd://start-end support
    * netstream (mpst://) support fixed
    * support comments in plaintext playlists
    * loader/ dependency removed
    * keepaspect option extended to all video output drivers
    * WMA to Ogg conversion and simple subtitle editing script added to TOOLS
    * support for more lame options
    * new set of GUI icons
    * memory conserving implementation of GUI potmeters
    * X11 code reindented
    * further gcc 3.4 support fixes
    * mixer API written for changing volume through libaf
    * -rtc-device option for specifying the RTC device
    * desktop/menu icon added
    * miscellaneous bug fixes and cleanups
    * multi-threaded encoding with lavc
    * fixed a bug with Real files introduced in pre4
    * -use-stdin renamed to -noconsolecontrols
2004-07-17 19:06:36 +00:00
grant
330662f609 fix ?= typo: we want to add arts to MPLAYER_DISABLE_DRIVERS on Solaris. 2004-07-16 14:40:22 +00:00
mrg
53b782195f add powerpc support (it *almost* works properly...) 2004-07-15 13:28:39 +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
salo
6be1bd823a Replace test -e with -f.
Addresses part of PR pkg/26235 by Georg Schwarz.
2004-07-10 23:34:39 +00:00
wiz
5ffd04c910 Use yacc instead of bison, since that is available on more platforms
by default.
2004-07-10 21:06:55 +00:00
drochner
2d378fadc6 update to 0.99.2
official changelist:
* update screensaver key faking code to avoid false triggering of the
  "sticky keys" feature on newer distros
* fix crashes caused by tooltips
* fix reporting of dropped frames
* experimental feature: output video to a different display than control panel.
  set gui.video_display to the second display name, usually ":0.1" or ":1",
* removed -funroll-all-loops from SPARC and PPC targets.
* fix xitk trying set a window property when its atom may be undefined
* add --disable-shm-default configure option which sets feature.shm to zero
  but keeps the shm code compiled in

unfortunately new bugs in timer handling and mutex locking were
introduced...
2004-07-06 21:12:58 +00:00
recht
df9f6259c7 bump PKGREVISIONs since libxslt needs libgcrypt now 2004-07-06 16:28:52 +00:00
wiz
45ab0f56d5 Use newest qtextras package and qt65dlls instead of qt6dlls.
Set PKGNAME to one higher.
2004-07-05 23:33:30 +00:00
salo
365ef1ca32 Updated to version 0.9.2.
Changes:
========
- mkvextract: bug fix: Video extraction was not working correctly
  on big endian systems.
- mkvmerge, mmg: new feature: --track-order now controls the track
  creation order globally, meaning that it isn't used for each file
  but only once. This allows the tracks to be created in ANY order
  (before it was first ordered by file, then by track). For mmg this
  means that the track list contains all available tracks and that
  there are no 'up' and 'down' buttons in the file list anymore.
- mkvmerge: new feature: You can specifiy the time after which to
  split with ms precision.
- mkvmerge: bug fix: Fixed more of that 'garbage at the beginning
  of MP3 streams' issue.
- mkvmerge: bug fix: Reading of broken / unfinished AVI files was
  broken on Windows.

- mmg: Updated the mkvmerge GUI guide to reflect changes and
  additions.
- mmg: new feature: Added 'minimize' buttons to the two 'mkvmerge
  is running' dialogs.
- mmg: new feature: Added an option for automatically calling
  'File -> new' after a job has been added to the job queue.
- mmg: bug fix: The job manager did not always catch all of
  mkvmerge's output, especially if a job failed.
- mmg: new feature: Line wrap the tooltips on Windows.
- mmg: new feature: Suggest a name for a new job based on the
  output file name.
- mmg: new feature: Temporarily disaable 'always on top' if the
  muxing or the job dialog are visible.
- mmg: new feature: Ask for confirmation before adding a job if
  there's already an old job with the same description.
- mmg: bug fix: The functions 'move up', 'move down' and 'delete'
  in the 'job' dialog were not working correctly on Windows.
- mmg: bug fix: The 'always on top' option was ignored when
  starting mmg.
2004-07-05 01:05:51 +00:00
jmmv
48a2f01114 Explicitly disable the dirac and kio plugins. 2004-07-04 15:54:51 +00:00
wiz
72d0da730b Sync with currently available distfile.
Noted by Kibum Han on tech-pkg.
2004-07-03 11:09:26 +00:00
wiz
45744f852c Update for two skin updates (old ones disappeared). Bump PKGREVISION.
Noted by Kibum Han on tech-pkg.
2004-07-03 11:00:00 +00:00
xtraeme
5d117d393b Update multimedia/win32-codecs to 20040703 (previous distfile unavailable).
Two new codec were added this time.
2004-07-03 05:28:09 +00:00
drochner
d1f60cc0e3 bump PKGREVISION (security fixes) 2004-07-02 17:08:23 +00:00
drochner
b561128ec8 apply the patch from the mplayer site to fix buffer overflow
vulnerabilities in the GUI
2004-07-02 17:07:21 +00:00
drochner
ca3b03de38 this pkg does not conflict with timidity 2004-07-02 15:10:56 +00:00
salo
cb6d8d9dfc Sort mpeg-lib properly (hi grant!). 2004-06-30 17:48:19 +00:00
recht
4c540c5e97 fix PLIST
bumpt PKGREVISION to 1
2004-06-29 23:20:20 +00:00
jmmv
6ecb21cd38 Update to 0.8.2:
New features:
    * Parallel installability with 0.6.x series
    * Internationalization
    * New translations in this release: Ukrainian, British
    * Translations: af az en_GB nl sr sv uk
    * id3 fixes
    * asf fixes
    * qt demux fixes
    * dv fixes
    * auparse fixes
    * wavparse seeking/querying fixes
    * alsa fixes for mixing and device releasing
    * categorisation fixes
    * v4lsrc fixes for webcams
    * streamheader fixes
    * Portability fixes
    * new element: DTS decoder
    * new element: libvisual
    * new element: theoraenc
    * new element: oggmuxer
    * new element: rawvorbisenc
    * new elements: audiorate and videorate
    * new elements: TCP server/client src/sink
    * new element: pixbufscale
    * new element: osxaudiosink
    * new element: sunaudiosink
    * new element: videomixer
    * new elements: multipartmux/multipartdemux
    * new elements: smokeenc/smokedec
    * new element: vorbisparse

Bugs fixed:
    * 132440  : configure botches DVDNAV_CFLAGS
    * 133002 : configure should check for dvdnav header
    * 134007 : [alsasink] assertion failure in alsalib snd_pcm_plug_hw_p...
    * 135145 : [asfdemux] Can't play randomfile.wma
    * 135862 : [wavparse] add ADPCM support
    * 135989 : v4l-conf called even when not present
    * 136392 : [v4lsrc] buggy wit qc-usb driver
    * 136572 : [esdsink] blocks other esd apps in PAUSED state
    * 137711 : [oggdemux] jump or move depends on uninitialised value
    * 137724 : [qtdemux/ffdec_mpeg4/faad] MPEG-4 video/audio esds atoms
    * 137750 : Gst-player not able to seek in wav file
    * 138251 : [mad] Can't play bad1.mp3, bad2.mp3
    * 139524 : ogg muxer needed
    * 139658 : [alsasrc] probes inexistant playback device on capture on...
    * 140064 : [speed] can't negotiate
    * 140138 : media file makes totem-gst go nuts
    * 140265 : ffmpegcolorspace and gnomevfs fail to build buildable
    * 140268 : ximagesink and xvimagesink do not build under FreeBSD
    * 140384 : Incorrect library dependency in SDL plugin
    * 140640 : [asfdemux] segfault
    * 140668 : gst-plugins-0.8.1 does not compile
    * 140844 : icecastsend (shout) doesnt even try to connect to server
    * 140878 : ima adpcm encoded wavs are not supported
    * 141176 : [mad] Can't play ...Faithfulness.mp3
    * 141188 : monoscope plugin doesnt work as intended
    * 141258 : mp3 file seek problem
    * 141318 : ffmpegcolorspace doesn't compile on Solaris
    * 141821 : kdemacros.h
    * 142044 : m4a typefinds to x-m4a instead of quicktime
    * 142084 : mad and level plugins dont like each other (caps related ...
    * 142107 : build error under mdk 10.0
    * 142127 : GstPlay's time_tick event does not return the right time ...
    * 142193 : Patch for plugins Codecs klassifications
    * 142205 : return type of gst_audio_clock_id_wait_async is wrong
    * 142211 : alsasink broken due to mixer device
    * 142262 : shout2send not compiling or working (fix attached)
    * 142272 : qtdemux doesn't work with sources that cannot seek
    * 142286 : The au plugin cannot play au files encoded with ulaw
    * 142320 : [ffmpeg - ima-adpcm-ws/wsaud] scheduler issues
    * 142493 : default fragment size in osssink is too small
    * 142507 : [PATCH] id3tag plugin does not correctly set buffer offset
    * 142555 : wavparse doesn't handle truncated files gracefully
    * 142566 : Certain mp3s don't get played correctly
    * 142585 : gstresample makes wrong assumption about buffer sizes (se...
    * 142586 : alsasink resync is broken
    * 142664 : v4l2_buffer redeclaration : won't compile with -Werror
    * 142764 : ogg that caueses error
    * 142797 : Mac OS X Audio Sink and Src
    * 142851 : gstid3tag sends wrong offset on discont events
    * 142954 : [patch] adding a connection problem signal to shout2send
    * 142962 : Error converting wav file to ogg/vorbis
    * 143032 : [adder] crash on certain errors
    * 143130 : [mixmatrix] returns garbage pointer as request pad
    * 143146 : [patch] gst/tcp plugin doesnt compile on OSX
    * 143153 : [patch] osxaudio - fix warnings
    * 143262 : rifflib does not know several fourccs
    * 143283 : [PATCH] Property accessors for the mixer interface
    * 143454 : [alsasink] outputs silence on sync problem
    * 143749 : tcp plugin dosn't compile on FreeBSD
    * 143861 : OSS elements portability on BSD (soundcard.h location)
    * 144240 : [cdparanoia] sets wrong timestamps on buffers [patch]
    * 144425 : Invalid read of size 4in riff-read.c [patch]
2004-06-28 17:45:56 +00:00
jmmv
0ef64c853c Update to 0.8.3:
Changes since 0.8.2:

      * Hotfix for unregisterable switch element

Changes since 0.8.1:

      * new translations: Turkish, Ukrainian, GB English
      * Fixes for setting elements to NULL to release devices
      * Windows port
      * New GStreamer Data Protocol helper library
      * New GstAdapter, similar to bytestream
      * Fixes for registry loading plugins with same name
      * Added no-more-pads signal
      * Added Fixed List GValue type
      * Fixes to schedulers

Bugs fixed since 0.8.1:

      * 133897 : Internal GStreamer error: seek problem
      * 134839 : buffers leaked by filesrc, typefind, spider or fakesink
      * 137710 : When seeking, the sink's time is reset
      * 138012 : [opt] simple pipeline crashe
      * 138836 : docs build but won't install
      * 140015 : GstValue GTypes should not derive from G_TYPE_BOXED
      * 140156 : ARM port / type reading patches
      * 140477 : [debug] crash with *:2 while playing alien.mpg
      * 140594 : Small memory leak int gst_parse_launch()
      * 140734 : filesrc should handle named pipes/devices
      * 140743 : Leak in _gst_parse_escape()
      * 141083 : gstreamer-0.8.1 compile failure with gcc-3.4: error: PIC ...
      * 141304 : GST_CAPS and GST_IS_CAPS broken
      * 141317 : Win32 build with newest Microsoft compilers
      * 141414 : filesink leaks events
      * 141416 : leak in entrygthread scheduler
      * 141417 : Memory leak in gthread-cothreads.h
      * 142304 : The Win32 makefiles clean too much
      * 142804 : needed change to allow x86 Solaris compile with Forte
      * 142957 : xmlregistry failes to compile on osx
2004-06-28 16:30:30 +00:00