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
f5311f89
Commit
f5311f89
authored
Apr 19, 2022
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drop extra requires
parent
ff216f8d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
6 deletions
+7
-6
epm-repack
bin/epm-repack
+2
-1
eepm.spec
eepm.spec
+1
-1
vivaldi-codecs-ffmpeg-extra.sh
play.d/vivaldi-codecs-ffmpeg-extra.sh
+4
-4
No files found.
bin/epm-repack
View file @
f5311f89
...
...
@@ -246,7 +246,8 @@ __epm_repack_to_rpm()
SUBGENERIC
=
'appimage'
./
$alpkg
--appimage-extract
||
fatal
alpkg
=
$PKGNAME
-
$VERSION
.tar
erc a
$alpkg
squashfs-root
assure_exists erc
||
fatal
a
=
erc a
$alpkg
squashfs-root
else
VERSION
=
"
$(
echo
"
$alpkg
"
|
grep
-o
-P
"[-_.]([0-9])([0-9])*(
\.
[0-9])*"
|
head
-n1
|
sed
-e
's|^[-_.]||'
)
"
#"
if
[
-n
"
$VERSION
"
]
;
then
...
...
eepm.spec
View file @
f5311f89
...
...
@@ -44,7 +44,7 @@ See detailed description here: http://wiki.etersoft.ru/EPM
Summary: Etersoft EPM package manager (repack requirements)
Group: System/Configuration/Packaging
Requires: %name = %EVR
Requires:
fakeroot
alien dpkg patchelf
Requires:
erc
alien dpkg patchelf
Requires: /usr/bin/rpmbuild
%description repack
...
...
play.d/vivaldi-codecs-ffmpeg-extra.sh
View file @
f5311f89
...
...
@@ -19,8 +19,8 @@ PKGNAME=vivaldi-$BRANCH-codecs-ffmpeg-extra
VIVALDI_VERSION
=
$(
epm print version
for
package vivaldi-stable
)
||
fatal
# used in update-ffmpeg
epm
install
--skip-installed
tar
binutils
||
exit
epm assure
awk
gawk
||
exit
# install ffmpeg extra codecs
pack_ffmpeg
()
{
...
...
@@ -36,14 +36,14 @@ pack_ffmpeg() {
# download ffmpeg with upstream script update-ffmpeg but with our pack_ffmpeg function
[
-s
$PRODUCTDIR
/update-ffmpeg
]
||
fatal
"
$PRODUCTDIR
/update-ffmpeg is missed"
SC
=
$(
mktemp
)
awk
'BEGIN{desk=0}{ if(/^.*--system.*/&&desk==0){desk++} ; if (desk==0) {print} }'
<
$PRODUCTDIR
/update-ffmpeg
>
$SC
a
=
''
a
wk
'BEGIN{desk=0}{ if(/^.*--system.*/&&desk==0){desk++} ; if (desk==0) {print} }'
<
$PRODUCTDIR
/update-ffmpeg
>
$SC
.
$SC
DDIR
=
$(
mktemp
-d
)
cd
$DDIR
||
fatal
$EGET
$FFMPEG_URL_DEB
SUITABLE_URLS
=
$FFMPEG_URL_DEB
ar
-x
*
.deb
tar
xf
"data.tar.xz"
a
=
''
a
r
-x
*
.deb
a
=
''
tar
xf
"data.tar.xz"
pack_ffmpeg
rm
-rf
$DDIR
rm
-f
$SC
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