Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 595462

Summary: media-libs/libde265 calls /usr/bin/qtchooser -run-tool=moc
Product: Gentoo Linux Reporter: Michael Palimaka (kensington) <kensington>
Component: Current packagesAssignee: Gentoo Media-video project <media-video>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 544108    

Description Michael Palimaka (kensington) gentoo-dev 2016-09-28 21:02:52 UTC
media-libs/libde265 calls /usr/bin/qtchooser -run-tool=moc, but should call $(qt5_get_bindir)/moc or $(qt4_get_bindir)/moc (from qmake-utils.eclass) instead.

This could be achieved by patching configure or building with emake MOC="$(qt5_get_bindir)/moc".
Comment 1 Larry the Git Cow gentoo-dev 2017-12-05 00:35:05 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d89e160b8cc497095359a4e0caf49a01d24d68a

commit 8d89e160b8cc497095359a4e0caf49a01d24d68a
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2017-12-05 00:34:19 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2017-12-05 00:34:55 +0000

    media-libs/libde265: Fix qtbindir
    
    Closes: https://bugs.gentoo.org/595462
    Package-Manager: Portage-2.3.16, Repoman-2.3.6

 media-libs/libde265/Manifest                       |  2 +-
 .../libde265/files/libde265-1.0.2-qtbindir.patch   | 47 ++++++++++++++++++++++
 media-libs/libde265/libde265-1.0.2.ebuild          |  2 +
 media-libs/libde265/libde265-9999.ebuild           |  2 +
 4 files changed, 52 insertions(+), 1 deletion(-)