Search Criteria
Package Details: tplay-git v0.6.2.r0.g77205a6-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/tplay-git.git (read-only, click to copy) |
|---|---|
| Package Base: | tplay-git |
| Description: | A terminal ASCII media player. View images, gifs, videos, webcam, YouTube, etc.. directly in the terminal as ASCII art. |
| Upstream URL: | https://github.com/maxcurzi/tplay.git |
| Keywords: | art ascii ascii-player cli |
| Licenses: | MIT |
| Provides: | tplay-git |
| Submitter: | pkg_maintainer |
| Maintainer: | pkg_maintainer |
| Last Packager: | pkg_maintainer |
| Votes: | 2 |
| Popularity: | 0.004622 |
| First Submitted: | 2023-05-02 13:16 (UTC) |
| Last Updated: | 2025-04-19 17:02 (UTC) |
Dependencies (7)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-headlessAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-libfdk_aacAUR)
- mold (mold-gitAUR, mold-x86-gitAUR)
- mpv (mpv-light-pulseAUR, mpv-gitAUR, mpv-build-gitAUR, mpv-full-luajit-gitAUR, libmpv-gitAUR, mpv-fullAUR, mpv-full-gitAUR, mpv-amd-full-gitAUR, mpv-full-build-gitAUR)
- opencv (opencv-cuda)
- yt-dlp (yt-dlp-gitAUR, yt-dlp-nightly-binAUR)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
Atronin commented on 2026-02-07 17:52 (UTC)
Building this package is no longer possible, due to ffmpeg changes. The package relies on an older version, causing the following output during building:
fatal error: '/usr/include/libavcodec/avfft.h' file not foundA quick and simple fix for the PKGBUILD is to replace the
ffmpegdependency withffmpeg4.4and addingexport PKG_CONFIG_PATH="/usr/lib/ffmpeg4.4/pkgconfig"undercd tplayduring the actual building process.Aftermath commented on 2024-01-12 22:46 (UTC)
It's about a week that I can't rebuild this package any more, even in a clean Chroot.
That is the error output of
makepkg: https://0x0.st/Hlm3.txtAlso, after running
rustc --explain E0004as suggested by the makpkg output I have this: https://0x0.st/Hlmg.txtAftermath commented on 2023-05-08 19:50 (UTC)
So interesting!