mplayer2 is an advanced general-purpose video player. A fork of the original MPlayer project. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
Second try. 1. Use the git version (email privately for the .tar.xz if miwi@ want to test this); 2. Disable ALSA, deprecate cdparanoia (by upstream); 3. No longer support NLS UI; 4. OSS v4 like volume control works for FreeBSD now. -- Zhihao Yuan, nickname lichray The best way to predict the future is to invent it. ___________________________________________________ 4BSD -- http://4bsd.biz/
I've uploaded the distfile to https://docs.google.com/open?id=0B5749ux4jowQR1YtOFdtOWctLXM -- Zhihao Yuan, nickname lichray The best way to predict the future is to invent it. ___________________________________________________ 4BSD -- http://4bsd.biz/
Updates: 1. Mplayer2 also test as's version, so it can trustfully test cmov/ssse3 supports now. 2. Merge some changes from the mplayer port (log2/logf, etc.) 3. bluray.2; 4. Let mplayer2 finds libass. -- Zhihao Yuan, nickname lichray The best way to predict the future is to invent it. ___________________________________________________ 4BSD -- http://4bsd.biz/
State Changed From-To: open->feedback port fails to fetch.
Updated to 2012-05-17 snapshot Tarball hosted on http://files.roorback.net/
Still 2012-05-17, but: 1. Fix pthread (my bad, typo). 2. Switch to the optionsNG. 3. Drop some useless options (dga, svga, openal). 4. Combine x11, xv, xvidmode into one option. 5. Properly (finally!) let mplayer decide optimized CFLAGS. 6. Runtime CPU detection is only used in PACKAGE_BUILD; otherwise OCFLAGS is used. 7. Fix plist (multilingual manpage dirs). -- Zhihao Yuan, nickname lichray The best way to predict the future is to invent it. ___________________________________________________ 4BSD -- http://4bsd.biz/
Hi, I wanna say 'thanks for you work' but.. [quote] CONFLICTS= ffmpeg-0.* mplayer-1.* [/quote] are you sure that conflicts with ffmpeg is correct ? ok, I can de-install mplayer1, but not ffmpeg: ===> mplayer2-2.0.20120517 conflicts with installed package(s): ffmpeg-0.7.13_1,1 mplayer-1.0.r20120322_2 They install files into the same place. You may want to stop build with Ctrl + C. ^C laptop# pkg_delete ffmpeg-0.7.13_1,1 pkg_delete: package 'ffmpeg-0.7.13_1,1' is required by these other packages and may not be deinstalled: ffmpegthumbnailer-2.0.7_2 xfce-4.10 I can comment out ffmpeg on conflicts section, what will happen after install mplayer2 ? -- wbr, tiger
mplayer2 don't works with multimedia/ffmpeg and needs to be linked against multimedia/ffmpeg-devel. In other words mplayer2 is conflicted with ffmpeg indirectly.
Responsible Changed From-To: miwi->freebsd-ports-bugs back to pool
Now mplayer2 depends on ffmpeg-011 instead of ffmpeg and don't conflict with ffmpeg
Responsible Changed From-To: freebsd-ports-bugs->crees I'll take it.
State Changed From-To: feedback->analyzed I've removed the header lines-- hope that's OK. /dev/acd0 is no longer in use on later releases, so I've changed it to /dev/cd0 I've switched bsd.port.pre.mk to options.mk; more appropriate These changes OK?
Your changes are OK. You can commit its. Eniro Polska Sp. z o.o. ul. Domaniewska 41, 02-672 Warszawa S=C4=85d Rej. dla m. st. Warszawy XIII Wydzia=C5=82 Gospodarczy, KRS = 116894 Kapita=C5=82 zak=C5=82adowy 20.000.000 z=C5=82, NIP 521-01-25-377
- trim header - /dev/cd0 as default cdrom device - use <bsd.options.mk> - fix build on FreeBSD 7.x
State Changed From-To: analyzed->open Fantastic-- I was scratching my head over 7.X failures. I'll commit these as soon as Tinderbox is finished. Well done!
State Changed From-To: open->feedback Last niggle-- it still breaks on 8.2 http://www.bayofrum.net/tb/index.php?action=display_markup_log&build=8.2-local&id=2166 -- mind if I change the OSVERSION to 900000 for disable-ssse3?
Disable ssse3 if ${OSVERSION} < 830000
State Changed From-To: feedback->closed New port added. Thanks!
Hi, doesn't build for me with such LIB_DEPENDS ;-( And yes, if I install multimedia/ffmpeg-011 mplayer2 builds fine Checking for Libav (libavutil-011 > 51.21.0:libavcodec-011 > 53.34.0:libavformat-011 > 53.20.0:libswscale-011 >= 2.0.0) ... Error: Unable to find development files for some of the required Libav libraries above. Aborting. [tiger@tiger]~%pkg which /usr/local/lib/libavcodec.so.52.123.0 /usr/local/lib/libavcodec.so.52.123.0 was installed by package ffmpeg-0.7.13_6,1 [tiger@tiger]~%pkg which /usr/local/lib/libswscale.s libswscale.so.0.14.1* libswscale.so.1@libswscale.so@ [tiger@tiger]~%pkg which /usr/local/lib/libswscale.so <tiger> /usr/local/lib/libswscale.so was installed by package ffmpeg-0.7.13_6,1 -- wbr, tiger