Commit 3e4c5154 authored by Boris Yumankulov's avatar Boris Yumankulov Committed by Vitaly Lipatov

epm play popcorn time: added openssl3 check

parent 0a5a2141
...@@ -8,6 +8,8 @@ URL="https://github.com/popcorn-official/popcorn-desktop" ...@@ -8,6 +8,8 @@ URL="https://github.com/popcorn-official/popcorn-desktop"
. $(dirname $0)/common.sh . $(dirname $0)/common.sh
is_soname_present libssl.so.3 || fatal "This package needs OpenSSL 3."
warn_version_is_not_supported warn_version_is_not_supported
PKGURL=$(eget --list https://popcorntime.app/download "*.deb") PKGURL=$(eget --list https://popcorntime.app/download "*.deb")
......
...@@ -14,5 +14,4 @@ fix_desktop_file "Categories=" "Categories=Network;Video;" ...@@ -14,5 +14,4 @@ fix_desktop_file "Categories=" "Categories=Network;Video;"
# workaround for Nvidia # workaround for Nvidia
fix_desktop_file "Exec=popcorntime-tauri" "Exec=WEBKIT_DISABLE_DMABUF_RENDERER=1 GDK_BACKEND=x11 popcorntime-tauri" fix_desktop_file "Exec=popcorntime-tauri" "Exec=WEBKIT_DISABLE_DMABUF_RENDERER=1 GDK_BACKEND=x11 popcorntime-tauri"
add_libs_requires add_libs_requires
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment