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
Builder Robot
eepm
Commits
66f4edc2
Commit
66f4edc2
authored
Apr 09, 2026
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: add openshot (video editor)
parent
cabcec45
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
43 additions
and
0 deletions
+43
-0
openshot-qt.sh
pack.d/openshot-qt.sh
+16
-0
openshot.sh
play.d/openshot.sh
+17
-0
openshot-qt.sh
repack.d/openshot-qt.sh
+10
-0
No files found.
pack.d/openshot-qt.sh
0 → 100755
View file @
66f4edc2
#!/bin/sh
TAR
=
"
$1
"
RETURNTARNAME
=
"
$2
"
.
$(
dirname
$0
)
/common.sh
# OpenShot-v3.5.1-x86_64.AppImage
VERSION
=
"
$(
basename
"
$TAR
"
.AppImage |
sed
-e
's|OpenShot-v||'
-e
's|-x86_64||'
)
"
[
-n
"
$VERSION
"
]
||
fatal
"Can't extract version from
$TAR
file."
PKGNAME
=
"
$PRODUCT
-
$VERSION
"
cp
"
$TAR
"
"
$PKGNAME
.AppImage"
||
fatal
return_tar
"
$PKGNAME
.AppImage"
play.d/openshot.sh
0 → 100755
View file @
66f4edc2
#!/bin/sh
PKGNAME
=
openshot-qt
SUPPORTEDARCHES
=
"x86_64"
VERSION
=
"
$2
"
DESCRIPTION
=
"OpenShot Video Editor from the official site"
URL
=
"https://github.com/OpenShot/openshot-qt"
.
$(
dirname
$0
)
/common.sh
if
[
"
$VERSION
"
=
"*"
]
;
then
PKGURL
=
$(
get_github_url
"https://github.com/OpenShot/openshot-qt"
"OpenShot-v
${
VERSION
}
-x86_64.AppImage"
)
else
PKGURL
=
"https://github.com/OpenShot/openshot-qt/releases/download/v
${
VERSION
}
/OpenShot-v
${
VERSION
}
-x86_64.AppImage"
fi
install_pack_pkgurl
repack.d/openshot-qt.sh
0 → 100755
View file @
66f4edc2
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
.
$(
dirname
$0
)
/common.sh
# AppImage bundles its own libFLAC (so.8), ignore the outdated soname requirement
ignore_lib_requires
'libFLAC.so.8'
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