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
Nurlan
eepm
Commits
1942c43d
Commit
1942c43d
authored
Dec 12, 2022
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: update flyview install
parent
b1ea7bbd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
6 deletions
+8
-6
flyview-client.sh
play.d/flyview-client.sh
+2
-1
flyview-server.sh
play.d/flyview-server.sh
+3
-2
ipera-client.sh
repack.d/ipera-client.sh
+3
-3
No files found.
play.d/flyview-client.sh
View file @
1942c43d
...
...
@@ -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
play.d/flyview-server.sh
View file @
1942c43d
...
...
@@ -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
repack.d/ipera-client.sh
View file @
1942c43d
...
...
@@ -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
...
...
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