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
0f847099
Commit
0f847099
authored
Nov 12, 2024
by
Boris Yumankulov
Committed by
Vitaly Lipatov
Jan 13, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm pack teamspeak3: pack libwebp.so.6 to teamspeak for fix install on RedOS (eterbug #17822)
parent
0cd0e3cf
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
teamspeak3.sh
pack.d/teamspeak3.sh
+6
-1
teamspeak3.sh
repack.d/teamspeak3.sh
+0
-2
No files found.
pack.d/teamspeak3.sh
View file @
0f847099
...
...
@@ -22,12 +22,17 @@ false && rm -rfv qt.conf *.so* \
rm
-v
update
cd
-
>
/dev/null
# pack libwebp.so.6 from ALT Linux
eget https://git.altlinux.org/tasks/177836/build/200/x86_64/rpms/libwebp6-0.5.2-alt2.x86_64.rpm
rpm2cpio libwebp6-0.5.2-alt2.x86_64.rpm | cpio
-idmv
cp
usr/lib64/
*
opt/
$PRODUCT
rm
libwebp6-0.5.2-alt2.x86_64.rpm
# TeamSpeak3-Client-linux_amd64-3.6.0.run
VERSION
=
"
$(
echo
$TAR
|
sed
-e
's|.*-||'
-e
's|\..*||'
)
"
PKGNAME
=
$PRODUCT
-
$VERSION
erc
a
$PKGNAME
.tar opt/
$PRODUCT
erc
pack
$PKGNAME
.tar opt
||
fatal
cat
<<
EOF
>
$PKGNAME
.tar.eepm.yaml
name:
$PRODUCT
...
...
repack.d/teamspeak3.sh
View file @
0f847099
...
...
@@ -46,8 +46,6 @@ if [ "$libevent" != "libevent-2.1.so.7" ] && epm assure patchelf ; then
#patchelf --replace-needed libquazip.so libquazip1-qt5.so.1.0.0 .$PRODUCTDIR/ts3client_linux_amd64
fi
epm
install
"libwebp.so.6()(64bit)"
||
epm
install
https://git.altlinux.org/tasks/177836/build/200/x86_64/rpms/libwebp6-0.5.2-alt2.x86_64.rpm
||
fatal
"Can't install needed libwebp6"
# require missed libQt5WaylandClient.so.5
remove_file
$PRODUCTDIR
/platforms/libqwayland-generic.so
remove_file
$PRODUCTDIR
/platforms/libqwayland-egl.so
...
...
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