This pr updates mplayer and mencoder in our ports tree to the current upstream versions. Thanks to the help of numerous testers and providers of fixes, we don't expect regression. Some of our old patches were accepted upstream, therefore the mplayer/files folder changes as follows. Deleted patches: patch-DMO_VideoDecoder.c patch-bswap.h patch-cddb-CVE-2007-2948 patch-libavcodec-vp56.h patch-libdha-Makefile patch-libdha-pci.c patch-libmpcodecs-vf_ass.c patch-vidix-drivers-Makefile patch-vidix-drivers-mga_vid.c patch-vidix-drivers-radeon_vid.c New patches: patch-libavcodec-Makefile patch-libavutil-bswap.h patch-stream-stream_dvd.h patch-vidix-mga_vid.c patch-vidix-pci.c patch-vidix-radeon_vid.c Fix: Patch for multimedia/mplayer and mencoder as attached. Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
State Changed From-To: open->feedback file mismatch http://amd64.miwibox.org/tb/errors/6.3-FreeBSD/mplayer-0.99.11.log. I think your forget the distinfo :-).
> State-Changed-Why: > file mismatch > http://amd64.miwibox.org/tb/errors/6.3-FreeBSD/mplayer-0.99.11.log. I > think your forget the distinfo :-). What do you mean? The patch contains the new distinfo.
miwi 2007-12-12 23:26:37 UTC FreeBSD ports repository Modified files: multimedia/mplayer Makefile Makefile.options Makefile.shared distinfo pkg-plist multimedia/mplayer/files patch-ad patch-ae patch-input-joystick.c patch-libavcodec-h264.c patch-stream-tvi_bsdbt848.c multimedia/mencoder Makefile distinfo pkg-plist Added files: multimedia/mplayer/files patch-libavcodec-Makefile patch-libavutil-bswap.h patch-stream-stream_dvd.h patch-vidix-mga_vid.c patch-vidix-pci.c patch-vidix-radeon_vid.c Removed files: multimedia/mplayer/files patch-DMO_VideoDecoder.c patch-bswap.h patch-cddb-CVE-2007-2948 patch-libavcodec-vp56.h patch-libdha-Makefile patch-libdha-pci.c patch-libmpcodecs-vf_ass.c patch-vidix-drivers-Makefile patch-vidix-drivers-mga_vid.c patch-vidix-drivers-radeon_vid.c Log: - Update to 1.0rc2 PR: 118231 Submitted by: Thomas Zander <riggs@rrr.de> (maintainer) Revision Changes Path 1.3 +10 -5 ports/multimedia/mencoder/Makefile 1.2 +3 -6 ports/multimedia/mencoder/distinfo 1.2 +5 -4 ports/multimedia/mencoder/pkg-plist 1.168 +6 -10 ports/multimedia/mplayer/Makefile 1.3 +16 -11 ports/multimedia/mplayer/Makefile.options 1.2 +6 -8 ports/multimedia/mplayer/Makefile.shared 1.36 +3 -6 ports/multimedia/mplayer/distinfo 1.2 +0 -10 ports/multimedia/mplayer/files/patch-DMO_VideoDecoder.c (dead) 1.32 +64 -73 ports/multimedia/mplayer/files/patch-ad 1.16 +31 -30 ports/multimedia/mplayer/files/patch-ae 1.4 +0 -20 ports/multimedia/mplayer/files/patch-bswap.h (dead) 1.2 +0 -31 ports/multimedia/mplayer/files/patch-cddb-CVE-2007-2948 (dead) 1.2 +7 -6 ports/multimedia/mplayer/files/patch-input-joystick.c 1.1 +13 -0 ports/multimedia/mplayer/files/patch-libavcodec-Makefile (new) 1.2 +5 -5 ports/multimedia/mplayer/files/patch-libavcodec-h264.c 1.2 +0 -11 ports/multimedia/mplayer/files/patch-libavcodec-vp56.h (dead) 1.1 +20 -0 ports/multimedia/mplayer/files/patch-libavutil-bswap.h (new) 1.3 +0 -20 ports/multimedia/mplayer/files/patch-libdha-Makefile (dead) 1.2 +0 -9 ports/multimedia/mplayer/files/patch-libdha-pci.c (dead) 1.2 +0 -11 ports/multimedia/mplayer/files/patch-libmpcodecs-vf_ass.c (dead) 1.1 +26 -0 ports/multimedia/mplayer/files/patch-stream-stream_dvd.h (new) 1.2 +18 -10 ports/multimedia/mplayer/files/patch-stream-tvi_bsdbt848.c 1.4 +0 -11 ports/multimedia/mplayer/files/patch-vidix-drivers-Makefile (dead) 1.3 +0 -21 ports/multimedia/mplayer/files/patch-vidix-drivers-mga_vid.c (dead) 1.2 +0 -11 ports/multimedia/mplayer/files/patch-vidix-drivers-radeon_vid.c (dead) 1.1 +17 -0 ports/multimedia/mplayer/files/patch-vidix-mga_vid.c (new) 1.1 +11 -0 ports/multimedia/mplayer/files/patch-vidix-pci.c (new) 1.1 +11 -0 ports/multimedia/mplayer/files/patch-vidix-radeon_vid.c (new) 1.24 +19 -20 ports/multimedia/mplayer/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!