diff options
author | fredb <fredb@pkgsrc.org> | 2003-01-20 07:10:41 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2003-01-20 07:10:41 +0000 |
commit | c32da84911b290fbc1c9e06dc8f1b44a4854b9bf (patch) | |
tree | 6df7e194887b4875adc495b79e7ab79325cce3b7 /graphics/mplayer | |
parent | 77dc844aae09001b6402db550108b01542401896 (diff) | |
download | pkgsrc-c32da84911b290fbc1c9e06dc8f1b44a4854b9bf.tar.gz |
Update mplayer package to 0.90rc3. Changes from rc2 include important bug fixes
and new features. From the ChangeLog: [Go to end for package changes.]
DOCS:
* english man page & HTML docs updates
* audio filter documentation
* help_diff.sh doesn't depend on BASH any more
* Hungarian, French, Italian, German, Polish(?) docs synced
Important fixes:
* X11 fullscreen switching (yes, again...) rewritten, some x11 code cleanup
* Voxware and Quicktime DLLs finally work (was broken in some contexts)
* VIDIX Radeon support cleanup, should really solve the pink screen bugs
* Cygwin: -vo directx crashes and garbled picture with some files fixed
* OGM/Ogg seeking (broken frames) fixed, subtitle fixes, XCD support
* libaf: big (audio filter layer) updates, floating point support, speedup
* ffwma2 fixed (better error resilience)
* SPU queueing - fixes missing or early disappearing DVD subtitles
* the mysterious DVD audio delay (150-300ms) fixed
* extension-based fileformat detection fixed the .mp3 vs. mpeg-ps conflict
* cache2 keeps buffer for non-seekable media, fixes quicktime streaming
Fixes:
* mp3lib CPU detection part cleanup, 'decwin' linker problem fixed
* various cddb:// fixes, support of netbsd-1.6
* libmpdvdkit2: Fix DVD authentication on Solaris 9
* libmpdvdkit2: libdvdcss upgraded to 1.2.4 (keeping the key cache patch)
* libmpdvdkit2: fixed decryption from multiple VOB files (hdd or darwin)
* -ao arts, -ao oss: Fix 8-bit sound support
* -vop expand + ffmpeg codecs conflicts solved, some other -vop bugs fixed
* -ac ffmp2 with MPEG files (sig11) fixed
* QT Qclp audio codec initialization fixed
* mplayer exit codes cleanup (0 for quit/eof, 1 for error)
* -ao win32 sync problems solved, -autosync 100 is still recommended
* -vo gif89a uninit sig11 fixed
* the usual compiler warning fixes :)
* use -pphelp instead of -vop pp=help
* various bigendian fixes
* 16bpp packed yuv fixes in crop, mirror, rotate filters
* some -fixed-vo and vo_preinit fixes, -vo sdl,xmga,mga should work...
* various Solaris compatibility fixes (should work out of the box)
* mms:// port fixes, tries 1755 if 80 failed
* libavcodec: various ME fixes, B frames fixes, WMV2 slice decoding fixes
* -ao alsa9 audio-file playback high cpu usage fixed
* libaf updates, 2-pass initialization to get better filter path
* better detection of playlists, support for [Reference]-style format
* handle quicktime reference media files as playlist
* cddb:// & cdda:// cdrom device name fixes on linux and *BSD
Features:
* -ao esd: new EsounD audio driver
* -vo dxr3: new NORM option
* Xanim & RealPlayer binary Codecs working on PPC
* Radeon 9000 support in VIDIX, colorkey restoring for all Radeons
* Initial PPC (Big-Endian) support in VIDIX Rage128 driver
* PNM:// streaming support (ported from xine)
* Muxer layer: mencoder can now write MPEG-PS format, too (EXPERIMENTAL!)
* libavcodec: wmv2 decoder (buggy/untested)
* DVB "HEAD" (aka. NEWSTRUCT) drivers support
* Subtitles background bounding-box support (optional grey-level & opacity)
* libaf: 3 new filters: panning, compressor/limiter and a noise gate
* per-mediafile config file support (for file-specific options)
* iconv (codepage conversion) support for OGM (Ogg) subtitles
* v4l: user friendly channel tuning
* Freetype & old-style RAW font support usable (compilable) at the same time
* vo_directfb2, vo_dfbmga: DirectFB 0.9.16 support
* libavcodec: motion estimation pre pass, qpel encoding, trellis quantization
* libavcodec, liba52, mp3lib: Altivec optimizations
* keep window's aspect ratio at resizing (x11, xv), requires WM support
* -geometry option, also accepts X11 syntax
* real .bin+.cue (S)VCD images support (-vcd 2 -cuefile xxx.cue)
* postprocess: YUV 411/422/444 support, stride fixes
* jumping of overlapping subs fixed, sorting is automatical, iconv fixes
* mpeg2 telecine detection and automatic inverse telecine (mplayer only)
Gui:
* correct GTK widget destroy event handler
* fullscreen switching fixed (sync with x11_common)
* fix gtk submenu
* new font render engine
* added persistant history patch
* SDL Audio configure window
* add overlapping to preferences
* add play bar for subwindow
* add vertical potmeter for skin
* fixed 'single pixel bug'
* fixed some possible crashes
NetBSD package changes:
-- Add cdparanoia support. You can play an Audio CD with
mplayer -cache 1024 cdda://
-- Remove commented out "--enable-dvdread" hook, as, in jurisdictions were
permitted, it would make more sense to comment out "--disable-mpdvdkit".
-- Add "Makefile.cflags" with some reasonable optimizations.
Diffstat (limited to 'graphics/mplayer')
-rw-r--r-- | graphics/mplayer/Makefile | 4 | ||||
-rw-r--r-- | graphics/mplayer/distinfo | 8 |
2 files changed, 7 insertions, 5 deletions
diff --git a/graphics/mplayer/Makefile b/graphics/mplayer/Makefile index c139356f5b0..2eb0ca6a01a 100644 --- a/graphics/mplayer/Makefile +++ b/graphics/mplayer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2002/10/01 12:51:46 dillo Exp $ +# $NetBSD: Makefile,v 1.29 2003/01/20 07:10:42 fredb Exp $ .include "../../graphics/mplayer-share/Makefile.common" @@ -15,4 +15,6 @@ do-install: .include "../../graphics/mplayer-share/Makefile.depends" .include "../../audio/nas/buildlink2.mk" + +.include "../../graphics/mplayer-share/Makefile.cflags" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/mplayer/distinfo b/graphics/mplayer/distinfo index 084cb37a0b4..10b3cb97754 100644 --- a/graphics/mplayer/distinfo +++ b/graphics/mplayer/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.27 2002/12/25 03:24:49 wiz Exp $ +$NetBSD: distinfo,v 1.28 2003/01/20 07:10:42 fredb Exp $ -SHA1 (mplayer/MPlayer-0.90rc2.tar.bz2) = 98bbacfcb3734318a3168303a7acf23a872fabee -Size (mplayer/MPlayer-0.90rc2.tar.bz2) = 3121703 bytes -SHA1 (patch-aa) = 9b4e0940ce1b091dad068a5b87e0b7857914fa45 +SHA1 (mplayer/MPlayer-0.90rc3.tar.bz2) = f42c9aefd230a20872711c1836d710c11e9389ef +Size (mplayer/MPlayer-0.90rc3.tar.bz2) = 3285759 bytes +SHA1 (patch-aa) = 6938dbdccb9b760dadad304f3bf61245e8b1baa6 |