We don't provide FIONREAD for /dev/audio, so use the seek field
from AUDIO_GETINFO instead.
XXX: by my calculations, the number of samples in seek should be multiplied
by the sample size to get number of bytes to read, but this results in mencoder
being very choppy, presumably because its blocking for audio. I've left the
multiplication in the patch, commented out. The present patch works just fine,
so probably my calculations are wrong.
This bumps all of the mplayer variants, because -tv -dumpaudio
might be used even with the players.
We don't provide FIONREAD for /dev/audio, so use the seek field
from AUDIO_GETINFO instead.
XXX: by my calculations, the number of samples in seek should be multiplied
by the sample size to get number of bytes to read, but this results in mencoder
being very choppy, presumably because its blocking for audio. I've left the
multiplication in the patch, commented out. The present patch works just fine,
so probably my calculations are wrong.
This bumps all of the mplayer variants, because -tv -dumpaudio
might be used even with the players.
Changes:
- DESCR has 80 columns
- better COMMENT
- sync buildlink2.mk with reality
- style nits
1.2.4:
======
- numerous bugfixes, too many to mention. see ChangeLog for details
- print plug-in now depends on libgimpprint
Changes:
- USE_X11 to reflect mozilla switch
0.80:
=====
- Added option "display" which is passed to mplayer
- Fixed a cosmetic debug message
- Downloading prior to playing and saving off to a directory
- Fixed up the filename for downloaded files
- Copy files that have been downloaded to cache, that way we don't
download twice
- If file is downloaded already, don't download again, looping
optimization
- Fix crash
- Fix problem with startrek.com
- Added patch from Giuseppe Ghibo for osd
- Added support for $HOME in dload-dir and logfile config options
- Help rtsp protocol work
- Added video/quicktime:sdp:Quicktime
- Fixed a bug at www.apple.com/switch
Changes:
kdegraphics:
* kghostview: Better handling of half-broken Postscript and PDF files
* kghostview: Fix the opening of files on the command line, which was not working
if the paths contained non-alphanumeric characters or were absolute paths
* kghostview: Work around -dMaxBitmap bug in gs version 6.5x
* kghostview: Reset orientation and paper size selectors after opening a new
document
* kghostview: Security fix for #56808. The security patch which was present in
version 3.1.1a caused problems for some users and has been corrected
* kghostview: ghostscript version 8 is now supported
mostly a bugfix release
other changes:
- updated GL/gl_mangle.h file
- use glPolygonOffset in gloss demo to avoid z-fighting artifacts
- updated winpos and pointblast demos to use ARB extensions
- disable SPARC normal transformation code
Changes:
- Imported changes that make the ogmtools compile and work under FreeBSD
(and possibly under other BSD variants as well); patch by
Andrew Williams <andrew.s.williams AT adelaide.edu.au>.
- Lots of fixes for endian handling (thanks for the large patch to
Andreas Schwab <schwab AT suse.de>).
- Fixed a segfault in ogmdemux (thanks to Tilmann Bitterberg).
- Made the OGM reader more error resiliant if the file is damaged.
Reduce configure's patch size with pkgdiff.
Install documentation files in $PREFIX/share/doc/{,html/}pstoedit.
Install one file at a time.
Bump PKGREVISION.
${SHAREOWN}:${SHAREGRP}, and then copy the files to ${PREFIX} - this
prevents an ordinary user from deleting the files under ${WRKSRC}.
Instead, copy the files into ${PREFIX} first, then change their ownership.
Changes:
* license change to LGPL
* added new Tijs Michels spline implementation
* small fixes in spline package
* added g2_spline_demo.c
* removed some non ansi parts (e.g. // comments)
* added query pointer for X11 (mouse)
* other small fixes and changes
- pbmtoepsi: fix bug: non six-digit lines between
%%BeginPreview: ... and %%EndImage .
- pnmtops: fix bug: 1 bit per sample output when maxval is 2 or 3.
Should be 4 bits per sample.
- pnmtops: fix bug: everything too dark when input maxval less
than Postscript maxval.
This fixes PR pkg/21271 by Dave Camp.
most of them are fixes and code rewrites.
While here, move documentation from share/gtk-doc to share/doc.
Based on patch provided in PR pkg/21309 by Juan RP.