Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 833768 - media-plugins/frei0r-plugins-1.7.0-r1 has automagic dependency on OpenCV (PATCH)
Summary: media-plugins/frei0r-plugins-1.7.0-r1 has automagic dependency on OpenCV (PATCH)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2022-02-19 14:29 UTC by Anna Vyalkova
Modified: 2022-08-14 21:29 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (f.build.log,15.41 KB, text/x-log)
2022-02-19 14:29 UTC, Anna Vyalkova
Details
CMakeOutput.log (CMakeOutput.log,44.34 KB, text/plain)
2022-02-19 14:30 UTC, Anna Vyalkova
Details
emerge --info (emerge.info,14.92 KB, text/plain)
2022-02-19 14:31 UTC, Anna Vyalkova
Details
patch that fixes the bug (0001-media-plugins-frei0r-plugins-fix-CMake-flags-not-bei.patch,2.18 KB, patch)
2022-02-19 14:42 UTC, Anna Vyalkova
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anna Vyalkova 2022-02-19 14:29:55 UTC
Created attachment 765470 [details]
build.log

As you can see in the logs, CMake options are not passed.
Comment 1 Anna Vyalkova 2022-02-19 14:30:50 UTC
Created attachment 765471 [details]
CMakeOutput.log
Comment 2 Anna Vyalkova 2022-02-19 14:31:51 UTC
Created attachment 765472 [details]
emerge --info
Comment 3 Anna Vyalkova 2022-02-19 14:42:39 UTC
Created attachment 765473 [details, diff]
patch that fixes the bug

So here's my `git am`-able patch :)
Comment 4 Larry the Git Cow gentoo-dev 2022-02-20 01:07:31 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95eb103649422aac003018f55f76b8a606f1850e

commit 95eb103649422aac003018f55f76b8a606f1850e
Author:     Anna Vyalkova <cyber+gentoo@sysrq.in>
AuthorDate: 2022-02-19 14:33:00 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-02-20 01:02:36 +0000

    media-plugins/frei0r-plugins: fix CMake flags not being passed
    
    Other changes:
    
    * update EAPI 7 -> 8
    * use docs.eclass
    * remove pkgconfig build dependency (it's a rdep of cmake)
    
    Closes: https://bugs.gentoo.org/833768
    Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in>
    Signed-off-by: Sam James <sam@gentoo.org>

 .../frei0r-plugins/frei0r-plugins-1.7.0-r2.ebuild  | 54 ++++++++++++++++++++++
 1 file changed, 54 insertions(+)
Comment 5 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-02-20 01:08:35 UTC
Thank you!