mirror of
https://abf.rosa.ru/djam/jitsi-meet-electron.git
synced 2025-02-23 14:22:57 +00:00
2024.3.0
This commit is contained in:
parent
74f18c3750
commit
30e915e952
1 changed files with 8 additions and 2 deletions
|
@ -14,7 +14,7 @@ Patch0: %{oname}_package.patch
|
|||
License: ASL 2.0
|
||||
Group: Networking/Instant messaging
|
||||
ExclusiveArch: x86_64
|
||||
BuildRequires: nodejs14
|
||||
BuildRequires: nodejs-bootstrap-bin >= 16
|
||||
BuildRequires: yarn
|
||||
BuildRequires: pkgconfig(zlib) >= 1.2.11
|
||||
BuildRequires: imagemagick
|
||||
|
@ -33,7 +33,13 @@ Desktop application for Jitsi Meet built with Electron
|
|||
%patch -p1
|
||||
|
||||
%build
|
||||
export PATH=$PATH:/opt/nodejs14/bin
|
||||
export PATH=/opt/nodejs16/bin/:$PATH
|
||||
|
||||
export PYTHONPATH=%{python38_sitelib}
|
||||
export PYTHON3=/usr/libexec/python3.8
|
||||
export PYTHON=/usr/libexec/python3.8
|
||||
|
||||
yarn config set --home enableTelemetry 0
|
||||
|
||||
yarn
|
||||
yarn run build
|
||||
|
|
Loading…
Add table
Reference in a new issue