8 , dleyna-connector-dbus
20 stdenv.mkDerivation rec {
21 pname = "dleyna-renderer";
24 src = fetchFromGitHub {
28 sha256 = "sha256-bGasT3XCa7QHV3D7z59TSHoqWksNSIgaO0z9zYfHHuw=";
32 # Fix build with meson 1.2. We use the gentoo patch intead of the
33 # usptream one because the latter only applies on the libsoup_3 based
34 # merged dLeyna project.
35 # https://gitlab.gnome.org/World/dLeyna/-/merge_requests/6
37 url = "https://github.com/gentoo/gentoo/raw/2ebe20ff4cda180cc248d31a021107d08ecf39d9/net-libs/dleyna-renderer/files/meson-1.2.0.patch";
38 sha256 = "sha256-/p2OaPO5ghWtPotwIir2TtcFF5IDFN9FFuyqPHevuFI=";
50 libxslt # for xsltproc
55 dleyna-connector-dbus # runtime dependency to be picked up to DLEYNA_CONNECTOR_PATH
64 wrapProgram "$out/libexec/dleyna-renderer-service" \
65 --set DLEYNA_CONNECTOR_PATH "$DLEYNA_CONNECTOR_PATH"
69 description = "Library to discover and manipulate Digital Media Renderers";
70 homepage = "https://github.com/phako/dleyna-renderer";
71 maintainers = with maintainers; [ jtojnar ];
72 platforms = platforms.unix;
73 license = licenses.lgpl21Only;