Commit 0f847099 authored by Boris Yumankulov's avatar Boris Yumankulov Committed by Vitaly Lipatov

epm pack teamspeak3: pack libwebp.so.6 to teamspeak for fix install on RedOS (eterbug #17822)

parent 0cd0e3cf
......@@ -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
......
......@@ -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
......
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