Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
3e4c5154
Commit
3e4c5154
authored
Nov 12, 2025
by
Boris Yumankulov
Committed by
Vitaly Lipatov
Nov 13, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play popcorn time: added openssl3 check
Signed-off-by:
Boris Yumankulov
<
boria138@altlinux.org
>
parent
0a5a2141
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
popcorn-time.sh
play.d/popcorn-time.sh
+2
-0
popcorn-time-nightly.sh
repack.d/popcorn-time-nightly.sh
+0
-1
No files found.
play.d/popcorn-time.sh
View file @
3e4c5154
...
@@ -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"
)
...
...
repack.d/popcorn-time-nightly.sh
View file @
3e4c5154
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment