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
6179b7c6
Commit
6179b7c6
authored
Mar 09, 2025
by
Boris Yumankulov
Committed by
Vitaly Lipatov
Mar 10, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play svp4: Drop bundled pythonqt for avoid dependency on python 3.8 (eterbug #18111)
parent
78e00a75
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
svp4.sh
pack.d/svp4.sh
+3
-0
svp4.sh
repack.d/svp4.sh
+3
-1
No files found.
pack.d/svp4.sh
View file @
6179b7c6
...
...
@@ -22,6 +22,9 @@ for f in "installer/"*.7z; do
7z
-bd
-bb0
-y
x
-o
"extracted/"
"
${
f
}
"
||
true
done
# Drop bundled pythonqt for avoid dependency on python 3.8
rm
extracted/extensions/libPythonQt.so
mv
extracted/
*
opt/svp4/
PKGNAME
=
$PRODUCT
-
$VERSION
...
...
repack.d/svp4.sh
View file @
6179b7c6
...
...
@@ -32,6 +32,8 @@ Exec=$PRODUCT %f
Icon=svp-manager4.png
EOF
add_requires mpv libmediainfo python3-module-vapoursynth libqt5-concurrent
add_requires mpv libqt5-concurrent
add_unirequires libPythonQt.so.0
"python3(vapoursynth)"
libmediainfo.so.0
ignore_lib_requires libPythonQt.so.1
add_libs_requires
add_bin_link_command
$PRODUCT
$PRODUCTDIR
/SVPManager
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