Search Criteria
Package Details: ripgrep-all 0.9.5-1
| Git Clone URL: | https://aur.archlinux.org/ripgrep-all.git (read-only, click to copy) |
|---|---|
| Package Base: | ripgrep-all |
| Description: | rga: ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc. |
| Upstream URL: | https://github.com/phiresky/ripgrep-all |
| Keywords: | find grep rga ripgrep ripgrep-all ripgrep_all |
| Licenses: | |
| Conflicts: | |
| Submitter: | phiresky |
| Maintainer: | phiresky (nicoulaj) |
| Last Packager: | phiresky |
| Votes: | 8 |
| Popularity: | 0.130883 |
| First Submitted: | 2019-06-15 09:52 |
| Last Updated: | 2020-04-17 08:37 |
Dependencies (8)
- ffmpeg (ffmpeg-semifull-git, ffmpeg-tmblock-git, ffmpeg4.0, ffmpeg-git-nc, ffmpeg-cuda, ffmpeg-v4l2-request-git, ffmpeg-svt, ffmpeg-headless, ffmpeg-gl-transition, ffmpeg-full-git-hardened, ffmpeg-git, ffmpeg-svt-av1-git, ffmpeg-amd-full-git, ffmpeg-libfdk_aac, ffmpeg-decklink, ffmpeg-intel-full-git, ffmpeg-nox-git, ffmpeg-nocuda, ffmpeg-ndi, ffmpeg-mmal, ffmpeg-amd-full, ffmpeg-full-git, ffmpeg-full)
- imagemagick (graphicsmagick-imagemagick-compat, imagemagick-git, imagemagick-full-git, imagemagick-no-hdri, imagemagick-full, imagemagick-fftw)
- pandoc (pandoc-bin, pandoc-sile-git)
- poppler (poppler-minimal, poppler-lcdfilter, poppler-git, poppler-lcd)
- ripgrep (ripgrep-simd, ripgrep-git)
- tesseract (tesseract-git, tesseract-ocr-git)
- cargo (cargo-standalone-git, cargo-nightly-bin, cargo-git, rust-bin, rustup-git, rust-nightly-bin, rust, rustup) (make)
- rust (rust-i586-git, rust-git, rust-mrustc, rust-bin, rustup-git, rust-nightly, rust-nightly-bin, rustup) (make)
Latest Comments
1 2 3 Next › Last »
m040601 commented on 2020-12-02 19:22
rga-bin, rga-git disappeared from the AUR, so you can remove the from
Svenstaro commented on 2020-11-01 19:15
Downloading stuff in
build()is generally accepted for rust stuff for practical reasons. If you'd like to see this changed, go to https://wiki.archlinux.org/index.php/Rust_package_guidelines and discuss there with a good suggestion on how to improve this.dreieck commented on 2020-11-01 18:57
This
PKGBUILDdownloads stuff inbuild().This must not happen.
No internet connection to be assumed in
build()orpackage().Everything needed to build should be fetched via the
source-array (which also makesmakepkghonouring special download agent settings inmakepkg.conf) or, if this is not possible, as an exception inprepare().Please fix your
PKGBUILDaccordingly &many thanks for providing and maintaining this software to Arch Linux users!
Evidence of stuff which is beeing downloaded in
build():xuiqzy commented on 2019-12-16 13:16
graphicsmagickis missing from dependencies and should be optional, together with tesseract being optional (and probably all other features special to rga and not part of rg, so the user can choose what dependencies they need according to arch philisophy with optional dependencieshttps://github.com/phiresky/ripgrep-all/blob/b3de05cc5921e14e36252744ebd55fd5daa93740/src/adapters/pdfpages.rs#L75
phiresky commented on 2019-06-28 14:49
@Pastafarianist that looks like something caused by you using a old Rust version. Try
rustup updatePastafarianist commented on 2019-06-28 12:19
Am I the only one getting this?
Svenstaro commented on 2019-06-28 11:05
It might be helpful to let users choose which of the dependencies they'd like to install. We have a few tools in [community] as well which basically are also useless by themselves and users are prompted to install such optional dependencies.
phiresky commented on 2019-06-27 15:38
Really all the dependencies (except ripgrep) are optional, but without them the tool is fairly useless... If your main problem is pandoc pulling in 750MB of "useless" Haskell dependencies, you can install pandoc-bin instead
pickfire commented on 2019-06-27 15:35
Is it possible to put pandoc as an optional dependency?
Svenstaro commented on 2019-06-25 18:38
Thanks guys for helping to keep AUR clean and consistent!