about summary refs log tree commit diff
path: root/pkgs/servers/mediatomb/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-02-02mediatomb: remove packageJörg Thalheim1-28/+0
2022-01-23nixos/tests: link tests to their packagesFabian Möller1-1/+3
2021-12-19maintainers: drop phreedomSandro Jäckel1-1/+1
2021-05-28mediatomb: use ffmpeg instead of ffmpeg_3 (#123487)Robert Schütz1-2/+2
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
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-09treewide: Use spidermonkey_68 explicitlyDoron Behar1-2/+2
A fix for #100089 which caused ofborg eval errors on all PRs due to usage of aliases in couchdb and mediatomb.
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 Egorochkin1-11/+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 Cummings1-1/+3
2011-07-11MediaTomb: packagedEvgeny Egorochkin1-0/+24
svn path=/nixpkgs/trunk/; revision=27700