Package Details: foxitreader 2.4.5.0727-2

Git Clone URL: https://aur.archlinux.org/foxitreader.git (read-only, click to copy)
Package Base: foxitreader
Description: A fast, secure and complete PDF viewer
Upstream URL: https://www.foxitsoftware.com/products/pdf-reader/
Licenses: LicenseRef-EULA
Submitter: tdy
Maintainer: Muflone
Last Packager: Muflone
Votes: 462
Popularity: 0.002756
First Submitted: 2009-01-21 18:59 (UTC)
Last Updated: 2025-08-02 17:03 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 26 Next › Last »

ZAKhan commented on 2020-03-31 06:00 (UTC)

tried method mentioned by @dschense but did not work

gave and error

makepkg -si ==> Making package: foxitreader 2.4.4.0911-4 (Tue 31 Mar 2020 10:59:01 PKT) ==> Checking runtime dependencies... ==> Installing missing dependencies... [sudo] password for zulfiqar: error: target not found: gstreamer0.10-base warning: 'gstreamer0.10-base' is a file, did you mean -U/--upgrade instead of -S/--sync? ==> ERROR: 'pacman' failed to install missing dependencies. ==> Missing dependencies: -> gstreamer0.10-base ==> Checking buildtime dependencies... ==> ERROR: Could not resolve all dependencies.

dschense commented on 2020-03-28 10:32 (UTC)

to get it running you have to download the gstreamer0.10-base package and edit the PKGBUILD file

yay -G gstreamer0.10-base 

edit the PKGBUILD file and add

find . -exec sed -i -e 's/\\#include/#include/g' {} \;

right before the make command in the build function

after this do

makepkg -si

and after build and install completed, run the yay -S foxitreader again.

phiL0co commented on 2020-03-13 09:36 (UTC)

I tried it and it's working, @freaz , thx!!

freaz commented on 2020-03-12 18:39 (UTC)

There are comments on the gst-plugins-base aur page with instructions from Static_Rocket to hack the PKGBUILD file to fix the current problem. It works if you can figure it out.

mcbloch commented on 2020-03-10 17:34 (UTC)

Same problem as phiL0co and Archanfel80HUN.

The gstreamer0.10-base dependency fails during the build of gst-plugins-base-0.10.36.

phiL0co commented on 2020-03-04 15:01 (UTC)

I'm having the same compile problem with gstreamer. Any way this can be circumvented?

Archanfel80HUN commented on 2020-02-21 10:02 (UTC)

The dependency gstreamer0.10-base no longer build. Its failed to compile, therefore foxitreader not installed.

Muflone commented on 2019-12-11 14:11 (UTC) (edited on 2019-12-11 14:12 (UTC) by Muflone)

@hivinay

the defect is not possible anymore as the EULA was included into the package itself

hivinay commented on 2019-12-11 13:48 (UTC) (edited on 2019-12-11 13:49 (UTC) by hivinay)

These are the steps I used to upgrade with the eula.html error, in case this helps anyone.

Get the hash:

yay -G foxitreader (or use another method to download the AUR package)
cd foxitreader
sha256 eula.html

As of this comment, it is 4ca287e0c47f46df4185be7ff273c0cced304672ebc750aad6236590e1a772e6.

Replace the second sha256 hash (currently line 21) in the PKGBUILD file in this folder with the hash that you found above.

Then, run makepkg -si to install.

Muflone commented on 2019-12-03 01:12 (UTC) (edited on 2019-12-03 01:20 (UTC) by Muflone)

this is becoming so irritating. The Foxit website keeps changing the EULA for some reasons, unknown to me. It just changed three times today.

Therefore I'm incorporating the license file in the source package

It should be fixed once and forever.