@ItachiSan, yarn build is failing to download stuff:
Error: connect ECONNREFUSED 165.227.24.62:443
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1138:16)
at TCPConnectWrap.callbackTrampoline (node:internal/async_hooks:132:14) {
errno: -111,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '165.227.24.62',
port: 443
}
I tried re-building, since popcorntime is hanging when started, not showing anything
Pinned Comments
ItachiSan commented on 2018-07-24 21:01
You are free to report issues regarding the packaging here: be aware that sometimes the package will fail to build because of outdated upstream and updated dependency, which will require me some time to test and solve the problem; I do also have life stuff, packaging is a free-time activity.
Info regarding the package
The package uses the sources available at: https://github.com/popcorn-official/popcorn-desktop. I am aware of the different clones and branches; I do still believe that this code is acceptable (not affected itself from malware).
This package uses a custom NW.js build provided from the PopcornTime team; essentially, a custom compiled browser. While this won't affect you as it should be used only within the app, you are here informed that I have no power over this component.
The above point stands as the official NW.js Chromium source lacks multiple modern codecs, such as AC3 and HEVC (H.265).
Earlier this package used the official nw.js toolchain provided available at https://dl.nwjs.io/ and the prebuilt FFmpeg library with additional codecs available at https://github.com/iteufel/nwjs-ffmpeg-prebuilt/ . This was because the nw.js toolchain provided by the PopcornTime team can not be proven as non-malware easily. However, due to point 3, this approach was reverted. You are free to use an older PKGBUILD with the appropriate variable updates to re-enable this, however you will miss support for recent codecs.
In addition, the PKGBUILD won't point to the Git release reference but will also include important commits, for e.g. security reasons or providers changes.