Search Criteria
Package Details: mpv-mpvacious 0.37-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mpv-mpvacious.git (read-only, click to copy) |
---|---|
Package Base: | mpv-mpvacious |
Description: | Adds mpv keybindings to create Anki cards from movies and TV shows. |
Upstream URL: | https://github.com/Ajatt-Tools/mpvacious |
Licenses: | GPL3 |
Submitter: | esrh |
Maintainer: | tatsumoto |
Last Packager: | tatsumoto |
Votes: | 2 |
Popularity: | 0.034896 |
First Submitted: | 2021-01-29 15:34 (UTC) |
Last Updated: | 2024-11-04 03:53 (UTC) |
Dependencies (6)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- gawk (gawk-gitAUR, busybox-coreutilsAUR)
- mpv (mpv-light-pulseAUR, mpv-vapoursynth-gitAUR, mpv-amd-full-gitAUR, mpv-full-gitAUR, mpv-fullAUR, mpv-gitAUR, mpv-full-build-gitAUR, mpv-build-gitAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR) (optional) – using ffmpeg directly to encode media
- wl-clipboard (wl-clipboard-gitAUR, wl-clipboard-rs-gitAUR, wl-clipboard-rsAUR) (optional) – clipboard autocopy on wayland
- xclip (wl-clipboard-x11AUR, xclip-gitAUR) (optional) – clipboard autocopy
Latest Comments
BlurryFlurry commented on 2022-10-09 01:55 (UTC) (edited on 2022-10-09 01:57 (UTC) by BlurryFlurry)
or try this for installing files recursively
find $srcdir/$pkgname -type f -name '*.lua' -exec install -Dm644 "{}" "${pkgdir}/etc/mpv/scripts/${pkgname}/{}" \;
tatsumoto commented on 2021-10-25 19:56 (UTC)
Currently the PKGBUILD is out of date due to recent changes in the github repo. I think if you copy the folder recursively instead of installing individual files, you can avoid breakage in the future since filenames can change.
aydio commented on 2021-09-08 16:17 (UTC)
wl-clipboard
may be added as an optional dependency, since the master branch now useswl-copy
when it detects that it's running on Wayland.esrh commented on 2021-05-06 15:39 (UTC)
Fixed.
acosmicjoke commented on 2021-05-06 12:39 (UTC)
This package doesn't work for me. It seems to be missing main.lua and ost_styler.lua compared to the git version.