=== circ-user-bmvK1 is now known as jasonnz [00:58] superm1: tgm4883 Any chance you can add --enable-vpdau to the build configure? It looks like it's not getting auto detected in the armhf builds, thanks. [01:00] That's currently expected based on behavior in debian/rules [01:00] https://github.com/MythTV/packaging/blob/master/deb/debian/rules [01:01] Can you check the other flags for armhf? Are they also invalid? [01:15] amd64 http://pastebin.ubuntu.com/13770241/ [01:17] armhf http://pastebin.ubuntu.com/13770316/ [01:19] In the second one using vdpau is not there. I'm running the frontend on a banana pi that has vdpau support. [01:20] In the configure options you linked, under armhf, vdpau is neither enabled or disabled. [04:00] superm1: Does this sound like something you can add please? [06:43] superm1: so it looks like he wants --enable-vdpau to be added for armhf [06:43] superm1: do we even support powerpc anymore? If not, we can try moving that to the default configure stuff [15:30] tgm4883: ubuntu still builds powerpc for archive packages; so yes [15:31] and there's a new s390x arch to support builds for too (ibm system z IIRC?) [15:31] so i'd say just add it for armhf [15:31] superm1: ok [15:31] I'm guessing powerpc doesn't have vdpau [15:31] I tried looking on packages.ubuntu.com [15:31] but that site apparently sucks [15:32] it doesn't even list armhf, just armel [17:32] tgm4883: actually it does: https://launchpad.net/ubuntu/+source/libvdpau [17:32] armel is gone after precise [17:32] but maybe just turning on vdpau for all arch is the right answer then [17:33] superm1: so should we just do that for all then? [17:33] i wonder if there was a reason we didn't before [17:33] maybe because nobody uses powerpc and thus couldn't be tested? [17:34] well it looks like according to changelog we turned it on for armel only explicitly [17:34] i guess may as well try turning on for all [17:34] and doing a test upload to ubuntu archive [17:34] vdpau? [17:34] and if it fails then pull it back out [17:34] yeah [17:36] well we've got it on for amd64 and i486 [17:36] err, i386 [17:36] I'll move it to the main config stuff [17:36] it will be a good chance to see if my access to packaging is worked out