Package Details: drawboard-pdf 1.0.1-1

Git Clone URL: https://aur.archlinux.org/drawboard-pdf.git (read-only, click to copy)
Package Base: drawboard-pdf
Description: Electron wrapper for Drawboard PDF software
Upstream URL: None
Licenses: MIT
Submitter: monalyte
Maintainer: monalyte
Last Packager: monalyte
Votes: 0
Popularity: 0.000000
First Submitted: 2025-02-27 04:34 (UTC)
Last Updated: 2026-02-16 08:13 (UTC)

Latest Comments

monalyte commented on 2026-02-18 01:20 (UTC)

Hey mate — npm installation error should be fixed with the latest PKGBUILD. Let me know if you're still running into issues.

Lyr1cal commented on 2025-11-18 23:11 (UTC)

NPM errors on install:

==> Starting build()...
npm error code EUSAGE
npm error
npm error The `npm ci` command can only install with an existing package-lock.json or
npm error npm-shrinkwrap.json with lockfileVersion >= 1. Run an install with npm@5 or
npm error later to generate a package-lock.json file, then try again.
npm error
npm error Clean install a project
npm error
npm error Usage:
npm error npm ci
npm error
npm error Options:
npm error [--install-strategy <hoisted|nested|shallow|linked>] [--legacy-bundling]
npm error [--global-style] [--omit <dev|optional|peer> [--omit <dev|optional|peer> ...]]
npm error [--include <prod|dev|optional|peer> [--include <prod|dev|optional|peer> ...]]
npm error [--strict-peer-deps] [--foreground-scripts] [--ignore-scripts] [--no-audit]
npm error [--no-bin-links] [--no-fund] [--dry-run]
npm error [-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]]
npm error [--workspaces] [--include-workspace-root] [--install-links]
npm error
npm error aliases: clean-install, ic, install-clean, isntall-clean
npm error
npm error Run "npm help ci" for more info
npm error A complete log of this run can be found in: /home/arun/.npm/_logs/2025-11-18T23_09_19_211Z-debug-0.log
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: drawboard-pdf-exit status 4

dreieck commented on 2025-09-15 15:50 (UTC) (edited on 2025-09-15 15:51 (UTC) by dreieck)

I have ffmpeg!, but no libffmpeg.so.

pacman -Qql ffmpeg | grep -E '\.so$:

/usr/lib/libavcodec.so
/usr/lib/libavdevice.so
/usr/lib/libavfilter.so
/usr/lib/libavformat.so
/usr/lib/libavutil.so
/usr/lib/libpostproc.so
/usr/lib/libswresample.so
/usr/lib/libswscale.so

Maybe this package needs some (re)compilation?

monalyte commented on 2025-09-11 01:27 (UTC)

Hey, looks like you don't have ffmpeg on your system! I've updated the PKGBUILD to require it as a dependency - I thought it would be bundled in with electron, but clearly not. Should work for you now with the new version!

dreieck commented on 2025-09-08 09:29 (UTC)

I did freshly install this package, and when starting, I get the following error:

drawboard-pdf: error while loading shared libraries: libffmpeg.so: cannot open shared object file: No such file or directory

Regards!