head 1.3; access; symbols pkgsrc-2019Q2:1.2.0.24 pkgsrc-2019Q2-base:1.2 pkgsrc-2019Q1:1.2.0.22 pkgsrc-2019Q1-base:1.2 pkgsrc-2018Q4:1.2.0.20 pkgsrc-2018Q4-base:1.2 pkgsrc-2018Q3:1.2.0.18 pkgsrc-2018Q3-base:1.2 pkgsrc-2018Q2:1.2.0.16 pkgsrc-2018Q2-base:1.2 pkgsrc-2018Q1:1.2.0.14 pkgsrc-2018Q1-base:1.2 pkgsrc-2017Q4:1.2.0.12 pkgsrc-2017Q4-base:1.2 pkgsrc-2017Q3:1.2.0.10 pkgsrc-2017Q3-base:1.2 pkgsrc-2017Q2:1.2.0.6 pkgsrc-2017Q2-base:1.2 pkgsrc-2017Q1:1.2.0.4 pkgsrc-2017Q1-base:1.2 pkgsrc-2016Q4:1.2.0.2 pkgsrc-2016Q4-base:1.2 pkgsrc-2016Q3:1.1.0.6 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.4 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.2 pkgsrc-2016Q1-base:1.1; locks; strict; comment @// @; 1.3 date 2019.08.27.23.02.18; author markd; state dead; branches; next 1.2; commitid SLDmgWZePqOiIIAB; 1.2 date 2016.12.15.22.40.10; author wiedi; state Exp; branches; next 1.1; commitid 6NVAoD2WLNbog8yz; 1.1 date 2016.02.08.20.43.32; author markd; state Exp; branches; next ; commitid m4P4xnYuCTo7C9Uy; desc @@ 1.3 log @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. @ text @$NetBSD: patch-glinject_Hook.cpp,v 1.2 2016/12/15 22:40:10 wiedi Exp $ Linux gets environ from unistd.h --- glinject/Hook.cpp.orig 2015-11-02 21:13:49.000000000 +0000 +++ glinject/Hook.cpp @@@@ -15,6 +15,10 @@@@ THE SOFTWARE IS PROVIDED "AS IS" AND THE #include #include +#if defined(__NetBSD__) || defined(__sun) +extern char **environ; +#endif + typedef void (*GLXextFuncPtr)(void); void InitGLInject(); @ 1.2 log @extending the patch for netbsd so it fixes sunos too @ text @d1 1 a1 1 $NetBSD: patch-glinject_Hook.cpp,v 1.1 2016/02/08 20:43:32 markd Exp $ @ 1.1 log @Fix build on NetBSD7 @ text @d1 1 a1 1 $NetBSD$ d11 1 a11 1 +#ifdef __NetBSD__ @