Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82747 - media-libs/libwmf ebuild cleanup
Summary: media-libs/libwmf ebuild cleanup
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-20 18:07 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2005-08-02 14:41 UTC (History)
0 users

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


Attachments
Patch over current ebuild. (libwmf.patch,1.74 KB, patch)
2005-02-20 18:08 UTC, Diego Elio Pettenò (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2005-02-20 18:07:51 UTC
The attached patch applied over current ebuild cleans up libwmf ebuild:

- It adds buildtime dependency on pkgconfig, as it's used.
- It changes the way X and jpeg useflags are passed to configure, using use_with instead of outer conditionals on ${myconf}.
- It adds pic useflag, as usual.
- It adds xml and xml2 useflags: they are used to request if we are going to use expat or libxml2. If both are used, it defaults to expat, as the automatic ./configure do. It also make optional dependency on them (before both where dependency, also if only expat was used!).
- It adds a debug useflag passed to configure.
- It adds a doc useflag, used to avoid installation of api documentation. Note: this doesn't add doxygen dependency as the doc is pre-build.
- It adds a gtk useflag which makes it possible to avoid building gdk-pixbuf plugins (and fixes the unlinked dependency on gtk2 of the old ebuild).

HTH, Diego
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-02-20 18:08:09 UTC
Created attachment 51733 [details, diff]
Patch over current ebuild.
Comment 2 Karol Wojtaszek (RETIRED) gentoo-dev 2005-08-02 14:41:11 UTC
Fixed in portage, thanks for help.