Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 39557 - pstoedit misses the libemf dependency
Summary: pstoedit misses the libemf dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Text-Markup Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-27 06:54 UTC by Paul de Vrieze (RETIRED)
Modified: 2004-02-16 02:33 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 Paul de Vrieze (RETIRED) gentoo-dev 2004-01-27 06:54:11 UTC
pstoedit can use the libemf library to output emf files. It however does not depend on libemf. It will detect libemf if it is present so this is clearly a missing dependency.
Comment 1 Paul de Vrieze (RETIRED) gentoo-dev 2004-01-27 07:07:37 UTC
Also when compiling with libemf, the following change is needed to the ebuild:
By default the variable contains -pedantic which will fail on anonymous structs as used in libemf

--- /usr/cvsportage/media-gfx/pstoedit/pstoedit-3.33.ebuild     2003-12-22 22:55:14.000000000 +0100
+++ pstoedit-3.33.ebuild        2004-01-27 16:01:55.123515000 +0100
@@ -35,7 +35,7 @@

        elibtoolize
        econf ${myconf}
-       make || die
+       make SPECIAL_CXXFLAGS="-DBUGGYGPP" || die

 }
Comment 2 Mike Gardiner (RETIRED) gentoo-dev 2004-01-31 01:40:39 UTC
I have the second part fixed locally. For the dependency on libemf however, libemf isnt keyworded for ppc, while pstoedit is ~ppc. I'll need to see if we can get libemf ~ppc. (That's why you're here phosphan :) )
Comment 3 Mike Gardiner (RETIRED) gentoo-dev 2004-02-11 03:31:18 UTC
Please consider libemf for ~ppc guys.
Comment 4 Bartosch Pixa (RETIRED) gentoo-dev 2004-02-15 05:17:35 UTC
in ~ppc now
Comment 5 Mike Gardiner (RETIRED) gentoo-dev 2004-02-16 02:33:03 UTC
Thanks DarkS, should be updated now, Paul let me know if I broke things