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
555992fc
Commit
555992fc
authored
Jun 18, 2024
by
Ivan Mazhukin
Committed by
Vitaly Lipatov
Nov 09, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: add xeoma (eterbug #17431)
parent
6397b133
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
52 additions
and
0 deletions
+52
-0
xeoma.sh
pack.d/xeoma.sh
+36
-0
xeoma.sh
play.d/xeoma.sh
+16
-0
No files found.
pack.d/xeoma.sh
0 → 100755
View file @
555992fc
#!/bin/sh
TAR
=
"
$1
"
RETURNTARNAME
=
"
$2
"
VERSION
=
"
$3
"
.
$(
dirname
$0
)
/common.sh
# xeoma_linux64.tgz
erc unpack
$TAR
||
fatal
mkdir
-p
opt/xeoma
mv
xeoma.app
*
opt/xeoma/xeoma
install_file ipfs://QmaVnzNmFjR3BmA5b4jzjwo4MNBRkN7UoewiKotDULbCH5 usr/share/icons/hicolor/512x512/apps/
$PRODUCT
.png
# create desktop file
cat
<<
EOF
| create_file /usr/share/applications/
$PRODUCT
.desktop
[Desktop Entry]
Version=1.0
Type=Application
Name=Xeoma
Comment=Video surveillance with AI video analytics
Exec=
$PRODUCT
%U
Icon=
$PRODUCT
Terminal=false
StartupNotify=true
Categories=Video;
StartupWMClass=xeoma
MimeType=x-scheme-handler/xeoma
EOF
PKGNAME
=
$PRODUCT
-
$VERSION
erc pack
$PKGNAME
.tar opt usr
||
fatal
return_tar
$PKGNAME
.tar
play.d/xeoma.sh
0 → 100755
View file @
555992fc
#!/bin/sh
PKGNAME
=
xeoma
SUPPORTEDARCHES
=
"x86_64"
VERSION
=
"
$2
"
DESCRIPTION
=
"Video surveillance with AI video analytics"
URL
=
"https://felenasoft.com/xeoma/ru/"
.
$(
dirname
$0
)
/common.sh
warn_version_is_not_supported
VERSION
=
$(
eget
-q
-O-
"https://felenasoft.com/xeoma/en/changes/"
|
grep
"Official version"
|
grep
-o
-m
1
"[0-9.]
\+
"
|
grep
-o
-m
1
"[0-9.]
\+
"
)
PKGURL
=
"https://felenasoft.com/xeoma/downloads/latest/linux/xeoma_linux64.tgz"
install_pack_pkgurl
$VERSION
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