Package Details: pandoc-bin 3.5-1

Git Clone URL: https://aur.archlinux.org/pandoc-bin.git (read-only, click to copy)
Package Base: pandoc-bin
Description: Conversion between documentation formats
Upstream URL: https://pandoc.org
Licenses: GPL-2.0-or-later
Conflicts: pandoc-cli
Provides: pandoc, pandoc-cli
Submitter: cdkitching
Maintainer: a821
Last Packager: a821
Votes: 309
Popularity: 1.82
First Submitted: 2017-10-03 08:45 (UTC)
Last Updated: 2024-10-06 10:31 (UTC)

Dependencies (9)

Required by (330)

Sources (3)

Pinned Comments

cdkitching commented on 2023-09-22 09:07 (UTC)

Using this package will waste instead of save disk space if:

  • You're a haskell developer and need the shared libraries/compilers/etc. anyway.
  • You have >10 other statically-linked haskell packages around the same size as Pandoc (in which case you'll get a saving from making them all dynamically linked).

Neither of these scenarios is particularly likely.

Latest Comments

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

xgdgsc commented on 2020-02-04 08:28 (UTC)

@xanc This package removes pandoc-citeproc. You may have to uncomment line 34 and build to try or just use the version from [community].

xanc commented on 2020-02-01 15:12 (UTC)

@xgdgsc: I run this command:

pandoc --toc --toc-depth=4 --mathml -standalone --from=markdown+smart+ascii_identifiers+table_captions+simple_tables+pipe_tables+multiline_tables+strikeout+tex_math_dollars+raw_html+footnotes+inline_notes+implicit_figures+citations --to=html5 --filter pandoc-citeproc --metadata link-citations=true --template=$(TMPHTML5) --include-in-header=$(CSS)

xgdgsc commented on 2020-01-31 14:42 (UTC)

@xanc Using which command do you get that error? I don' t get that here.

xanc commented on 2020-01-29 16:34 (UTC)

If you edit PKGBUILD and put version 2.9.1.1, then I get this error: pandoc-citeproc: error while loading shared libraries: libHSpandoc-2.8-EI0j7ig75bs7mDOClKlIkj-ghc8.6.5.so: cannot open shared object file: No such file or directory

when running.

pacman -Qs pandoc local/haskell-doctemplates 0.7.1-6 Pandoc-style document templates local/haskell-pandoc-types 1.20-6 Types for representing a structured document local/pandoc-bin 2.9.1.1-1 Pandoc - executable only, without 750MB Haskell depends/makedepends local/pandoc-citeproc 0.16.4.1-10 Supports using pandoc with citeproc local/pandoc-crossref 0.3.5.0-14 Pandoc filter for cross-references local/python-pypandoc 1.4-4 Thin wrapper for pandoc

jadelord commented on 2019-06-24 13:36 (UTC) (edited on 2019-07-01 10:02 (UTC) by jadelord)

Strange that pandoc-crossref-bin and pandoc-citeproc-bin were deleted. I could not find anything in the aur-requests mailing lists. If anyone is interested, I have mirrored the pkgbuilds on github:

git clone --recursive https://github.com/ashwinvis/aur.git

Install the packages yourself with makepkg -si.

EDIT: I started a thread here https://bbs.archlinux.org/viewtopic.php?id=247339

rich_o commented on 2019-06-20 07:59 (UTC)

According to a comment in the PKGBUILD, the binary for pandoc-citeproc is removed from this package as it is provided by another package. As this other package - along with pandoc-crossref-bin - has been removed from AUR, is there a chance to keep it?

defty commented on 2019-06-14 20:46 (UTC)

Can someone give me an example of why cmark is needed as a dependency? It is a library and doing ldd /usr/bin/pandoc gives "not a dynamic executable." I have installed pandoc-bin without cmark and have been doing a number of commonmark > html or commonmark > commonmark conversions without any errors.

squattingmonk commented on 2019-06-14 18:59 (UTC)

pandoc-citeproc-bin and pandoc-crossref-bin have been removed from the AUR. Anyone know how to obtain them without pulling in the 230+ MiB of Haskell deps?

cdkitching commented on 2018-04-27 22:06 (UTC)

I suppose we could in principle download different binaries based on the architecture...?

<deleted-account> commented on 2018-04-27 16:55 (UTC)

@Raansu, you'll basically need to either compile it your self or take a binary from a debian distribution like this: https://packages.debian.org/stretch/pandoc#pdownload You will need to create a PKGBUILD of your own.