Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 661384 - media-gfx/openscad-9999 needs to depend on dev-libs/libzip and dev-qt/qtmultimedia:5
Summary: media-gfx/openscad-9999 needs to depend on dev-libs/libzip and dev-qt/qtmulti...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2018-07-17 10:47 UTC by Jan Psota
Modified: 2019-04-24 20:15 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Psota 2018-07-17 10:47:02 UTC
diff --git a/media-gfx/openscad/openscad-9999.ebuild b/media-gfx/openscad/openscad-9999.ebuild
index 4dd3247d891b..f649e92f5252 100644
--- a/media-gfx/openscad/openscad-9999.ebuild
+++ b/media-gfx/openscad/openscad-9999.ebuild
@@ -21,10 +21,12 @@ DEPEND="
        dev-libs/boost:=
        dev-libs/glib:2
        dev-libs/gmp:0=
+       dev-libs/libzip
        dev-libs/mpfr:0=
        dev-qt/qtconcurrent:5
        dev-qt/qtcore:5
        dev-qt/qtgui:5[-gles2]
+       dev-qt/qtmultimedia:5
        dev-qt/qtopengl:5
        media-gfx/opencsg
        media-libs/fontconfig:1.0

That's ^^^^ all.
Comment 1 Scott Alfter 2019-03-04 07:44:59 UTC
Ran into this on a machine where qtmultimedia wasn't already installed (vs. another machine where the existing ebuild worked because qtmultimedia had been pulled in by another package).
Comment 2 Larry the Git Cow gentoo-dev 2019-04-24 20:15:07 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29eea93dde6411b1af700ff1d6adb92e824b23af

commit 29eea93dde6411b1af700ff1d6adb92e824b23af
Author:     Bernd Waibel <waebbl@gmail.com>
AuthorDate: 2018-12-23 21:12:50 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2019-04-24 20:14:38 +0000

    media-gfx/openscad: add missing dependencies
    
    Update metadata.xml to add myself as maintainer (see
    https://archives.gentoo.org/gentoo-dev/message/3d497dc197a35250614437572ef80e4b)
    
    Closes: https://bugs.gentoo.org/661384
    Package-Manager: Portage-2.3.51, Repoman-2.3.12
    Signed-off-by: Bernd Waibel <waebbl@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/10687
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 media-gfx/openscad/metadata.xml         | 26 ++++++++++++++++++++++----
 media-gfx/openscad/openscad-9999.ebuild |  5 ++++-
 2 files changed, 26 insertions(+), 5 deletions(-)