[17:29] tgm4883: just wondering if you got a response about compiling in crystal hd support? [17:42] qwebirc69617: the source package is only in precise, so it does present some logistical problems [17:42] https://launchpad.net/ubuntu/+source/crystalhd [17:42] [launchpad.net] “crystalhd” package : Ubuntu [17:42] were you wanting this on 0.24 or 0.25? [17:43] I've got a test machine running 11.10 with 0.24-fixes so I was hoping for that [17:43] well we'll need to backport it all the way back to lucid to make that happen [17:43] on both PPAs then [17:43] ouch [17:44] I'd be willing to test it on 0.25 but I don't have a test 0.25 backend set up yet [17:46] Is it a big job to compile it myself? I haven't looked into that yet [17:46] figured I'd ask here first [17:46] it shouldn't be a very big job to compile it yourself [17:46] we have a recipe for spitting out your own packages actually if you want to try stuff like that [17:47] http://mythbuntu.org/wiki/recipes [17:47] patching and building from source [17:47] [mythbuntu.org] Recipes | Mythbuntu [17:48] that'd be nice to try...I'll take a look.....does this mean you're going to leave it for now or would this be something that gets added when time is available? [17:49] well i'd like to get it added when time is available [17:51] ah....thanks....is there a way to tell what compile options have been used for a package? [17:51] if you run mythfrontend --version [17:51] it will tell you all the compile options that were included [17:52] cool...didn't know that....thanks again [17:52] sure [18:07] superm1: one more question, how would I specify the --enable-crystalhd compile flag using the build-debs.sh script? [18:36] qwebirc69617: do one successful build without it first, and then switch into the work directory/bzr-fixes and modify it in debian/rules [18:36] then bzr commit -m "enable crystal HD locally" [18:36] so that it won't get overwritten during the clean phase [18:37] and run build-debs.sh again [18:37] I was running the first step and it errors at this line [18:37] packaging/deb/build-debs.sh: 175: get-build-deps: not found [18:38] ah that means that you're missing a tool [18:38] what package did that come from [18:38] (and we should be checking for that package too) [18:38] I'm not sure....it was installing all the missing packages and then stopped [18:39] the previous line is this [18:39] ubuntu-dev-tools is already the newest version. [18:39] hmm, maybe it used to be in ubuntu-dev-tools but got moved somewhere else [18:42] ah i see it was removed on sep 10 [18:42] try using 'mk-build-deps -ir' [18:42] i'll fixup the script later on for that [18:43] I just noticed it was removed too [20:51] superm1: just got back to this....mk-build-deps looks like it needs a package name where get-build-deps doesn't [20:52] qwebirc69617: you can try to feed it the package name or the path to the control file i think [20:53] is it a variable in the script? [20:54] qwebirc69617: based on where pwd is at that time, I think you can just call it like 'mk-build-deps `pwd`/debian/control === dekarl is now known as dekarl_zZz