Search Criteria
Package Details: freshplayerplugin-git 0.3.9.r6.g58596f4-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: | |
Conflicts: | |
Submitter: | Behem0th |
Maintainer: | WorMzy |
Last Packager: | WorMzy |
Votes: | 153 |
Popularity: | 0.000001 |
First Submitted: | 2014-03-31 20:10 |
Last Updated: | 2019-02-01 23:57 |
Dependencies (14)
- alsa-lib (alsa-lib-x205ta, alsa-lib-git, alsa-lib-minimal-git, alsa-lib-a52pcm)
- ffmpeg (ffmpeg-semifull-git, ffmpeg-tmblock-git, ffmpeg4.0, ffmpeg-cuda, ffmpeg-v4l2-request-git, ffmpeg-svt, ffmpeg-gl-transition, ffmpeg-intel-full-git, ffmpeg-mmal, ffmpeg-svt-av1-git, ffmpeg-nox-git, ffmpeg-svt-vp9-git, ffmpeg-headless, ffmpeg-ndi, ffmpeg-decklink, ffmpeg-git, ffmpeg-libfdk_aac, ffmpeg-nocuda, ffmpeg-amd-full-git, ffmpeg-full, ffmpeg-amd-full, ffmpeg-full-git)
- freetype2 (freetype2-v35, freetype2-old-hinting, freetype2-infinality, freetype2-ttmetrics, freetype2-ultimate5, freetype2-infinality-remix, freetype2-git, freetype2-minimal-git)
- icu (icu-git-static, icu-git)
- libevent (libevent-git, libevent-fb)
- libgl (glshim-git, catalyst-firepro, libhybris-ext-libgl-git, catalyst-total, catalyst-libgl, catalyst-total-hd234k, libhybris-libgl-git, mesa-libgl-noglvnd, catalyst-test, swiftshader-git, nvidia-340xx-utils, libglvnd-git, amdgpu-pro-libgl, libglvnd)
- libxcursor (libxcursor-git)
- libxrandr (libxrandr-git)
- pango (pango-ubuntu, pango-minimal-git, pango-git)
- pepper-flash (pepper-flash-armv7h, pepper-flash-debug)
- v4l-utils (v4l-utils-rockchip)
- cmake (cmake-git) (make)
- git (git-git) (make)
- ragel (make)
Required by (1)
- vmware-vsphere-web-client-plugin (optional)
Latest Comments
« First ‹ Previous ... 2 3 4 5 6 7 8 9 10 11 12 ... Next › Last »
Kaan commented on 2014-07-25 20:57
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
@WorMzy
Thanks for finding the cause of the issue!
WorMzy commented on 2014-07-24 16:56
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
@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
@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
@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
@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
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
WorMzy commented on 2014-07-03 09:51
Please don't post them here. Either make a topic on the forums or (even better) open an issue on the github tracker [1] about it (if there isn't one already).
[1] https://github.com/i-rinat/freshplayerplugin/issues?page=1&state=open
patryk commented on 2014-07-03 09:44
Hi,
I tested it with ff and opera. After 7 to 9 seconds wideo hang and I dont have sound. I'll try supply some logs.