Commit graph

5 commits

Author SHA1 Message Date
Yuri Victorovich
c7ed0f1a9e multimedia/simplescreenrecorder: Update 0.3.10-2 -> 0.3.11
Reported by:	portscout
2018-05-22 15:48:12 +00:00
Jan Beich
b5c7892a23 multimedia/simplescreenrecorder: unbreak with ffmpeg 4.0
src/AV/Output/AudioEncoder.cpp:61:51: error: use of undeclared identifier 'CODEC_CAP_VARIABLE_FRAME_SIZE'
        return (GetCodecContext()->codec->capabilities & CODEC_CAP_VARIABLE_FRAME_SIZE)? DEFAULT_FRAME_SAMPLES : GetCodecContext()->frame_size;
                                                         ^
src/AV/Output/AudioEncoder.cpp:125:28: error: use of undeclared identifier 'CODEC_FLAG_QSCALE'
                        codec_context->flags |= CODEC_FLAG_QSCALE;
                                                ^

PR:		227726
Reported by:	antoine (via exp-run)
2018-05-04 11:41:28 +00:00
Yuri Victorovich
3d76e9610a multimedia/simplescreenrecorder: Update to 0.3.10.2
Port changes:
* Disable OpenGL recording, it's broken on BSD
* Remove patches that have been applied upstream

Reported by:	portscout
2018-03-18 17:54:30 +00:00
Yuri Victorovich
35a9418c1a multimedia/simplescreenrecorder: Update to 0.3.9
The update also includes:
* Change to Qt5
* Disabling of GLinject feature that doesn't work on FreeBSD
* Switching build to cmake

Tests showed that it works as expected.

Submitted by:	myself
Reported by:	portscout
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D13787
2018-01-07 20:42:56 +00:00
Yuri Victorovich
0ee05daf61 New port: multimedia/simplescreenrecorder: Screen video recorder
PR:		221168
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D12905
2017-11-11 08:08:16 +00:00