diff options
author | salo <salo@pkgsrc.org> | 2003-03-22 03:13:37 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-03-22 03:13:37 +0000 |
commit | f9df6352b483ac2f6837b24125e2270ee6373351 (patch) | |
tree | 87b0a7d44b3639e2d9b9af43f73b01f3bb39daf8 /graphics/mplayer/Makefile | |
parent | 78ec5b7cd63b0c2cccaeed13c9c1d787cdab750f (diff) | |
download | pkgsrc-f9df6352b483ac2f6837b24125e2270ee6373351.tar.gz |
Updated to version 0.90rc15 (well, 0.90rc5).
Based on patch sent by Juan RP via PR pkg/20836.
Changes:
DOCS:
=====
- Chinese docs/help translations update
- english manpage updates (new filters, fixes)
- Gui about-box updated
Features:
=========
- new video filters: detc, down3dright, hqdn3d, telecine, tfields
- mpcodecs: SGI image decoding (usable with -mf)
- mpcodecs: NUV _en_coding support (mencoder)
- mpcodecs: RealAudio Win32 DLL support on linux, 'cook' codec crash fixed
- DLL loader: truespeech codec support (tsd32.dll)
Porting:
========
- MacOSX support for quicktime en/decoding, MOV demuxing, video timer
- mpdemux: Dynamic DVD drive selection on Darwin
- dshow, dmo: cbAlign=1 fix for proper win32 support
- mpdvdkit2: HPUX, Cygwin fixes
Fixes:
======
- mpdemux: RealVideo demuxing fixes (better WxH, fps parsing, A-V sync)
- mpdemux: MOV parser fixes: AAC (mp4a) support, variable fourcc
- mpdemux: WAV extra header (cbSize>0) parsing fixed
- mpdemux: mpeg bitrate calculation fixed (still bad for VBR files)
- mpcodecs: TGA decompression fix
- DShow interface: BGR 15bpp support fixed
- X11 fullscreen code: fix detetcion of metacity
- vidix: radeon_vid ecp_div fix
- vidix: mga_vid chroma pitch fix
- drivers/mga_vid.o: fixed G400 16MB detection
- -ao win32 fixes
- -ao alsa9 faster seeking support
- -ao nas (mem?)leak fix
- -ao mpegpes: fix DVB volume mixer (with the HEAD driver)
- -vo directfb2: DFB 0.9.17 support
- -vo directx: 'ontop' option, other fixes
- -vo dxr3: fix subpic placement
- -vo gif89a: VOCTRL_DUPLICATE_FRAME support, YV12 supp. removed
- -vo dfbmga: Update sub-picture layer, support for selecting field parity
- TOOLS/matroxtv: improvements, now it looks much better...
- configure: MacOSX support, better (un)gif, FAAD detection, etc
- configfile parser: better error messages
Diffstat (limited to 'graphics/mplayer/Makefile')
-rw-r--r-- | graphics/mplayer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/mplayer/Makefile b/graphics/mplayer/Makefile index 8678fc64ea6..34d37080bd9 100644 --- a/graphics/mplayer/Makefile +++ b/graphics/mplayer/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.31 2003/02/26 10:13:15 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2003/03/22 03:13:37 salo Exp $ +# .include "../../graphics/mplayer-share/Makefile.common" PKGNAME= mplayer-${MPLAYER_PKG_VERSION} -PKGREVISION= 1 COMMENT= Software only MPEG-1/2/4 video decoder USE_BUILDLINK2= # defined |