about summary refs log tree commit diff
path: root/pkgs/applications/video/motion
AgeCommit message (Collapse)AuthorFilesLines
2021-11-03motion: 4.3.2 -> 4.4.0R. Ryantm1-2/+2
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-10-30motion 4.3.1 -> 4.3.2Max Hausch1-2/+2
2020-07-15motion: add meta.platformsDmitry Kalinkin1-0/+1
2020-07-15motion: switch ffmpeg_3 to ffmpegDmitry Kalinkin1-2/+2
2020-07-15motion: 4.3.0 -> 4.3.1Dmitry Kalinkin1-3/+3
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-18motion: 4.2.2 -> 4.3.0Dmitry Kalinkin1-3/+3
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-02-16motion: 4.2.1 -> 4.2.2R. 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/motion/versions
2018-12-15motion: add veprbl to meta.maintainersDmitry Kalinkin1-1/+1
2018-12-15motion: 4.2 -> 4.2.1R. 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/motion/versions
2018-11-04motion: 4.1.1 -> 4.2Peter Hoeg1-9/+11
2017-12-30motion: 4.0.1 -> 4.1.1Dmitry Kalinkin1-2/+5
2016-11-08motion: init at 4.0.1Brian McKenna1-0/+20