diff options
author | mrg <mrg> | 2003-02-18 11:16:33 +0000 |
---|---|---|
committer | mrg <mrg> | 2003-02-18 11:16:33 +0000 |
commit | a63c00bc7c5755ca6696542dfd1b00a9d306a746 (patch) | |
tree | a3df52cfa64a8892cbc67b68342d7dc5c22b9130 /graphics/mplayer-share | |
parent | f7177181d13afa14aea6e54a0250a4aeb5c553a2 (diff) | |
download | pkgsrc-a63c00bc7c5755ca6696542dfd1b00a9d306a746.tar.gz |
update mplayer to 0.90rc4, from <juan@xtraeme.dyndns.org> in PR#20307.
changse from rc4: "FlameCounter"
DOCS:
* some clarification and updates in the English DOCS
* massive translation and help-file updates
Fixes:
* -ac hwac3 fixed (was broken in rc3)
* vo_svga: 4bp & 8bpp fixes
* various GUI fixes, including some critical bugs
* rage128 VIDIX PPC fixes
* libmenu: one crash fixed, some cleanup
* fixed ./configure --cc="ccache gcc"
* -loop fixes, now -loop 2 plays it twice :)
* the volume symbol of OSD fixed (|\ -> /|)
* 32bpp QT-RLE support
* Altivec on non-Darwin systems support
* QuickTime reference file support fixes
* mp3lib: layer-2 decoding fixes
* updates to extension->demuxer mapping table
* libavcodec: DivX 5.03 decoding fix
* ao_oss: limited channels handling fixed
* fixed OGM subtitles and iconv
* fixed -subcp option with unicode truetype fonts
* -mf: type detection (based on extension), better defaults
* vo_xv: -fixed-vo support fixed (fullscreen switching)
* ogg-in-avi (audio format 0xFFFE) demuxing fixed
* vorbis decoding fixed (outer loop cleanup)
* swscaler: 4bpp depth 1 pixel/byte format support for -vo svga
* missing error message in command line parser for missing parameters
* swscaler: YVU9->YV12 fixes
* -ao mpegpes + -ac hwac3 fixed
* -ao pcm bogus wav header fixed
* -vo x11 + -wid fixed
* auto-insert the 'palette' filter if needed, support fixed in filters
* the sig11 when playing second audio-only file fixed
* configure: detection of cdda, nas, i18n, svgalib, faad2, lame fixed
* -af/-af-adv support in mencoder fixed
* libmpdvdkit2: upgraded to use libdvdcss 1.2.5
Features:
* raw video support (-rawvideo, similar to -rawaudio)
* experimental mpeg4-ES support (enable with -demuxer 27 -fps xxx)
* new video filter: field (cheap deinterlacer)
* dvd/vobsub improvements: positioning, optional gaussian blur scaler
* vf_bmovl: 400% speedup :)
* libavcodec: native DV audio decoder
* GIF demuxer (for animated GIFs)
* new noise removal filter: -vop denoise3d
* per-channel gamma and MMX-opt'ed bri/cont/saturation support in -vop eq2
* live.com lib support cleanup, support for more stream types
* importing the playtree into the Gui instead of gui's own playlist hack
* support for the xvid and divx4/5linux libraries at the same time
* -fstype option: override priority/layer of the fullscreen switch methods
* libavcodec: some B-frames related encoding failures/crashes fixed
Diffstat (limited to 'graphics/mplayer-share')
-rw-r--r-- | graphics/mplayer-share/Makefile.common | 7 | ||||
-rw-r--r-- | graphics/mplayer-share/PLIST | 14 | ||||
-rw-r--r-- | graphics/mplayer-share/distinfo | 6 |
3 files changed, 14 insertions, 13 deletions
diff --git a/graphics/mplayer-share/Makefile.common b/graphics/mplayer-share/Makefile.common index 2a1b330d9e8..2bed8dafd48 100644 --- a/graphics/mplayer-share/Makefile.common +++ b/graphics/mplayer-share/Makefile.common @@ -1,11 +1,11 @@ -# $NetBSD: Makefile.common,v 1.23 2003/02/07 18:33:07 fredb Exp $ +# $NetBSD: Makefile.common,v 1.24 2003/02/18 11:16:33 mrg Exp $ -MPLAYER_DIST_VERSION= 0.90rc3 +MPLAYER_DIST_VERSION= 0.90rc4 #PKGREVISION= 0 # This variable is used in all packages which depend on this package # XXX Add 10, as the "rc" version numbers were used up for the "pre" versions. -MPLAYER_PKG_VERSION= 0.90rc13 +MPLAYER_PKG_VERSION= 0.90rc14 DISTNAME= MPlayer-${MPLAYER_DIST_VERSION} CATEGORIES?= graphics @@ -29,6 +29,7 @@ NO_SRC_ON_FTP= "prohibited by USAs DMCA" USE_BUILDLINK2= YES USE_GMAKE= YES HAS_CONFIGURE= YES +USE_GNU_GETTEXT= YES PTHREAD_OPTS+= require diff --git a/graphics/mplayer-share/PLIST b/graphics/mplayer-share/PLIST index 1b464273b2e..a53e8150ca2 100644 --- a/graphics/mplayer-share/PLIST +++ b/graphics/mplayer-share/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2003/01/20 07:10:41 fredb Exp $ +@comment $NetBSD: PLIST,v 1.10 2003/02/18 11:16:33 mrg Exp $ man/man1/mplayer.1 share/mplayer/DOCS/Chinese/bugreports.html share/mplayer/DOCS/Chinese/cd-dvd.html @@ -8,7 +8,7 @@ share/mplayer/DOCS/Chinese/documentation.html share/mplayer/DOCS/Chinese/encoding.html share/mplayer/DOCS/Chinese/faq.html share/mplayer/DOCS/Chinese/formats.html -share/mplayer/DOCS/Chinese/skin-zh.html +share/mplayer/DOCS/Chinese/skin.html share/mplayer/DOCS/Chinese/sound.html share/mplayer/DOCS/Chinese/users_against_developers.html share/mplayer/DOCS/Chinese/video.html @@ -22,7 +22,7 @@ share/mplayer/DOCS/French/exemple.conf share/mplayer/DOCS/French/faq.html share/mplayer/DOCS/French/formats.html share/mplayer/DOCS/French/mplayer.1 -share/mplayer/DOCS/French/skin-fr.html +share/mplayer/DOCS/French/skin.html share/mplayer/DOCS/French/sound.html share/mplayer/DOCS/French/users_against_developers.html share/mplayer/DOCS/French/video.html @@ -47,7 +47,7 @@ share/mplayer/DOCS/Hungarian/example.conf share/mplayer/DOCS/Hungarian/faq.html share/mplayer/DOCS/Hungarian/formats.html share/mplayer/DOCS/Hungarian/mplayer.1 -share/mplayer/DOCS/Hungarian/skin-hu.html +share/mplayer/DOCS/Hungarian/skin.html share/mplayer/DOCS/Hungarian/sound.html share/mplayer/DOCS/Hungarian/video.html share/mplayer/DOCS/Italian/bugreports.html @@ -58,7 +58,7 @@ share/mplayer/DOCS/Italian/documentation.html share/mplayer/DOCS/Italian/encoding.html share/mplayer/DOCS/Italian/faq.html share/mplayer/DOCS/Italian/formats.html -share/mplayer/DOCS/Italian/skin-it.html +share/mplayer/DOCS/Italian/skin.html share/mplayer/DOCS/Italian/sound.html share/mplayer/DOCS/Italian/users_against_developers.html share/mplayer/DOCS/Italian/video.html @@ -74,7 +74,7 @@ share/mplayer/DOCS/Polish/faq.html share/mplayer/DOCS/Polish/formats.html share/mplayer/DOCS/Polish/gcc-2.96-3.0.html share/mplayer/DOCS/Polish/mplayer.1 -share/mplayer/DOCS/Polish/skin-pl.html +share/mplayer/DOCS/Polish/skin.html share/mplayer/DOCS/Polish/sound.html share/mplayer/DOCS/Polish/users_against_developers.html share/mplayer/DOCS/Polish/video.html @@ -88,7 +88,7 @@ share/mplayer/DOCS/encoding.html share/mplayer/DOCS/faq.html share/mplayer/DOCS/formats.html share/mplayer/DOCS/mplayer.1 -share/mplayer/DOCS/skin-en.html +share/mplayer/DOCS/skin.html share/mplayer/DOCS/sound.html share/mplayer/DOCS/tech/MAINTAINERS share/mplayer/DOCS/tech/TODO diff --git a/graphics/mplayer-share/distinfo b/graphics/mplayer-share/distinfo index 91e118a11fd..798a42bf972 100644 --- a/graphics/mplayer-share/distinfo +++ b/graphics/mplayer-share/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.18 2003/01/20 07:10:41 fredb Exp $ +$NetBSD: distinfo,v 1.19 2003/02/18 11:16:34 mrg Exp $ -SHA1 (mplayer/MPlayer-0.90rc3.tar.bz2) = f42c9aefd230a20872711c1836d710c11e9389ef -Size (mplayer/MPlayer-0.90rc3.tar.bz2) = 3285759 bytes +SHA1 (mplayer/MPlayer-0.90rc4.tar.bz2) = d9372956b3bdcc20df5b8a0bcc93a49ceb826d28 +Size (mplayer/MPlayer-0.90rc4.tar.bz2) = 3390207 bytes SHA1 (mplayer/font-arial-iso-8859-1.tar.bz2) = cec0cad6145382dd15c801f9c6e9cda1ab71b1ed Size (mplayer/font-arial-iso-8859-1.tar.bz2) = 234810 bytes SHA1 (mplayer/font-arial-iso-8859-2.tar.bz2) = 12c05c32f64818378a32699bea0f5d3aa1551afa |