This package installs also static libs ".a" please provide do add relative USE. TIA /usr/lib/libxvidcore.a /usr/lib/libxvidcore.so.4.2 /usr/lib/libxvidcore.so.4 /usr/lib/libxvidcore.so
*** Bug 399861 has been marked as a duplicate of this bug. ***
Created attachment 359254 [details, diff] patch, works fine for me
Created attachment 359256 [details, diff] patch, works fine for me Fixed typo.
Comment on attachment 359256 [details, diff] patch, works fine for me no; disable building static libs, removing it afterwards doesnt gain much and can be done by INSTALL_MASK instead of USE=static-libs
Well, disabling linking static lib is better, but removing it in src_install is common practise for portage tree: qgrep -N static-libs|grep 'rm .*.a' -c
(In reply to Nikoli from comment #5) > Well, disabling linking static lib is better, but removing it in src_install > is common practise for portage tree: > qgrep -N static-libs|grep 'rm .*.a' -c A practise I've reverted from everywhere I've seen it -- let's not spread the disease
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=768e33caf66dd41b379218f5188e9cc7ed2e7572 commit 768e33caf66dd41b379218f5188e9cc7ed2e7572 Author: Alessandro Barbieri <lssndrbarbieri@gmail.com> AuthorDate: 2020-04-21 22:11:26 +0000 Commit: David Seifert <soap@gentoo.org> CommitDate: 2020-04-21 22:11:26 +0000 media-libs/xvid: [QA] Do not install static library * EAPI 7 * do not install static library * removed fbsd KEYWORDS Closes: https://bugs.gentoo.org/378311 Closes: https://github.com/gentoo/gentoo/pull/13085 Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com> Signed-off-by: David Seifert <soap@gentoo.org> media-libs/xvid/xvid-1.3.5-r1.ebuild | 68 ++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+)