T
T
TwixFm2020-03-21 20:16:29
linux
TwixFm, 2020-03-21 20:16:29

How to install codecs in Yandex Browser in Manjaro Linux 19?

Today I decided to move from MX Linux back to Manjaro 19.0.2.
Installed all my programs that I use.
And there was a problem with installing codecs for Yandex browser.

Pamac enabled AUR.
Installed yay .
Installed yandex-browser-beta 20.2.3.320_1-2
And when I start installing yandex-browser-ffmpeg-codecs-opera 0.0.2-1, this comes out:

Preparing ...
Cloning assembly files yandex-browser-ffmpeg-codecs-opera ...
Checking dependencies for yandex-browser-ffmpeg-codecs-opera...
Cloning assembly files of opera-beta-ffmpeg-codecs...
Checking dependencies for opera-beta-ffmpeg-codecs...
Dependency resolution...
Checking for mutual conflicts...

Building yandex-browser-ffmpeg-codecs-opera...
==> Building package yandex-browser-ffmpeg-codecs-opera 0.0.2-1 (Sat 21 Mar 2020 20 :03:48)
==> Check dependencies to run...
==> Missing dependencies:
-> opera-beta-ffmpeg-codecs
==> Check dependencies to build...
==> ERROR: Failed to resolve all dependencies .


And without these codecs, videos in the browser are not played.
I tried the same actions on the virtual machine, the result is the same.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
X
xotkot, 2020-03-21
@TwixFm

judging by the description of the yandex-browser-ffmpeg-codecs-opera package

symlink for opera-ffmpeg-codecs package to be used with yandex-browser

it creates a symbolic link to opera-ffmpeg-codecs or opera-beta-ffmpeg-codecs
if so, at least you can do it all and manually
look at the PKGBUILD of this package, and we see, indeed , the opera-ffmpeg-codecs package
is installed (of rep) or opera-beta-ffmpeg-codecs (from aura) - browser-beta folder is created if not present: - a symbolic link to libffmpeg.so is created :
mkdir -p /opt/yandex/browser-beta
ln -s /usr/lib/opera/lib_extra/libffmpeg.so /opt/yandex/browser-beta

or if you installed opera - beta -ffmpeg-codecs then
ln -s /usr/lib/opera-beta/lib_extra/libffmpeg.so /opt/yandex/browser-beta

well, everything seems to work,
ps .
but it's better to figure out what the problem with dependencies is
yay -Syu
yay -Sv yandex-browser-ffmpeg-codecs-opera

p.c.2
as an option (in my opinion the best option) you can simply connect the turnip where the already assembled package opera-beta-ffmpeg-codecs
https://repo.herecura.eu/ is located, add lines to the /etc/pacman.conf
file :
[herecura]
Server = https://repo.herecura.be/herecura/x86_64

lines are written before [core]
and then we execute the commands:
sudo pacman -Suyy
sudo pacman -S opera-beta-ffmpeg-codecs
yay -S yandex-browser-ffmpeg-codecs-opera

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question