Sefa Eyeoglu

Results 374 comments of Sefa Eyeoglu

I don't have commands for fully automating this yet. You would definetely need an Arch Linux environment in Travis (I guess using the docker image `archlinux/base`?). How it would work:...

Here is the current PKGBUILD file that would need to be automated. https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=electronplayer

Some other project wanted to do something similar. They do not automatically update the `PKGBUILD` file though and rather do that manually before every release. They do have automatic deployment...

I never heard of any `.pacman` file format. There is `.pkg.tar` which is basically the equivalent of a `.deb` file, that will be created when building the `PKGBUILD` file. I...

I looked into it. Looks like `electron-builder` can create own binary packages for Arch Linux / pacman. You could provide these in GitHub releases, too, but as I said most...

The AUR is not the same as Ubuntu PPAs. The AUR never really contains binary package. Rather it just contains the build files needed to create a package (the `PKGBUILD`...

> The Arch User Repository (AUR) is a community-driven repository for Arch users. It contains package descriptions (PKGBUILDs) that allow you to compile a package from source with makepkg and...

I think the files from the dl.google.com server might be for Firefox. As Google Chrome also has a `widevinecdmadapter` library, that is not included in the zip archive. Afaik Firefox...

It actually seems like the command line flag for widevine is ignored. As even invalid paths don't cause any errors. I also extracted the widevine library from Google Chrome and...

[This older project](https://github.com/lassebrenden/electron-netflix/blob/master/src/main.js) (using Electron 1.6.x) uses this adapter lib, too. So i am unsure, if it is actually required.