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
f7edd377
Commit
f7edd377
authored
Mar 04, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: add vkcalls support
parent
b583f6b7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
35 additions
and
0 deletions
+35
-0
vkcalls.sh
play.d/vkcalls.sh
+9
-0
vk-calls.sh
repack.d/vk-calls.sh
+26
-0
No files found.
play.d/vkcalls.sh
0 → 100755
View file @
f7edd377
#!/bin/sh
PKGNAME
=
vkcalls
SUPPORTEDARCHES
=
"x86_64"
DESCRIPTION
=
"VK Calls for Linux from the official site"
.
$(
dirname
$0
)
/common.sh
epm
install
"https://vkcalls-native-ac.vk-apps.com/latest/vk-calls-amd64.deb"
||
exit
repack.d/vk-calls.sh
0 → 100755
View file @
f7edd377
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
PRODUCT
=
vkcalls
PRODUCTDIR
=
/opt/vk-calls
.
$(
dirname
$0
)
/common.sh
move_to_opt /usr/opt/vk-calls
subst
'1iAutoProv:no'
$SPEC
remove_file /usr/local/bin/
$PRODUCT
add_bin_link_command
epm assure patchelf
||
exit
cd
$BUILDROOT$PRODUCTDIR
for
i
in
lib
*
$PRODUCT
;
do
a
=
patchelf
--set-rpath
'$ORIGIN'
$i
done
epm
install
--skip-installed
libmfx
||
epm
install
316139
||
fatal
"Can't install libmfx"
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