Commit 1942c43d authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: update flyview install

parent b1ea7bbd
......@@ -6,6 +6,7 @@ DESCRIPTION="FlyView Client from the official site"
. $(dirname $0)/common.sh
PKG="$(epm tool eget --list --latest https://flyviewvms.ru/downloads/ "flyview-client*linux64.deb")"
#PKG="$(epm tool eget --list --latest https://flyviewvms.ru/downloads/ "flyview-client*linux64.deb")"
PKG="https://flyviewvms.ru/distro/flyview-client.deb"
epm install $PKG
......@@ -6,6 +6,7 @@ DESCRIPTION="FlyView (Ipera) Server from the official site"
. $(dirname $0)/common.sh
PKG="$(epm tool eget --list --latest https://flyviewvms.ru/downloads/ "flyview-server*linux64.deb")"
#PKG="$(epm tool eget --list --latest https://flyviewvms.ru/downloads/ "flyview-server*linux64.deb")"
PKG="https://flyviewvms.ru/distro/flyview-server.deb"
epm install $PKG
epm install $PKG || exit
......@@ -16,9 +16,9 @@ for i in lib*.so.* gstreamer-0.10/lib*.so.* ; do
a= patchelf --set-rpath '$ORIGIN' $i
done
for i in ../bin/qml/QtQuick/Particles.2/libparticlesplugin.so ; do
a= patchelf --set-rpath "$LIBDIR" $i
done
#for i in ../bin/qml/QtQuick/Particles.2/libparticlesplugin.so ; do
# a= patchelf --set-rpath "$LIBDIR" $i
#done
filter_from_requires "libldap_r-2.4.so.2(OPENLDAP_2.*)(64bit)" "liblber-2.4.so.2(OPENLDAP_2.*)(64bit)" "ld-linux-.*(GLIBC_PRIVATE)"
# ignore embedded libs
......
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