Derek Anderson
Derek Anderson
👍 CI and unit testing are definitely needed.
is there somewhere i could download that file to test?
does homebrew provide pip? or can pip be run? awesome to hear that it does work on mac.
found this: https://py2app.readthedocs.io/en/latest/ maybe we could create a standalone build.
pyinstaller looks promising too. if someone wants to test it and post the build instructions they used i'll be happy to incorporate.
made a change so if dbus isn't around (like on osx) gnomecast will still run. (it just won't stop the screensaver from engaging.) released `gnomecast-0.2.17`. @kim0 @tildebyte
OMG i'm almost 3 hours now waiting for `brew install ffmpeg python3 pygobject3 --with-python3 gtk+3 librsvg adwaita-icon-theme ` to finish. i feel like i'm back in gentoo!
well i'm at a loss as to how to bundle gnomecast into an osx binary. i've tried py2app, which errors. seems to be coded against a really old version of...
`pyinstaller` output: ``` dereks-mac-mini:gnomecast derek$ pyinstaller gnomecast.py --windowed --clean --onefile 71 INFO: PyInstaller: 3.3.1 71 INFO: Python: 3.7.0 80 INFO: Platform: Darwin-17.7.0-x86_64-i386-64bit 81 INFO: wrote /Users/derek/Desktop/gnomecast/gnomecast.spec 85 INFO: UPX is...
this is the resultant file: https://github.com/keredson/gnomecast/releases/tag/OSXv1.4.1 it crashes w/ a bunch of junk i don't understand. anyone who knows osx better than i do who wants to pitch in i'm...