8 , gobject-introspection
13 stdenv.mkDerivation rec {
14 pname = "gst-rtsp-server";
18 url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
19 sha256 = "1qjlp7az0hkzxvq53hwnp55sp6xhbybfwzaj66hp45jslsmj4fcp";
25 # "devdoc" # disabled until `hotdoc` is packaged in nixpkgs
29 # To use split outputs, we need this so double prefix won't be used in the
30 # pkg-config files. Hopefully, this won't be needed on the next release,
32 # https://gitlab.freedesktop.org/gstreamer/gst-rtsp-server/merge_requests/1
33 # will be merged. For the current release, this merge request won't apply.
34 ./fix_pkgconfig_includedir.patch
46 # TODO add hotdoc here
55 "-Dexamples=disabled" # requires many dependencies and probably not useful for our users
56 "-Ddoc=disabled" # `hotdoc` not packaged in nixpkgs as of writing
61 scripts/extract-release-date-from-doap-file.py
65 description = "GStreamer RTSP server";
66 homepage = "https://gstreamer.freedesktop.org";
68 A library on top of GStreamer for building an RTSP server.
70 license = licenses.lgpl2Plus;
71 platforms = platforms.unix;
72 maintainers = with maintainers; [ bkchr ];