Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 32653 - DirectFB couldn't compile with Multi Application support (fusion kernel device)
Summary: DirectFB couldn't compile with Multi Application support (fusion kernel device)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-03 13:46 UTC by Andreas Volz
Modified: 2003-11-03 17:05 UTC (History)
0 users

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 Andreas Volz 2003-11-03 13:46:24 UTC
DirectFB couldn't compile with Multi Application support (fusion kernel device)

So I added a new USE-Variable (fusion) and wrote a little Patch. Perhaps later
I write an ebuild for the fusion kernel patch contributed with DirectFB.


Reproducible: Always
Steps to Reproduce:
1. emerge DirectFB   (0.9.19)
2. see that Multi Application Support is "no"




Check this patch for DirectFB-0.9.19-r1.ebuild:

--- DirectFB-0.9.19-r1.ebuild.old       2003-11-03 22:41:06.000000000 +0100
+++ DirectFB-0.9.19-r1.ebuild   2003-11-03 22:30:32.000000000 +0100
@@ -11,7 +11,7 @@
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="x86 ~ppc ~sparc ~alpha hppa"
-IUSE="jpeg gif png truetype mpeg mmx sse"
+IUSE="jpeg gif png truetype mpeg mmx sse fusion"
  
 DEPEND="dev-lang/perl
        gif? ( media-libs/giflib )
@@ -38,6 +38,7 @@
        use mpeg && mycppflags="-I/usr/include/libmpeg3"
        econf CPPFLAGS="${mycppflags}" \
                `use_enable mmx` \
+               `use_enable fusion multi` \
                `use_enable sse` \
                `use_enable mpeg libmpeg3` \
                `use_enable jpeg` \
Comment 1 Jon Portnoy (RETIRED) gentoo-dev 2003-11-03 13:59:06 UTC
Wrong product, reassigning
Comment 2 SpanKY gentoo-dev 2003-11-03 17:05:36 UTC
now in cvs !