**** BEGIN LOGGING AT Sat Jan 02 02:59:59 2016 Jan 02 10:50:28 neverpanic: ok thanks Jan 02 12:27:34 can somebody tell me what is wrong with my recipe please? http://lpaste.net/148279 fetch seems ok but when unpacking I got a folder tmp/work/.../mpv/git-r0/git with sources but it also creates tmp/work/../mpv/git-r0/mpv-git which is empty and then try to do_configure inside this empty folder instead of sources folder Jan 02 12:27:35 Jan 02 12:30:29 oh, bb had support for waf now :o Jan 02 12:31:16 S = "${WORKDIR}/git" should fix it Jan 02 12:33:26 I remember doing something like that with some package Jan 02 12:34:14 JEEB: I don't know for waf, saw this on mailing list or something ... Jan 02 12:34:32 :D Jan 02 12:36:03 no error when parsing recipe Jan 02 13:00:51 JEEB: it seems to work, compiling now (configure ok) Jan 02 13:01:17 make sure you had deps for basic video/audio rendering :) Jan 02 13:01:29 the config.log (and stdout) should tell you Jan 02 13:01:35 i was talking about waf Jan 02 13:01:41 ah Jan 02 13:02:00 for deps I don't really know, I already built mplayer so some deps are here Jan 02 13:02:14 i'll do a complete clean to check deps Jan 02 13:02:32 it really can build a really limited mpv in case you don't have things around :) Jan 02 13:02:41 (like without audio/video rendering) Jan 02 13:03:39 you could check what the waf configure script checks for to have basic opengl renderer working either with x11 or wayland (depending on your image type), and the audio output Jan 02 13:04:04 then lua+libass if you need the scriptable on-screen controller Jan 02 13:04:14 hmmm.. no "vdpau" word in config.log :-/ that's what I use with mplayer to play HD streams Jan 02 13:06:27 https://github.com/mpv-player/mpv/blob/master/wscript#L675 around here I guess Jan 02 13:07:22 so you need to have x11 through pkg-config around as well as vdpau >= 0.2 Jan 02 13:07:29 preferably you also want the opengl vdpau Jan 02 13:07:45 as you can use then the opengl renderer from mpv with vdpau Jan 02 13:08:29 + you of course probably will want a recent FFmpeg with VDPAU hwaccel enabled Jan 02 13:10:53 JEEB: i upgraded libav and it seems to work, I have libvdpau-sunxi for my architecture already built Jan 02 13:11:00 work = compile Jan 02 13:11:13 what version of Libav_ Jan 02 13:11:16 11 Jan 02 13:11:36 >=10 is required i guess Jan 02 13:12:01 yeah, libav is doing releases way too rarely while FFmpeg tries to keep up to way too many release branches Jan 02 13:12:19 (which is why I end up usually picking revisions that just pass FATE in the end) Jan 02 13:12:38 (FATE being the automated testing system they both use) Jan 02 13:13:17 chep: make sure Libav's config.log has vdpau listed under enabled hwaccels Jan 02 13:13:57 too much things to check :-D Jan 02 13:14:26 can't be wrong in being sure :) Jan 02 13:14:32 s/being/making/ Jan 02 13:15:38 yeah but let me build a basic mpv without error ;-) Jan 02 13:15:47 sure :) Jan 02 13:15:56 but make sure you can at least get video and audio out Jan 02 13:16:05 so you have some video and audio renderer enabled Jan 02 13:16:08 how can I set variable with condition on distro feature? Jan 02 13:17:47 something like this: if DISTRO_FEATURE contains VDPAU then DEPENDS += " libvdpau" Jan 02 13:18:29 I remember doing that last year but it's been a while since I've last poked at this stuff :D (I'm mostly an OSS multimedia guy on my free time) Jan 02 13:19:09 ok, for now i'll just set DEPENDS with my settings Jan 02 13:20:41 oh right, there was the python inline stuff... although I remember doing it differently Jan 02 13:21:00 something a la http://www.crashcourse.ca/wiki/index.php/Poky_MACHINE_DISTRO_FEATURES#packagegroup-base.bb Jan 02 13:21:24 of course using DISTRO_FEATURES etc Jan 02 13:23:11 thanks Jan 02 13:27:09 although I'd probably look at some other base packages and see how those do it Jan 02 13:32:41 let's try... I must quit IRC for that, if i'm not back in 15 min, mpv works and i'm wathcing a movie Jan 02 13:49:08 where can I find cross ldd in yocto folder? Jan 02 13:52:01 mpv tells me he can't find ldlinux-armhf.so.3 :-/ Jan 02 13:58:39 \o/ Jan 02 14:05:27 ... just why? All other executables are correctly built ... **** ENDING LOGGING AT Sun Jan 03 02:59:58 2016