about summary refs log tree commit diff
path: root/pkgs/applications/video/dvd-slideshow
AgeCommit message (Collapse)AuthorFilesLines
2021-05-18dvd-slideshow: use ffmpeg instead of ffmpeg_3Robert Schütz1-2/+2
2021-01-15pkgs/applications: stdenv.lib -> libBen Siraphob1-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
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-02-26treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim1-2/+2
Whenever we create scripts that are installed to $out, we must use runtimeShell in order to get the shell that can be executed on the machine we create the package for. This is relevant for cross-compiling. The only use case for stdenv.shell are scripts that are executed as part of the build system. Usages in checkPhase are borderline however to decrease the likelyhood of people copying the wrong examples, I decided to use runtimeShell as well.
2018-05-28treewide: fix derivation namesRyan Mulligan1-2/+3
2016-10-04Replace hard coded /bin/bash occurrencesMarkus Hauck1-2/+2
2016-04-21dvd-slideshow: use PATHNikolay Amiantov1-2/+4
2016-02-03Merge recent 'staging' into closure-sizeVladimír Čunát1-2/+2
Let's get rid of those merge conflicts.
2016-01-26vorbis-tools: rename from old-style vorbisToolsTobias Geerinckx-Rice1-2/+2
2015-10-13ffmpeg: split into multiple outputsVladimír Čunát1-1/+1
Also fix some referrers.
2015-06-10dvd-slideshow: Removed dot at the end.Robbin C1-1/+1
2015-06-10dvd-slideshow: Add package.Robbin C1-0/+69
This adds dvd-slideshow, a suite of command line programs that creates a slideshow-style video from groups of pictures.