Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 59594 - acroread ebuild without browser plugin
Summary: acroread ebuild without browser plugin
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-06 02:10 UTC by Colin Macdonald
Modified: 2004-09-22 05:30 UTC (History)
0 users

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


Attachments
new acroread ebuild with local use flag (acroread-5.09-r1.ebuild,2.25 KB, text/plain)
2004-08-06 02:11 UTC, Colin Macdonald
Details
updated version (acroread-5.09-r1.ebuild,1.84 KB, text/plain)
2004-08-08 16:13 UTC, Colin Macdonald
Details
diff -u of my ebuild against one in portage (noplugin-acroread-v1.diff,2.11 KB, patch)
2004-08-19 16:10 UTC, Colin Macdonald
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Colin Macdonald 2004-08-06 02:10:43 UTC
Some reasons for this:

1)  I want to use Free Software (i.e., xpdf or gpdf) to view pdf files but sometimes I encounter a pdf file that works better with acroread, so I want acroread (standalone) installed on my system.
2)  I want to use xpdf for viewing pdfs when I click on them in mozilla but I can't seem to set the mimetypes to allow me to do this while nppdf.so (from acroread) in installed.
3)  +gtk2 mozilla with acroread plugin often slows mozilla to a crawl requiring a restart of mozilla.

My ebuild uses a local use flag (noplugin) to stop nppdf.so from being installed (if I even install it in /opt/Acrobat5/... then mozilla will find it (presumably because of the PATH setting in /etc/env.d/10acroread5) even if the various symlinks are not created).

There are several places marked with FIXME where I wasn't sure what to do.  Maybe someone can comment...?

See also bug 59593 which, when fixed, should be incorporated here.
Comment 1 Colin Macdonald 2004-08-06 02:11:31 UTC
Created attachment 36870 [details]
new acroread ebuild with local use flag
Comment 2 Colin Macdonald 2004-08-08 16:13:09 UTC
Created attachment 37064 [details]
updated version

Cleaned up the logic a bit.  Removed the FIXME comments.  Still wondering if
its ok to inherit nsplugins when noplugin is set.
Comment 3 Heinrich Wendel (RETIRED) gentoo-dev 2004-08-19 01:57:07 UTC
please attach a patch instead of the complete ebuild
Comment 4 Colin Macdonald 2004-08-19 16:10:40 UTC
Created attachment 37771 [details, diff]
diff -u of my ebuild against one in portage
Comment 5 Heinrich Wendel (RETIRED) gentoo-dev 2004-09-22 05:30:11 UTC
thx, added