Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 399647 - google-chrome-libpdf: (new ebuild) pdf plugin from google-chrome to be used with chromium
Summary: google-chrome-libpdf: (new ebuild) pdf plugin from google-chrome to be used w...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Chromium Project
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2012-01-21 20:58 UTC by Christoph Junghans (RETIRED)
Modified: 2012-12-29 22:24 UTC (History)
1 user (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 Christoph Junghans (RETIRED) gentoo-dev 2012-01-21 20:58:34 UTC
This idea is stolen from Arch Linux, but still nice:
<http://code.google.com/p/cj-overlay/source/browse/www-plugins/google-chrome-libpdf/google-chrome-libpdf-16.0.912.75_p116452.ebuild>

Opinions? I can maintain it.
Comment 1 Mike Gilbert gentoo-dev 2012-01-22 01:21:49 UTC
[Adding link to related bug, closed WONTFIX]

I was maintaining a similar package "chromium-pdf" in my overlay for a bit before I became a dev, but I stopped updating it out of laziness.

Personally, I just have symlinks from /usr/lib64/chromium-browser{,-live}/libpdf.so to /opt/google/chrome/libpdf.so. This picks up the copy that is installed by www-client/google-chrome.

If you want to maintain it, feel free to adapt my google-chrome version bump script.

http://dev.gentoo.org/~floppym/chrome-bump
Comment 2 Christoph Junghans (RETIRED) gentoo-dev 2012-01-22 02:11:37 UTC
(In reply to comment #1)
> [Adding link to related bug, closed WONTFIX]
> 
> I was maintaining a similar package "chromium-pdf" in my overlay for a bit
> before I became a dev, but I stopped updating it out of laziness.
> 
> Personally, I just have symlinks from
> /usr/lib64/chromium-browser{,-live}/libpdf.so to /opt/google/chrome/libpdf.so.
> This picks up the copy that is installed by www-client/google-chrome.
> 
> If you want to maintain it, feel free to adapt my google-chrome version bump
> script.
> 
> http://dev.gentoo.org/~floppym/chrome-bump

Hmm, do one need to have exactly same version of libpdf as chromium?
Comment 3 Mike Gilbert gentoo-dev 2012-01-22 02:16:27 UTC
(In reply to comment #2)

Not necessarily. We really have no way of knowing when Google is going to make an incompatible change, however.
Comment 4 Christoph Junghans (RETIRED) gentoo-dev 2012-01-22 02:25:12 UTC
(In reply to comment #3)
> (In reply to comment #2)
> 
> Not necessarily. We really have no way of knowing when Google is going to make
> an incompatible change, however.

True. So I will keep it in my overlay for now. Thanks.