Summary: | media-gfx/rawtherapee has gtkmm & librsvg in DEPEND only, but needed @ runtime | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Ben Kohler <bkohler> |
Component: | Current packages | Assignee: | Francesco Riosa <vivo75> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bkohler, proxy-maint |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Ben Kohler
![]() Something like this, and I'd be happy to commit this if you approve: --- a/media-gfx/rawtherapee/rawtherapee-5.8-r1.ebuild +++ b/media-gfx/rawtherapee/rawtherapee-5.8-r1.ebuild @@ -19,10 +19,12 @@ RDEPEND=" dev-cpp/atkmm:= dev-cpp/cairomm:= dev-cpp/glibmm:= + dev-cpp/gtkmm:3.0 dev-cpp/pangomm:= dev-libs/expat dev-libs/glib:= dev-libs/libsigc++:2 + gnome-base/librsvg media-libs/lcms:2 media-libs/lensfun media-libs/libcanberra[gtk3] @@ -34,9 +36,7 @@ RDEPEND=" virtual/jpeg:0 x11-libs/gtk+:3 tcmalloc? ( dev-util/google-perftools )" -DEPEND="${RDEPEND} - dev-cpp/gtkmm:3.0 - gnome-base/librsvg" +DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" S="${WORKDIR}/${MY_P}" The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04a1eea4936442187c7c7a892fe85bb55cf490a9 commit 04a1eea4936442187c7c7a892fe85bb55cf490a9 Author: Ben Kohler <bkohler@gentoo.org> AuthorDate: 2022-09-16 13:50:40 +0000 Commit: Ben Kohler <bkohler@gentoo.org> CommitDate: 2022-09-16 13:51:26 +0000 media-gfx/rawtherapee: add libs to RDEPEND as well Closes: https://bugs.gentoo.org/870115 Signed-off-by: Ben Kohler <bkohler@gentoo.org> media-gfx/rawtherapee/rawtherapee-5.8-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) |