Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 275845 - app-text/calibre adding podofo and rendering pdftk optional
Summary: app-text/calibre adding podofo and rendering pdftk optional
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Zac Medico
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2009-06-29 16:41 UTC by Matteo Azzali (RETIRED)
Modified: 2009-07-05 08:19 UTC (History)
0 users

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


Attachments
calibre-0.6_beta10-podofo.patch (calibrenotk.patch,920 bytes, patch)
2009-06-29 16:43 UTC, Matteo Azzali (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matteo Azzali (RETIRED) gentoo-dev 2009-06-29 16:41:09 UTC
Calibre switched to podofo dep from ver 5.14 (see changelogs), adding podofo dependancy
(podofo ebuild at bug #140557 ) allows to remove pdftk dep (which means also gcj compiled with
gcc). patch will follow.

Reproducible: Always
Comment 1 Matteo Azzali (RETIRED) gentoo-dev 2009-06-29 16:43:20 UTC
Created attachment 196093 [details, diff]
calibre-0.6_beta10-podofo.patch

ebuild patch to use podofo dependancy (I choosed "tk" as USE flag but it may be choosed better )
Comment 2 Zac Medico gentoo-dev 2009-07-05 08:19:21 UTC
Well, pdftk and tk are totally unrelated. So, I changed it to || ( app-text/podofo >=app-text/pdftk-1.12 ) in the 0.6_beta10 ebuild. Thanks for reporting.