bunjee
It's mostly QML so it should build well. Making it run is another story.
I can already point that WResizer might need to be tweaked to get proper window resizing. But you can draw inspiration from this.
bunjee
At one point I would like to automate building using travis, are you familiar with it?
miotatsu
Yep, it builds fine, only needed to add -lvlc -ltorrent-rasterbar in the pro file. Just need to get it to run now :)
Programmer, Linux apologist, and not-so-wiseman.
bunjee
I've been working on the linux version.
I have a fix for the broken pictures and the video playback ! I'm also working on resizing the window.
The setup was a tad more complex on ubuntu than on Arch.
Looking forward to push something soon.
CaptainKraft
Excitement is building! I'm looking forward to using MotionBox for video rather than the browser. You two are doing great work, thanks!
Programmer, Linux apologist, and not-so-wiseman.
miotatsubunjee
I've been working on the linux version.
Agreed! Pretty much all the credit goes to Bunjee regarding great work; my only contribution was getting Sky to build on Linux :P
Hey now, you stepped up and got the ball rolling. That deserves some creadit if you ask me.
BillDStrong
Packpack might be what you are looking for to build .deb and .rpm packages with Travis. It compiles from github.
It supports these distros currently.
Debian: Wheezy / Jessie / Stretch / Sid
Ubuntu: Precise / Trusty / Xenial / Yakkety
Fedora: 23 / 24 / Rawhide
CentOS: 6 / 7
1 2 3 4 5 6 7 | sudo apt-get install vlc tar -xvzf MotionBox-1.1.2-linux64.tar.gz cd MotionBox-1.1.2 ./MotionBox |
bunjee
Here is a first build for ubuntu 16.04 64 bit.
Go ahead and give it a spin !
@miotatsu: could you give it a spin with your Arch distro ?
miotatsu
I could provide a PKGBUILD for the binary package but need a direct link rather than google drive.