diff options
author | veego <veego@pkgsrc.org> | 2002-06-08 23:41:55 +0000 |
---|---|---|
committer | veego <veego@pkgsrc.org> | 2002-06-08 23:41:55 +0000 |
commit | b6eac62e5b81d2b1b147c0d7f2ac7037e7e440de (patch) | |
tree | f69dde66f8753ae9f81389f1e2d518889902795f /graphics/mplayer | |
parent | ac849df988e3e877c866eef52390a8d45270b7f5 (diff) | |
download | pkgsrc-b6eac62e5b81d2b1b147c0d7f2ac7037e7e440de.tar.gz |
Update the mplayer packages to 0.90pre5.
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)
Diffstat (limited to 'graphics/mplayer')
-rw-r--r-- | graphics/mplayer/Makefile | 12 | ||||
-rw-r--r-- | graphics/mplayer/distinfo | 6 |
2 files changed, 6 insertions, 12 deletions
diff --git a/graphics/mplayer/Makefile b/graphics/mplayer/Makefile index 69edc7ee43a..33d3d9e45b1 100644 --- a/graphics/mplayer/Makefile +++ b/graphics/mplayer/Makefile @@ -1,21 +1,15 @@ -# $NetBSD: Makefile,v 1.25 2002/05/25 07:56:02 veego Exp $ +# $NetBSD: Makefile,v 1.26 2002/06/08 23:41:56 veego Exp $ .include "../../graphics/mplayer-share/Makefile.common" PKGNAME= mplayer-${MPLAYER_PKG_VERSION} COMMENT= Software only MPEG-1/2/4 video decoder -DEPENDS+= mplayer-share>=0.90rc4nb1:../../graphics/mplayer-share - CONFIGURE_ARGS+= --disable-mencoder do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mplayer ${PREFIX}/bin -.include "../../devel/SDL/buildlink.mk" -.include "../../graphics/jpeg/buildlink.mk" -.include "../../graphics/png/buildlink.mk" -.include "../../misc/libdvdread/buildlink.mk" -.include "../../mk/ossaudio.buildlink.mk" -.include "../../mk/pthread.buildlink.mk" +.include "../../audio/nas/buildlink.mk" +.include "../../graphics/mplayer-share/Makefile.depends" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/mplayer/distinfo b/graphics/mplayer/distinfo index 1bde2c70eb1..ccac3f933d3 100644 --- a/graphics/mplayer/distinfo +++ b/graphics/mplayer/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2002/05/25 07:56:02 veego Exp $ +$NetBSD: distinfo,v 1.14 2002/06/08 23:41:56 veego Exp $ -SHA1 (mplayer/MPlayer-0.90pre4.tar.bz2) = 54621d010d5fb28e1ad2f857135543c3bd466d50 -Size (mplayer/MPlayer-0.90pre4.tar.bz2) = 2424843 bytes +SHA1 (mplayer/MPlayer-0.90pre5.tar.bz2) = 1a78063dd055ce99985001072fb2057156f8cd2a +Size (mplayer/MPlayer-0.90pre5.tar.bz2) = 2438747 bytes SHA1 (patch-aa) = 2c1c6f35caf047f188871ac223d672ce453c26ec |