Merge pull request #119588 from hzeller/gmrender-resurrect-008-009
gmrender-resurrect: 0.0.8 -> 0.0.9
This commit is contained in:
commit
c178794605
|
@ -1,8 +1,8 @@
|
||||||
{ lib, stdenv, fetchFromGitHub, fetchpatch, autoreconfHook, pkg-config, makeWrapper, gstreamer
|
{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config, makeWrapper, gstreamer
|
||||||
, gst-plugins-base, gst-plugins-good, gst-plugins-bad, gst-plugins-ugly, gst-libav, libupnp }:
|
, gst-plugins-base, gst-plugins-good, gst-plugins-bad, gst-plugins-ugly, gst-libav, libupnp }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "0.0.8";
|
version = "0.0.9";
|
||||||
|
|
||||||
makePluginPath = plugins: builtins.concatStringsSep ":" (map (p: p + "/lib/gstreamer-1.0") plugins);
|
makePluginPath = plugins: builtins.concatStringsSep ":" (map (p: p + "/lib/gstreamer-1.0") plugins);
|
||||||
|
|
||||||
|
@ -16,17 +16,9 @@ in
|
||||||
owner = "hzeller";
|
owner = "hzeller";
|
||||||
repo = "gmrender-resurrect";
|
repo = "gmrender-resurrect";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "14i5jrry6qiap5l2x2jqj7arymllajl3wgnk29ccvr8d45zp4jn1";
|
sha256 = "0byxd28hnhkhf3lqsad43n6czfajvc1ksg9zikxb95wwk4ljqv1q";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://github.com/hzeller/gmrender-resurrect/commit/dc8c4d4dc234311b3099e7f1efadf5d9733c81e9.patch";
|
|
||||||
sha256 = "0fqi58viaq9jg5h5j1725qrach4c3wmfmh0q43q4r8az2pn7dszw";
|
|
||||||
name = "libupnp.patch";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
buildInputs = [ gstreamer libupnp ];
|
buildInputs = [ gstreamer libupnp ];
|
||||||
nativeBuildInputs = [ autoreconfHook pkg-config makeWrapper ];
|
nativeBuildInputs = [ autoreconfHook pkg-config makeWrapper ];
|
||||||
|
|
||||||
|
@ -39,8 +31,8 @@ in
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Resource efficient UPnP/DLNA renderer, optimal for Raspberry Pi, CuBox or a general MediaServer";
|
description = "Resource efficient UPnP/DLNA renderer, optimal for Raspberry Pi, CuBox or a general MediaServer";
|
||||||
homepage = "https://github.com/hzeller/gmrender-resurrect";
|
homepage = "https://github.com/hzeller/gmrender-resurrect";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ koral ashkitten ];
|
maintainers = with maintainers; [ koral hzeller ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue