Updated moz-flash to 1.0nb2
Updated flashplayer to 0.4.10nb1
Do not immediately dereference a null pointer after reporting
'Unsupported depth' - return 0 and let the calling function
handle it. Avoids coredumps on 8bit displays. They still do
not display the flash, but at least its more graceful. Fixes
pkg/14827 from Greg A. Woods
This Perl extention allows you to extract meta information from
various types of image files. In this release the following file
formats are supported:
JPEG (plain JFIF and Exif)
PNG
GIF
PBM/PGM/PPM
SVG
XBM/XPM
BMP/DIB/RLE
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}.
While here substitute a couple of ${PREFIX} by `%D' in
`@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
that the headers/libraries must be part of the standard X11 distribution or
else they aren't symlinked into ${BUILDLINK_DIR}. These are meant to be
used only by x11-links, and is to allow x11-links to contain all of the
parts of the standard X11 distribution.
buildlink.mk simply include the others. This allows distributing the
various tests for whether that part of Mesa is in the base X11R6 into the
relevant buildlink.mk file.
mpgtx a command line MPEG audio/video/system file toolbox.
mpgtx was designed with the good old Unix philosophy in mind: do
few but do it well and provide end user an austary yet powerful
command line interface.
Changes since 0.8.2:
New audio code now supports OSS, ALSA, Sun audio, and OpenBSD audio.
There is improved audio/video synchronization and a much more
reasonable volume level. There are updates to the navigation code,
which now plays more DVDs. It's Xinerama aware and the User Interfaces
control functions have been extended. This release will disable
Xscreensaver while playing video, and has many small bugfixes.
layer that are evidently not available with the Sun audio interface
it resembles, to better sync audio with video. The native "sun"
driver (the current default) should now work at least as well as
the "oss" driver (once the default, but now disabled) used to.
NetBSD pkgsrc changes:
- Move the depencencies out of Makefile.common so that mplayer-share
doesn't depends on unnecessary packages
- Add nas support to mplayer and gmplayer (from Frederick Bruckman)
- Add mad support (from Frederick Bruckman)
- Add libungif support
- Use the x11 buildlink file
- Disable ossaudio support, because the sun audio support works better
- Don't use the Buildlink's ${CFLAGS}, which would turn off all the
processor-specific optimizations (from Frederick Bruckman)
Changes since 0.90pre4:
docs:
- lots of DOCS fixes, updates, cleanups
- new README containing really quick install guide
- tech level docs on libavcodec encoding options
- html doc is now IE 6.0.2600 compatible! :)))
input/codecs:
- subreader (ascii subtitle file parser) fixes
- spudec cleanup/fixes, a new (faster, better) scaler, bbox support
- mmst:// streaming support
- .ogm (Ogg) audio/video stream selection
- native msmpeg4v1 (MPG4) codec, error concealement for all mpeg4s
- various libavcodec encoding improvements
- mpeg1 && -vo x11 crash fixed when height%16!=0
- raw (uncompressed) video fixed (avi & mov)
- flickering/blocking fixed for old vfw codecs (indeo3, cinepak etc)
- introduced codecs.conf versioning to avoid problems caused by too old conf
output:
- some more X11 cleanup, icewm fullscreen fixes, -vo gl/gl2 fixed
- disabling xscreensaver (optional, disabled by default)
- pan&scan support in xv, xmga, xvidix
- Xv yv12 stride problems fixed when width%8!=0
- vidix r128/radeon driver synced with mplayerxp, various xvidix fixes
- DVB a-v sync fixes, libfame updated to 0.9.0
- native -ao arts driver, ac3 passthrough support for -ao alsa9, -ao nas fixed
other:
- Gui: VCD and URL support, some bugs fixed
- some cleanup of messages (less debug stuff) printed by mplayer
- gcc 3.1 support
- various portability fixes (cygwin, darwin, 64bit sparc/alpha)
mencoder (MPlayer's Movie Encoder) is a simple movie encoder, designed to
encode MPlayer-playable movies (AVI/ASF/OGG/DVD/VCD/VOB/MPG/MOV/VIV/FLI/
RM/NUV/NET) to other MPlayer-playable formats. It encodes to DivX4 (1,
2 or 3 passes), XviD, codecs of libavcodec, PCM/MP3/VBRMP3 audio. Also
has stream copying abilities, a powerfull plugin system (crop, expand,
flip, postprocess, rotate, scale, rgb/yuv conversion) and more.
Based on the mplayer package, which will be changed to use this.
Same for the gmplayer package.
The documentations are not longer installed twice if you install mplayer
and gmplayer at the same time.
The share package also adds the fonts to display the subtitles and timer.
Fixes pkg/17004, by using one DIST_SUBDIR for both mplayer and gmplayer
(this was allready added in my copy before the pr come in).
into the NetBSD packages collection.
Provided in PR 16932 by jmmv@hispabsd.org (Julio Merino).
Libart is a library for high-performance 2D graphics. It is currently
being used as the antialiased rendering engine for the Gnome Canvas.
It is also the rendering engine for Gill, the Gnome Illustration app.
Libart supports a very powerful imaging model, basically the same as
SVG and the Java 2D API. It includes all PostScript imaging
operations, and adds antialiasing and alpha-transparency.
Libart is also highly tuned for incremental rendering. It contains
data structures and algorithms suited to rapid, precise computation
of Region of Interest, as well as a two-phase rendering pipeline
optimized for interactive display.