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
3a1ae97b
Commit
3a1ae97b
authored
Oct 29, 2025
by
Boris Yumankulov
Committed by
Vitaly Lipatov
Oct 31, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play svp4: fix install (eterbug #17865)
Signed-off-by:
Boris Yumankulov
<
boria138@altlinux.org
>
parent
40629506
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
13 deletions
+28
-13
svp4.sh
pack.d/svp4.sh
+27
-12
svp4.sh
repack.d/svp4.sh
+1
-1
No files found.
pack.d/svp4.sh
View file @
3a1ae97b
...
@@ -9,23 +9,38 @@ PRODUCT="svp4"
...
@@ -9,23 +9,38 @@ PRODUCT="svp4"
# svp4-linux.4.6.263
# svp4-linux.4.6.263
VERSION
=
"
$(
basename
"
$TAR
"
.tar.bz2 |
grep
-oP
'\d+\.\d+(\.\d+)?'
)
"
VERSION
=
"
$(
basename
"
$TAR
"
.tar.bz2 |
grep
-oP
'\d+\.\d+(\.\d+)?'
)
"
# mkdir -p installer
# echo "Finding 7z archives in installer..."
# LANG=C grep --only-matching --byte-offset --binary --text $'7z\xBC\xAF\x27\x1C' "svp4-linux-64.run" |
# cut -f1 -d: |
# while read ofs; do
# dd if="svp4-linux-64.run" bs=1M iflag=skip_bytes status=none skip="${ofs}" of="installer/bin-${ofs}.7z"
# done
#
# echo "Extracting 7z archives from installer..."
# for f in "installer/"*.7z; do
# 7z -bd -bb0 -y x -o"extracted/" "${f}" || true
# done
mkdir
-p
opt/svp4
mkdir
-p
opt/svp4
erc
$TAR
erc
$TAR
mkdir
installer
chmod
+x svp4-linux.run
LANG
=
C
grep
--only-matching
--byte-offset
--binary
--text
$'7z
\x
BC
\x
AF
\x
27
\x
1C'
"svp4-linux-64.run"
|
./svp4-linux.run
--installDefault
--targetDir
"
$(
pwd
)
/opt/svp4"
cut
-f1
-d
: |
while
read
ofs
;
do
dd
if
=
"svp4-linux-64.run"
bs
=
1M
iflag
=
skip_bytes
status
=
none
skip
=
"
${
ofs
}
"
of
=
"installer/bin-
${
ofs
}
.7z"
done
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
# Drop bundled pythonqt for avoid dependency on python 3.8
rm
extracted/extensions/libPythonQt.so
rm
opt/svp4/extensions/libPythonQt.so
mv
extracted/
*
opt/svp4/
# Drop svptube for avoid dependency on python 3.8
rm
opt/svp4/extensions/libsvptube.so
rm
-r
opt/svp4/extensions/tube
# Drop installer source and bundled dependency
rm
-r
opt/svp4/installerResources
rm
-r
opt/svp4/mpv
rm
-r
opt/svp4/python
rm
opt/svp4/qt6.conf
find opt/svp4/libs/
-mindepth
1
-maxdepth
1
!
-name
'libmediainfo.so.0'
-exec
rm
-rf
{}
+
PKGNAME
=
$PRODUCT
-
$VERSION
PKGNAME
=
$PRODUCT
-
$VERSION
...
...
repack.d/svp4.sh
View file @
3a1ae97b
...
@@ -34,6 +34,6 @@ EOF
...
@@ -34,6 +34,6 @@ EOF
add_requires mpv libqt5-concurrent
add_requires mpv libqt5-concurrent
add_unirequires libPythonQt.so.0
"python3(vapoursynth)"
libmediainfo.so.0
add_unirequires libPythonQt.so.0
"python3(vapoursynth)"
libmediainfo.so.0
ignore_lib_requires libPythonQt.so.1
ignore_lib_requires libPythonQt.so.1
libPythonQt.so.3 libnvinfer.so.10
add_libs_requires
add_libs_requires
add_bin_link_command
$PRODUCT
$PRODUCTDIR
/SVPManager
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