Search Criteria
Package Details: ffscreencast 0.6.4-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/ffscreencast.git (read-only, click to copy) |
|---|---|
| Package Base: | ffscreencast |
| Description: | ffmpeg screencast/desktop-recording with video overlay and multi monitor support |
| Upstream URL: | https://github.com/cytopia/ffscreencast |
| Keywords: | ffmpeg screencast |
| Licenses: | MIT |
| Provides: | ffscreencast |
| Submitter: | lll2yu |
| Maintainer: | Geballin |
| Last Packager: | Geballin |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2018-02-04 10:15 (UTC) |
| Last Updated: | 2022-04-22 07:07 (UTC) |
Dependencies (6)
- alsa-utils (alsa-utils-gitAUR)
- bash (bash-devel-gitAUR, bash-gitAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-gitAUR, ffmpeg-amd-fullAUR, ffmpeg-amd-full-gitAUR, ffmpeg-headlessAUR, ffmpeg-libfdk_aacAUR, ffmpeg-decklinkAUR, ffmpeg-obsAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR)
- v4l-utils (v4l-utils-gitAUR)
- xorg-xdpyinfo
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
dreieck commented on 2023-10-15 10:31 (UTC) (edited on 2023-10-15 10:32 (UTC) by dreieck)
You download the latest version from git.
So you must:
ffscreencast-git(i.e. with the-git-suffix):(1) upload the newly named package,
(2) submit a merge request to the old package to merge it into the new one;
conflicts=('ffscreencast')(provides=('ffscreencast')is already present I see);pkgver()function that ensures strongly monotoneously increasing$pkgverwith each upstream commit; if possible prefixed with official package version (and if that is available, optional add=${pkgver}to theprovidesentry).Thanks for the package and thanks for maintaining!,
regards.
Geballin commented on 2022-04-22 07:24 (UTC)
@m040601 Corrected, installed now to /usr/bin
m040601 commented on 2022-03-25 22:27 (UTC) (edited on 2022-03-25 22:28 (UTC) by m040601)
This PKGBUILD installs the binaries to /usr/local
So that one ends up with
$ pacman -Ql ffscreencast
This is wrong. According to the PKGBUILD guidelines "/usr/local" should not be used. Please correct