diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-08-31 00:25:19 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-08-31 00:25:19 +0000 |
commit | 13caae3486a5ca5fa03a650c212c5c818c7dec52 (patch) | |
tree | 34ca9901081a94bc0fdfe1ec49a9cc0bd1cac528 /graphics/gmplayer/Makefile | |
parent | 4c3f4779ad9414e7094de34ff8019e47ab3f5929 (diff) | |
download | pkgsrc-13caae3486a5ca5fa03a650c212c5c818c7dec52.tar.gz |
MPlayer updated to 0.91, patch provided by Soren Jacobsen in PR pkg/22540.
Changes:
DOCS:
* French, Hungarian, Chinese translation updated
* console output translations updated
* numerous fixes in HTML documentation
* fixes, clarifications in the man page
* wishlist updated :)
* Polish documentation removed (outdated)
* Norwegian, Romanian, and Turkish help files removed (outdated)
Fixes:
* small fix for sp5x video codec
* menu pause bug fixed
* detc video filter improved
* fixes in video output driver zr
* fixes in video output driver directx
* fixes in video output driver sdl
* fixes in video output driver vesa
(multiple init support)
* midentify works again
* TOOLS/matroxtv enhanced and fixed
* now every binary codec is searched in $PREFIX/codecs directory
(--with-codecsdir)
* K6/2+ and K6/3+ detection support
* Mono PCM streamcopy fixed in MEncoder
* bigendian OSD fix
* SIGBUS error fixed on HPUX 11.00
* default fps fixed in NTSC v4l
* definition fix ported from libdvdread main branch
* configure option --enable-qtx-codecs renamed to --enable-qtx
* a crash fixed in command line parser
* fix in MMS streaming
* crash with invalid config file fixed
* metacity support
Porting:
* QT audio decoder now compiles on MacOSX
* compile and crash fixes in MOV demuxer, for Cygwin
* some Cygwin compilation fixes
* OpenBSD support in RealVideo and RealAudio
Diffstat (limited to 'graphics/gmplayer/Makefile')
-rw-r--r-- | graphics/gmplayer/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/gmplayer/Makefile b/graphics/gmplayer/Makefile index 53308950207..8ac4652f672 100644 --- a/graphics/gmplayer/Makefile +++ b/graphics/gmplayer/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2003/07/27 19:59:41 jmmv Exp $ +# $NetBSD: Makefile,v 1.24 2003/08/31 00:25:19 xtraeme Exp $ # PKGNAME= gmplayer-${MPLAYER_PKG_VERSION} -PKGREVISION= 7 SKIN_SITES= http://www.mplayerhq.hu/MPlayer/Skin/ \ ftp://ftp.mplayerhq.hu/MPlayer/Skin/ \ ${MASTER_SITE_LOCAL:=mplayer} |