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
f6a97acd
Commit
f6a97acd
authored
Mar 22, 2024
by
Иван Мажукин
Committed by
Vitaly Lipatov
Mar 23, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm pack: add davinchi-resolve
parent
6e0dc636
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
0 deletions
+44
-0
davinci-resolve.sh
pack.d/davinci-resolve.sh
+44
-0
No files found.
pack.d/davinci-resolve.sh
0 → 100755
View file @
f6a97acd
#!/bin/sh
set
-x
TAR
=
"
$1
"
RETURNTARNAME
=
"
$2
"
PRODUCT
=
davinci-resolve
.
$(
dirname
$0
)
/common.sh
# DaVinci_Resolve_18.6.5_Linux.run
BASENAME
=
$(
basename
$1
.run
)
VERSION
=
$(
echo
$BASENAME
|
sed
-e
's|DaVinci_Resolve_||'
|
sed
-e
's|_Linux||'
)
mkdir
-p
opt/davinci-resolve
$1
--appimage-extract
&> /dev/null
mv
-v
squashfs-root/
*
opt/davinci-resolve/
# fix for libpango.so error
# mv opt/davinci-resolve/libs/libc++.so.1 opt/davinci-resolve/libs/libc++.so.1.orig
# mv opt/davinci-resolve/libs/libglib-2.0.so.0 opt/davinci-resolve/libs/libglib-2.0.so.0.orig
install
-Dm0644
opt/davinci-resolve/share/default-config.dat
-t
opt/
$PRODUCT
/configs
install
-Dm0644
opt/davinci-resolve/share/log-conf.xml
-t
opt/
$PRODUCT
}
/configs
install
-Dm0644
opt/davinci-resolve/share/default_cm_config.bin
-t
opt/
$PRODUCT
/DolbyVision
install
-Dm0644
opt/davinci-resolve/share/
*
.desktop
-t
usr/share/applications
install
-Dm0644
opt/davinci-resolve/share/DaVinciResolve.directory
-t
usr/share/desktop-directories
install
-Dm0644
opt/davinci-resolve/share/DaVinciResolve.menu
-t
etc/xdg/menus
install
-Dm0644
opt/davinci-resolve/graphics/DV_Resolve.png
-t
usr/share/icons/hicolor/64x64/apps
install
-Dm0644
opt/davinci-resolve/graphics/DV_ResolveProj.png
-t
usr/share/icons/hicolor/64x64/apps
install
-Dm0644
opt/davinci-resolve/share/resolve.xml
-t
usr/share/mime/packages
install
-Dm0644
opt/davinci-resolve/share/etc/udev/rules.d/99-BlackmagicDevices.rules
-t
usr/lib/udev/rules.d
install
-Dm0644
opt/davinci-resolve/share/etc/udev/rules.d/99-ResolveKeyboardHID.rules
-t
usr/lib/udev/rules.d
# install -Dm0644 opt/davinci-resolve/share/etc/udev/rules.d/99-DavinciPanel.rules -t usr/lib/udev/rules.d
# fix for libpango.so error too
# ln -s /usr/lib/libglib-2.0.so.0 opt/davinci-resolve/libs/libglib-2.0.so.0
PKGNAME
=
$PRODUCT
-
$VERSION
erc pack
$PKGNAME
.tar opt usr etc
||
fatal
return_tar
$PKGNAME
.tar
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