mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 04:20:27 +02:00
sdrtrunk-bin: fix https://github.com/pentoo/pentoo-overlay/issues/1854
This commit is contained in:
parent
000406c037
commit
6a2f14d811
1 changed files with 4 additions and 0 deletions
|
|
@ -53,5 +53,9 @@ src_install() {
|
|||
dodir /opt/sdrtrunk/
|
||||
cp -R * "${ED}"/opt/sdrtrunk/
|
||||
|
||||
# Remove bundled VLC plugin stubs that reference obsolete ffmpeg sonames
|
||||
# (libavcodec/libavformat versions 54/56/57) which cause QA SONAME failures
|
||||
find "${ED}"/opt/sdrtrunk/lib -name 'libavplugin*.so' -delete || die
|
||||
|
||||
dosym "../../${EPREFIX}"/opt/sdrtrunk/bin/sdr-trunk /usr/bin/sdr-trunk
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue