Date: Tue, 12 Jan 2010 19:18:33 +0300 From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: freebsd-ports@FreeBSD.org Cc: fidaj@ukr.net, riggs@rrr.de Subject: mplayer-devel with vdpau support for testing Message-ID: <20100112161833.GB3142@hades.panopticon>
next in thread | raw e-mail | index | archive | help
Hi! Here's mplayer-devel port for testing. I was asked by fidaj <fidaj at ukr.net> to wrap his efforts of building vdpau-enabled mplayer into a port, so here's the result, based on mplayer port. It's still WIP as corresponding mencoder-devel is still missing, also it's built without all patches multimedia/player has, and these should be reviewed and removed/readded. The port is based on a snapshot(s) which may be checked out with the following script: --- #!/bin/sh -e co_dir=stable_mplayer_vdpau mplayer_rev=29752 ffmpeg_rev=20178 dvdnav_rev=1184 svn co --ignore-externals -r ${mplayer_rev} svn://svn.mplayerhq.hu/mplayer/trunk ${co_dir} cd ${co_dir} svn co -r ${ffmpeg_rev} svn://svn.mplayerhq.hu/ffmpeg/trunk/libpostproc svn co -r ${ffmpeg_rev} svn://svn.mplayerhq.hu/ffmpeg/trunk/libavformat svn co -r ${ffmpeg_rev} svn://svn.mplayerhq.hu/ffmpeg/trunk/libavcodec svn co -r ${ffmpeg_rev} svn://svn.mplayerhq.hu/ffmpeg/trunk/libavutil svn co -r ${dvdnav_rev} svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdread/src libdvdread4 svn co -r ${dvdnav_rev} svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdnav/src libdvdnav --- revisions are not latest (around Oct'09), but are claimed to not have problems later revisions have. Port was tested in tinderbox on 6.4, 7.2, 8.0 i386 and amd64, also with all options toggled in 8.0-i386 and 8.0-amd64, only failures were WITH_SVGALIB (on amd64, because svgalib does not support amd64), WITH_JOYSTICK (linux-js is broken) and VDPAU (nvidia-driver doesn't seem to build in a tinderbox). Tested on 8.0-i386 with nvidia-driver-195.22, works fine, vdpau as well (however it doesn't support OSD or subtitles). Feedback expected: whether this builds in your environement, whether it works and how it is better/worse compared to multimedia/mplayer. Port: http://people.freebsd.org/~amdmi3/mplayer-devel.tar.gz Or: http://hg.amdmi3.ru/ports/multimedia/mplayer-devel/ Also relevant: http://old.nabble.com/Mplayer-SVN-or-linux-mplayer-td25634381.html http://www.freebsd.org/cgi/query-pr.cgi?pr=130966 http://forums.freebsd.org/showpost.php?p=24758&postcount=13 Thanks to: fidaj -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100112161833.GB3142>