Re: RFS: self-serve photo booth software

2015-05-23 Thread Adam Roses Wight
On Sun, May 24, 2015 at 04:24:19AM +, Adam Roses Wight wrote: > * Not sure why the copyright file is not linting. In the documentation, I > see that repeated licenses only need to be specified once. [2] There are > three files with the same license, and I only give the standalone paragraph >

Re: RFS: self-serve photo booth software

2015-05-23 Thread Adam Roses Wight
A few more small questions, otherwise the photo-booth package is ready for another review. [1] Thanks for all the help so far! * The package name has changed since I filed the ITP bug. How can I update the bug with a new package name, should I just reply with a human-readable note to that effect

Re: RFS: self-serve photo booth software

2015-05-18 Thread Paul Wise
On Tue, May 19, 2015 at 9:00 AM, Adam Roses Wight wrote: > I see it's not recommended to include a debian/ directory in my > upstream source control [1]. What's the best practice for hosting Debian > packaging files? Should I request a new repo on Alioth, fork my > upstream, and add the debian d

Re: RFS: self-serve photo booth software

2015-05-18 Thread Paul Wise
[I'm subscribed, no need to CC] On Tue, May 12, 2015 at 5:06 PM, Adam Roses Wight wrote: > I slogged through the gettext support, noticing too late that QT comes with > its own i18n library. If my ad-hoc gettext integration eventually > rabbitholes, > I might try that instead: > > http://www.cm

Re: RFS: self-serve photo booth software

2015-05-18 Thread Adam Roses Wight
I see it's not recommended to include a debian/ directory in my upstream source control [1]. What's the best practice for hosting Debian packaging files? Should I request a new repo on Alioth, fork my upstream, and add the debian dir on a branch? [2, 3] Also, is it standard procedure to upload l

Re: RFS: self-serve photo booth software

2015-05-12 Thread Adam Roses Wight
On Sun, Apr 19, 2015 at 05:20:43PM +0800, Paul Wise wrote: > i18n would definitely be a good idea, I'd suggest using gettext. I slogged through the gettext support, noticing too late that QT comes with its own i18n library. If my ad-hoc gettext integration eventually rabbitholes, I might try that

Re: RFS: self-serve photo booth software

2015-04-19 Thread Adam Roses Wight
Hi pabs, Thanks for the thorough first review! I'll work on these suggestions and respond here with the next release candidate. -Adam -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http

Re: RFS: self-serve photo booth software

2015-04-19 Thread Paul Wise
On Sun, Apr 19, 2015 at 4:03 PM, Adam Roses Wight wrote: > * I'm leaning towards GPL-v3.0, any reason to reconsider this? For this kind of software, GPLv3 seems ideal. > * Need to finish i18n of the interface text. i18n would definitely be a good idea, I'd suggest using gettext. > * Sound effe

RFS: self-serve photo booth software

2015-04-19 Thread Adam Roses Wight
Dear comrades, https://github.com/adamwight/booths I've written a photo booth application based on OpenCV, which uses motion detection to trigger a 4-up sequence of snapshots. The UI is pretty nice, and doesn't require any input devices aside from the camera. The code and configuration are robu