Package Details: freshplayerplugin-git 0.3.11.r4.g0f46d4a-1

Git Clone URL: https://aur.archlinux.org/freshplayerplugin-git.git (read-only, click to copy)
Package Base: freshplayerplugin-git
Description: PPAPI-host NPAPI-plugin adapter.
Upstream URL: https://github.com/i-rinat/freshplayerplugin
Licenses: MIT
Conflicts: freshplayerplugin
Submitter: Behem0th
Maintainer: WorMzy
Last Packager: WorMzy
Votes: 147
Popularity: 0.000000
First Submitted: 2014-03-31 20:10 (UTC)
Last Updated: 2023-12-29 21:38 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 Next › Last »

Behem0th commented on 2014-07-26 06:45 (UTC)

Updated @WorMzy Thanks for help

Kaan commented on 2014-07-25 20:57 (UTC)

the configuration file of freshplayer look for chrome by default, it is unable to find chromium-pepper-flash.

orschiro commented on 2014-07-25 05:05 (UTC)

@WorMzy Thanks for finding the cause of the issue!

WorMzy commented on 2014-07-24 16:56 (UTC)

The problem is that the name of the configuration option has changed to "pepperflash_path". The PKGBUILD needs updating to compensate for this. sed -r -e 's|^(plugin_path).*|\1 = "/usr/lib/PepperFlash/libpepflashplayer.so"|' \ should be sed -r -e 's|^(pepperflash_path).*|\1 = "/usr/lib/PepperFlash/libpepflashplayer.so"|' \

orschiro commented on 2014-07-23 08:40 (UTC)

@WorMzy That was my first thought. But also if I leave the PKGBUILD completely unchanged, the path in the config keeps pointing to /opt although I do not have Chrome installed. ~ pkg-grep chrom chromium 36.0.1985.125-1 chromium-pepper-flash 14.0.0.145-1

WorMzy commented on 2014-07-22 08:48 (UTC)

@orschiro: The if statement doesn't care what value the variable has, it just checks if it's set. If you don't want to use chrome, leave it commented out as per the default.

orschiro commented on 2014-07-22 06:15 (UTC)

@Behem0th The if conditional doesn't work for me. I set _use_chrome=no but on install it still wants to install Google Chrome: ==> Missing dependencies: -> google-chrome

Behem0th commented on 2014-07-21 19:16 (UTC)

@orschiro #_use_chrome=yes ... if [[ ! -n $_use_chrome ]]; then # configure path to libpepflashplayer.so sed -r -e 's|^(plugin_path).*|\1 = "/usr/lib/PepperFlash/libpepflashplayer.so"|' \ -i "$pkgdir/etc/freshwrapper.conf" When chrome: reference /opt/google/chrome/PepperFlash/libpepflashplayer.so, when chromium: reference /usr/lib/PepperFlash/ibpepflashplayer.so

orschiro commented on 2014-07-21 06:10 (UTC)

Why does /etc/freshwrapper.conf reference to `pepperflash_path = "/opt/google/chrome/PepperFlash/libpepflashplayer.so"` although chromium-pepper-flash is installed to /usr/lib/PepperFlash? See the PKGBUILD [1] https://aur.archlinux.org/packages/ch/chromium-pepper-flash/PKGBUILD