Up to [cvs.NetBSD.org] / pkgsrc / multimedia / ssr
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
ssr: update to 0.4.4 Version 0.4.4 ------------- - Some minor improvements. - Updated translations. - Bugfixes. Version 0.4.3 ------------- - Added V4L2 support (most webcams and capture cards). - Added option to mark recorded area on screen during recording. - Added JACK metadata. - Optionally support XDG config directory (`~/.config/simplescreenrecorder`) instead of home directory (`~/.ssr`). - Bugfixes.
multimedia: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (for legal reasons?): ./multimedia/adobe-flash-player/distinfo adobe-flash-player-32.0.0.465/flash_player_npapi_linux.i386.tar.gz ./multimedia/adobe-flash-player/distinfo adobe-flash-player-32.0.0.465/flash_player_npapi_linux.x86_64.tar.gz ./multimedia/libdvdcss/distinfo libdvdcss-1.4.3.tar.bz2
multimedia: Remove SHA1 hashes for distfiles
ssr: Update to 0.4.2 Version 0.4.2 ------------- - Improved X11/Wayland detection. - Changed ALSA input to use non-blocking API. This seems to reduce the latency in some cases. - Added support for s24, s32 and f32 sample formats for ALSA input. - Added 'open folder' button after saving the recording. - Several minor improvements.
ssr: Update to 0.4.1 Version 0.4.1 ------------- - Added warning for Wayland users. - Internal error messages from FFmpeg and other libraries are now shown in the log window. - Fixed blocked continue button after selecting a window. Version 0.4.0 ------------- - Added high-DPI monitor support. - Added option to skip the welcome screen. - Increased maximum video size to 20000x20000. - Added more command-line options. - Added recording schedule. - Add command-line control over stdin. - Many bugfixes.
ssr: update to 0.3.11 Version 0.3.11 -------------- - Fixed FFmpeg 4.0 compatibility. - Fixed AAC codec (missing channel layout). - Improved build system. - Minor bugfixes. Version 0.3.10 -------------- - Custom recording frame to replace QRubberBand (important for Qt5). - Improved build system. Version 0.3.9 ------------- - Switch to CMake build system. - Add RGB24 support. - Automatically add scroll bars when the screen resolution is too low to display the complete window. - Improve PulseAudio latency handling of monitors. - Add a separate checkbox to enable timestamps. - Provide a default file name, so now all options are set to a sensible default value. - Use base-10 units for bitrate for consistency with FFmpeg (1 kbit/s = 1000 bit/s). - Minor bugfixes. Version 0.3.8 ------------- - Revert sample rate to 44.1 kHz for FLV container, since it does not support 48 kHz. Version 0.3.7 ------------- - Added support for latest FFmpeg/libav. - Make relaxed GLInject permissions actually work. - The backend now supports fragmented recording, but there is no GUI for this yet. - The default audio sample rate is now 48 kHz. This makes SSR compatible with Opus. - System tray icon now indicates errors during recording.
extending the patch for netbsd so it fixes sunos too
When using the Mersenne Twister, include the right header.
Fix build on NetBSD7
Add ssr 0.3.6 SimpleScreenRecorder is a Linux program that I've created to record programs and games. There were already a few programs that could do this, but I wasn't 100% happy with any of them, so I created my own. My original goal was to create a program that was just really simple to use, but as I was writing it I started adding more and more features, and the result is actually a pretty powerful program. It's 'simple' in the sense that it's easier to use than ffmpeg/avconv or VLC, because it has a straightforward user interface.