about summary refs log tree commit diff
path: root/pkgs/applications/video/qstopmotion
AgeCommit message (Collapse)AuthorFilesLines
2021-05-22qstopmotion: use ffmpeg instead of ffmpeg_3 (#123477)Robert Schütz1-2/+5
FFmpeg isn't linked against, but the executable is used for rendering.
2021-03-14qstopmotion: 2.4.1 -> 2.5.2R. RyanTM1-2/+2
2021-01-16pkgs/applications: pkgconfig -> pkg-configBen Siraphob1-2/+2
2021-01-15pkgs/applications: stdenv.lib -> libBen 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-25qstopmotion: mark as broken for aarch64Doron Behar1-0/+1
2020-04-25qstopmotion: use libsForQt5.callPackage properlyDoron Behar1-7/+11
2020-04-25qstopmotion: format inputs and argumentsDoron Behar1-7/+43
2020-04-22qstopmotion: use qt5's mkDerivationMartin Milata1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-08-07v4l-utils: align attr with pkg nameBjørn Forsman1-2/+2
2019-06-16treewide: remove unused variables (#63177)volth1-1/+1
* treewide: remove unused variables * making ofborg happy
2019-03-01qstopmotion: 2.4.0 -> 2.4.1Michiel Leenaars1-3/+3
2018-08-12qstopmotion: 2.3.2 -> 2.4.0 (#44642)leenaars1-8/+17
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-05-05qstopmotion: remove unnecessary gstreamer dependencyJan Tojnar1-7/+4
According to 2.3.1 release notes: “All gstreamer grabber are removed from the application. The reason is the end of the support for gstreamer 0.10 in many distributions.”
2018-04-30treewide: stdenv.lib.platforms.gnu -> ... gnu ++ linuxWill Dietz1-1/+1
Include all linux platforms.
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2017-06-18qstopmotion: init -> 2.3.2Michiel Leenaars1-0/+36