Package Details: stremio 4.4.168-2

Git Clone URL: https://aur.archlinux.org/stremio.git (read-only, click to copy)
Package Base: stremio
Description: A one-stop hub for video content aggregation (Movies, TV shows, series, live television or web channels)
Upstream URL: https://www.stremio.com/
Licenses: GPL-3.0-only
Submitter: dbermond
Maintainer: dbermond
Last Packager: dbermond
Votes: 48
Popularity: 2.85
First Submitted: 2019-06-01 18:13 (UTC)
Last Updated: 2024-08-03 21:03 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

b-fg commented on 2022-11-14 08:45 (UTC)

I am getting the following conflict when installing with yay:

::nodejs-lts-gallium and nodejs are in conflict. Remove nodejs? [y/N]

Is it okay to do such replacement? Suggests N, so I am not sure.

dbermond commented on 2022-11-13 11:25 (UTC)

@fahimscirex Package is building fine. AUR helpers are not supported. Use makepkg and avoid using fancy mounted directories at '/mnt'.

fahimscirex commented on 2022-11-11 23:59 (UTC)

Install the project...
-- Install configuration: "Release"
-- Installing: /mnt/Data/.cache/yay-build-fahim/stremio/pkg/stremio/opt/stremio/stremio
make[1]: Leaving directory '/mnt/Data/.cache/yay-build-fahim/stremio/src/stremio-shell/build'
install -Dm 644 server.js "/mnt/Data/.cache/yay-build-fahim/stremio/pkg/stremio/opt/stremio/server.js"
install -Dm 644 smartcode-stremio.desktop "/mnt/Data/.cache/yay-build-fahim/stremio/pkg/stremio/opt/stremio/smartcode-stremio.desktop"
cp -r icons "/mnt/Data/.cache/yay-build-fahim/stremio/pkg/stremio/opt/stremio/"
ln -s "" "/mnt/Data/.cache/yay-build-fahim/stremio/pkg/stremio/opt/stremio/node"
ln: failed to create symbolic link '/mnt/Data/.cache/yay-build-fahim/stremio/pkg/stremio/opt/stremio/node' -> '': No such file or directory
make: *** [release.makefile:18: install] Error 1
make: Leaving directory '/mnt/Data/.cache/yay-build-fahim/stremio/src/stremio-shell'
==> ERROR: A failure occurred in package().
    Aborting...
 -> error making: stremio

dbermond commented on 2022-11-11 20:07 (UTC)

@otuva Your package was needing a rebuild against the new openssl 3.0. Remember that it's user responsibility to rebuild the installed AUR packages when some dependency get a soname bump. Anyway, the package is now updated to the latest upstream version.

otuva commented on 2022-11-05 15:15 (UTC) (edited on 2022-11-06 06:14 (UTC) by otuva)

OpenSSL got an update and if you re-build it'll fail as mentioned in a comment below. Until upstream gets patched, if anyone wants to install they can use openssl-1.1 which provides libcrypto.so.1.1

stremio: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory

@dbermond can you update pkgbuild please

s0me-1 commented on 2022-10-24 20:01 (UTC) (edited on 2022-10-24 20:04 (UTC) by s0me-1)

Currently broken due to a recent git security update (details here):

Cloning into '/home/user/.cache/yay/stremio/src/stremio-shell/deps/chroma'...
fatal: transport 'file' not allowed
fatal: clone of '/home/user/.cache/yay/stremio/src/razerchroma' into submodule path '/home/user/.cache/yay/stremio/src/stremio-shell/deps/chroma' failed
Failed to clone 'deps/chroma'. Retry scheduled
Cloning into '/home/user/.cache/yay/stremio/src/stremio-shell/deps/libmpv'...
fatal: transport 'file' not allowed
fatal: clone of '/home/user/.cache/yay/stremio/src/libmpv' into submodule path '/home/user/.cache/yay/stremio/src/stremio-shell/deps/libmpv' failed
Failed to clone 'deps/libmpv'. Retry scheduled
Cloning into '/home/user/.cache/yay/stremio/src/stremio-shell/deps/singleapplication'...
fatal: transport 'file' not allowed
fatal: clone of '/home/user/.cache/yay/stremio/src/SingleApplication' into submodule path '/home/user/.cache/yay/stremio/src/stremio-shell/deps/singleapplication' failed
Failed to clone 'deps/singleapplication'. Retry scheduled
Cloning into '/home/user/.cache/yay/stremio/src/stremio-shell/deps/chroma'...
fatal: transport 'file' not allowed
fatal: clone of '/home/user/.cache/yay/stremio/src/razerchroma' into submodule path '/home/user/.cache/yay/stremio/src/stremio-shell/deps/chroma' failed
Failed to clone 'deps/chroma' a second time, aborting

Workaround is to downgrade git

malcolm commented on 2022-09-10 20:49 (UTC)

how is it possible to pass some argument to mpv? the mpris plugin is currently not working

dbermond commented on 2022-07-07 19:30 (UTC)

@ulgens When upstream supports the current nodejs version.

ulgens commented on 2022-07-07 06:15 (UTC)

@dbermond Any plan to replace nodejs-lts-gallium with nodejs?