about summary refs log tree commit diff
path: root/pkgs/servers/mediatomb
AgeCommit message (Collapse)AuthorFilesLines
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-2/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-08-03mediatomb: use recent spidermonkeyJustin Humm1-2/+2
2016-11-21spidermonkey: cleanup and rename versionsNikolay Amiantov1-3/+2
2016-06-03Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen1-1/+1
2014-10-29mediatomb: fix build by fetching a slightly newer git revision which has ↵Evgeny Egorochkin2-24/+10
patches for new versions of dependencies, add more dependencies, clean up.
2014-08-08Mark a bunch of packages as broken or not supported on DarwinEelco Dolstra1-1/+3
2013-02-15compile fix: <stddef.h> needed for size_tJack Cummings2-1/+16
2011-07-11MediaTomb: packagedEvgeny Egorochkin1-0/+24
svn path=/nixpkgs/trunk/; revision=27700