Loading pkgs/by-name/li/live555/package.nix +16 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,10 @@ openssl, runCommand, stdenv, writeScript, # tests vlc, }: let isStatic = stdenv.hostPlatform.isStatic; Loading Loading @@ -128,8 +132,20 @@ stdenv.mkDerivation (finalAttrs: { touch $out fi ''; inherit vlc; }; passthru.updateScript = writeScript "update-live555" '' #!/usr/bin/env nix-shell #!nix-shell -i bash -p curl common-updater-scripts # Expect the text in format of '2025.05.24:' new_version="$(curl -s http://www.live555.com/liveMedia/public/changelog.txt | head -n1 | tr -d ':')" update-source-version live555 "$new_version" ''; meta = { homepage = "http://www.live555.com/liveMedia/"; description = "Set of C++ libraries for multimedia streaming, using open standard protocols (RTP/RTCP, RTSP, SIP)"; Loading Loading
pkgs/by-name/li/live555/package.nix +16 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,10 @@ openssl, runCommand, stdenv, writeScript, # tests vlc, }: let isStatic = stdenv.hostPlatform.isStatic; Loading Loading @@ -128,8 +132,20 @@ stdenv.mkDerivation (finalAttrs: { touch $out fi ''; inherit vlc; }; passthru.updateScript = writeScript "update-live555" '' #!/usr/bin/env nix-shell #!nix-shell -i bash -p curl common-updater-scripts # Expect the text in format of '2025.05.24:' new_version="$(curl -s http://www.live555.com/liveMedia/public/changelog.txt | head -n1 | tr -d ':')" update-source-version live555 "$new_version" ''; meta = { homepage = "http://www.live555.com/liveMedia/"; description = "Set of C++ libraries for multimedia streaming, using open standard protocols (RTP/RTCP, RTSP, SIP)"; Loading