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
Vladislav
eepm
Commits
b311842e
Commit
b311842e
authored
Apr 01, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm repack DJV2: fix requires
parent
c458de42
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
DJV2.sh
repack.d/DJV2.sh
+8
-1
No files found.
repack.d/DJV2.sh
View file @
b311842e
...
...
@@ -30,5 +30,12 @@ for i in $BUILDROOT$PRODUCTDIR/bin/{djv,djv_*} ; do
a
=
patchelf
--set-rpath
'$ORIGIN/../lib'
$i
done
for
i
in
$BUILDROOT$PRODUCTDIR
/lib/lib
*
.so
*
;
do
a
=
patchelf
--set-rpath
'$ORIGIN'
$i
done
filter_from_requires libav libswresample libswscale
# install all requires packages before packing (the list have got with rpmreqs package | xargs echo)
#epm install --skip-installed at-spi2-atk coreutils findutils gawk glib2 libalsa libatk libat-spi2-core libcairo libdbus libdrm libexpat libgbm libgdk-pixbuf libgio libgtk+3 libnspr libnss libpango libsecret libX11 libxcb libXcomposite libXcursor libXdamage libXext libXfixes libXi libxkbfile libXrandr libXrender libXScrnSaver libXtst sed
epm
install
--skip-installed
libalsa libGLX libOpenGL libX11 libxcb libXext zlib
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