stevepusser wrote:I'll take a look at it.
Edit: Well, I can build a working amd64 MX 17-based package on my own desktop, but when I try the same source on the OBS repo or in a MX 17 pbuilder (Stretch plus MX 17 repo), they both fail, saying they can't find the libmpv development files.
It's probably something that will make me face-palm when I find out why...like we couldn't backport hplip 3.7.10 from upstream Debian until we forced it to disable parallel builds, which makes it fail. The switch to debhelper 10 with 3.17.7-2 made it parallel build by default, even if we didn't ask it to.
Don't worry I won't rush. If I successfully build mine I'll share my homework.
Building on OBS repo is trickery they use older Debian packages they didn't update repo like official debian repo.
Rare stuff that I gave recently you are stuff that I can't built but they've build, make files lib requirement for debian so it's very challenging.
Maybe that'd be the case why dev themselves didn't make .deb packages release on github yet.
Qt4-5 is one of the hardest ones. If got sample debian/rules & other sample template would be easy.
GTK is most easy with autogen.sh, configure. While python need --with python(or python3) --buildsystem=pybuild.
Cmake sometimes easy but sometimes need to set rules to build properly.
But the most hardest one would be electron apps I never saw these apps upload
on any debian repo only can download .deb from their official app sites. Stacer for example it's html5 electron apps.