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

Bug 490158

Summary: media-libs/jasper - Multilib support
Product: Gentoo Linux Reporter: Michael Mair-Keimberger (iamnr3) <mmk>
Component: [OLD] LibraryAssignee: Gentoo Science Related Packages <sci>
Status: RESOLVED DUPLICATE    
Severity: normal CC: multilib+disabled
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard: PATCH
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 454644    
Attachments: jasper-1.900.1-r7.ebuild.diff

Description Michael Mair-Keimberger (iamnr3) 2013-11-02 17:01:34 UTC
Created attachment 362436 [details, diff]
jasper-1.900.1-r7.ebuild.diff

This patch adds multilib support for jasper's dependencies. Tested on amd64.
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2013-11-09 10:20:04 UTC
@multilib
is this patch correct?
Comment 2 Julian Ospald 2013-11-09 10:27:18 UTC
I recommend not to use these

+	|| (
+		app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)]
+		(
+			virtual/opengl[abi_x86_32(-)]
+			media-libs/freeglut[abi_x86_32(-)]
+		)
 	)

constructs. They make dep resolution and autounmask even more weird and don't really help any1. If all deps are satisfiable with multilib-eclass based packages, then fix all deps and remove any app-emulation/emul-linux-x86-foo.
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-11-09 10:39:29 UTC
Erm...

  17 Mar 2013; Justin Lecher <jlec@gentoo.org> +jasper-1.900.1-r6.ebuild,
  metadata.xml:
  Do multi X86_ABI build, #458380, thanks Mario Kicherer for the patch

*** This bug has been marked as a duplicate of bug 458380 ***