Search Criteria
Package Details: screencast 1.6.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/screencast.git (read-only, click to copy) |
---|---|
Package Base: | screencast |
Description: | Command line interface to record a X11 desktop |
Upstream URL: | https://github.com/dbermond/screencast/ |
Keywords: | capture ffmpeg record screen video |
Licenses: | GPL |
Submitter: | dbermond |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2017-02-12 23:54 (UTC) |
Last Updated: | 2020-09-19 19:52 (UTC) |
Dependencies (17)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-amd-fullAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-ffplayoutAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR)
- libnotify (libnotify-gitAUR)
- oxygen-icons
- xorg-xdpyinfo
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (check)
- ttf-dejavu (ttf-dejavu-ibAUR, ttf-dejavu-emojilessAUR) (check)
- xorg-server-xvfb (xorg-server-xvfb-gitAUR) (check)
- advancecompAUR (advancecomp-gitAUR) (optional) – watermark optimization support
- bash-completion (bash-completion-gitAUR) (optional) – bash-completion support
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (optional) – watermark effect support
- littleutils-full (optional) – watermark optimization support
- optipng (optional) – watermark optimization support
- oxipng (oxipng-gitAUR) (optional) – watermark optimization support
- pingoAUR (optional) – watermark optimization support
- slop (slop-gitAUR) (optional) – graphical screen region selection support
- sound-theme-freedesktop (optional) – sound notification support
- truepngAUR (optional) – watermark optimization support
Latest Comments
dbermond commented on 2020-09-20 19:17 (UTC)
@aurmyster https://bbs.archlinux.org/viewtopic.php?id=257527
aurmyster commented on 2020-09-20 16:45 (UTC) (edited on 2020-09-20 17:13 (UTC) by aurmyster)
:: PGP keys need importing:
-> 3FFA6AB7B69AAE6CCA263DDE019A7474297D8577, required by: screencast
==> Import? [Y/n]
:: Importing keys with gpg...
gpg: keyserver receive failed: General error
problem importing keys
dbermond commented on 2018-10-28 12:16 (UTC) (edited on 2018-10-28 12:19 (UTC) by dbermond)
@severen Hi and thank you for the interest in this package. Although being a command line program, screencast can show desktop notifications through libnotify (notify-send), allowing a better visual control of the recording. It uses a specific oxygen icon when showing the desktop notification about the the successful finished operation, as you can see here: https://github.com/dbermond/screencast/blob/v1.5.0/src/settings_general.sh#L35.
Since desktop notifications are enabled by default in the upstream code, it needs oxygen-icons for working as expected with the default options.
severen commented on 2018-10-28 08:44 (UTC)
Why does this package need oxygen-icons as a required dependency? Just curious, since it's a command line program.