about summary refs log tree commit diff
path: root/pkgs/applications/video/simplescreenrecorder
AgeCommit message (Collapse)AuthorFilesLines
2021-06-10Change all alsaLib references to alsa-libAndersonTorres1-2/+2
2021-04-25simplescreenrecorder: 0.3.11 -> 0.4.3Robert Schütz2-20/+22
2021-01-16pkgs/applications: pkgconfig -> pkg-configBen Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-06-12treewide: use ffmpeg_3 explicitly if not wanted otherwiseDoron Behar1-2/+2
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that used `ffmpeg` without requiring a specific version now use ffmpeg_3 explicitly so they shouldn't change.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-01-22treewide: fix redirected urlsPatrick Hilhorst1-1/+1
According to https://repology.org/repository/nix_unstable/problems, we have a lot of packages that have http links that redirect to https as their homepage. This commit updates all these packages to use the https links as their homepage. The following script was used to make these updates: ``` curl https://repology.org/api/v1/repository/nix_unstable/problems \ | jq '.[] | .problem' -r \ | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \ | sort | uniq > script.sed find -name '*.nix' | xargs -P4 -- sed -f script.sed -i ```
2019-11-18treewide: Get rid of libGLU_combinedadisbladis1-2/+2
2019-08-31Merge master into staging-nextFrederik Rietdijk1-2/+2
2019-08-29simplescreenrecorder: fix Qt runtime errorPeter Simons1-2/+2
| qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in "" | | This application failed to start because no Qt platform plugin could be | initialized. Reinstalling the application may fix this problem.
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-05-22simplescreenrecorder: 0.3.10 -> 0.3.11R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/simplescreenrecorder/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/a8fww8kyx1kxkbr94mx0k3aml8p1iv9y-simplescreenrecorder-0.3.11/bin/simplescreenrecorder had a zero exit code or showed the expected version - /nix/store/a8fww8kyx1kxkbr94mx0k3aml8p1iv9y-simplescreenrecorder-0.3.11/bin/ssr-glinject passed the binary check. - 1 of 2 passed binary check by having a zero exit code. - 0 of 2 passed binary check by having the new version present in output. - found 0.3.11 with grep in /nix/store/a8fww8kyx1kxkbr94mx0k3aml8p1iv9y-simplescreenrecorder-0.3.11 - directory tree listing: https://gist.github.com/37e7c1c2b6ea1075aec16c5886d64421 - du listing: https://gist.github.com/e083fc723fa4e92eac89902a7ae3fd56
2018-05-04simplescreenrecorder: port to qt5Maximilian Bosch1-4/+6
See #33248
2018-03-23simplescreenrecorder: 0.3.9 -> 0.3.10Ryan Mulligan1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - ran `/nix/store/wvyzwhxb1c1l0ia3kc1idh2r8ydhfql9-simplescreenrecorder-0.3.10/bin/ssr-glinject --help` got 0 exit code - ran `/nix/store/wvyzwhxb1c1l0ia3kc1idh2r8ydhfql9-simplescreenrecorder-0.3.10/bin/ssr-glinject help` got 0 exit code - ran `/nix/store/wvyzwhxb1c1l0ia3kc1idh2r8ydhfql9-simplescreenrecorder-0.3.10/bin/ssr-glinject help` and found version 0.3.10 - found 0.3.10 with grep in /nix/store/wvyzwhxb1c1l0ia3kc1idh2r8ydhfql9-simplescreenrecorder-0.3.10
2018-02-24treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev1-2/+2
2018-01-06Simplescreenrecorder: 0.3.8 -> 0.3.9Bart Brouns1-10/+5
2017-09-21treewide: Manual fix more pkg-config build-inputsJohn Ericson1-2/+3
2017-03-06simplescreenrecorder: 0.3.6 -> 0.3.8Bart Brouns1-2/+2
2016-07-11simplescreenrecorder: fix paths to LD_PRELOADed partNikolay Amiantov2-1/+47
2016-06-19treewide: fix #include errors after gcc-5.4Vladimír Čunát1-0/+4
They were mostly missing <cmath> or <math.h>.
2016-01-27simplescreenrecorder: update to version 0.3.6Peter Simons1-2/+2
2015-06-27Convert all jack references to libjack2William A. Kennington III1-2/+2
2015-05-29Use libpulseaudio instead of pulseaudioWilliam A. Kennington III1-2/+2
2015-01-22simplescreenrecorder: update from 0.3.2 to 0.3.3Cillian de Róiste1-2/+2
2015-01-08SimpleScreenRecorder: 0.3.1 -> 0.3.2Cillian de Róiste1-2/+2
2014-09-30simplescreenrecorder: update from 0.3.0 to 0.3.1Cillian de Róiste1-2/+2
2014-07-31Revert "Remove obsolete jackaudio version 1."Bjørn Forsman1-2/+2
This reverts commit bdb77826d98544ab37741f740dd3516023924b27. Jack1 is not obsolete and neither jack1 nor jack2 is called 'jackaudio'. Q: What's the difference between Jack1 and Jack2? A: http://trac.jackaudio.org/wiki/Q_differenc_jack1_jack2
2014-07-29SimpleScreenRecorder 0.2.2 -> 0.3.0Cillian de Róiste1-2/+2
2014-07-28Remove obsolete jackaudio version 1.Peter Simons1-2/+2
2014-07-23jack: change package and attr names to 'jack1' and 'jack2'Bjørn Forsman1-2/+2
Currently, we have a 'jack' package with attrname 'jack1d' and a 'jackdbus' package with attrname 'jackaudio'. Make it consistent 'jack1' and 'jack2' in both package name and attrname. This aligns the naming with what can be found on the JACK homepage. Q: what's the difference between jack1 and jack2? A: http://trac.jackaudio.org/wiki/Q_differenc_jack1_jack2
2014-03-26Add simplescreenrecorder: an excellent screen recorder for linuxCillian de Róiste1-0/+26