24 stdenv.mkDerivation rec {
25 pname = "gst-plugins-ugly";
28 outputs = [ "out" "dev" ];
31 url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
32 sha256 = "1nwbcv5yaib3d8icvyja3zf6lyjf5zf1hndbijrhj8j7xlia0dx3";
54 ] ++ lib.optionals stdenv.isDarwin [
61 "-Ddoc=disabled" # `hotdoc` not packaged in nixpkgs as of writing
62 "-Dsidplay=disabled" # sidplay / sidplay/player.h isn't packaged in nixpkgs as of writing
67 scripts/extract-release-date-from-doap-file.py
71 description = "Gstreamer Ugly Plugins";
72 homepage = "https://gstreamer.freedesktop.org";
74 a set of plug-ins that have good quality and correct functionality,
75 but distributing them might pose problems. The license on either
76 the plug-ins or the supporting libraries might not be how we'd
77 like. The code might be widely known to present patent problems.
79 license = licenses.lgpl2Plus;
80 platforms = platforms.unix;
81 maintainers = with maintainers; [ matthewbauer ];