Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 490158 - media-libs/jasper - Multilib support
Summary: media-libs/jasper - Multilib support
Status: RESOLVED DUPLICATE of bug 458380
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard: PATCH
Keywords:
Depends on:
Blocks: gx86-multilib
  Show dependency tree
 
Reported: 2013-11-02 17:01 UTC by Michael Mair-Keimberger (iamnr3)
Modified: 2013-11-09 10:39 UTC (History)
1 user (show)

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


Attachments
jasper-1.900.1-r7.ebuild.diff (jasper-1.900.1-r7.ebuild.diff,808 bytes, patch)
2013-11-02 17:01 UTC, Michael Mair-Keimberger (iamnr3)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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 ***