reco: 5.0.2 -> 5.1.1
https://github.com/ryonakano/reco/compare/5.0.2...5.1.1 Note that the `granite` meson option is disabled by default, so the granite dependency will automatically be skipped even it is available. Also switch to livechart-2 (elementary's fork) so we can drop livechart.
This commit is contained in:
@@ -2,13 +2,14 @@
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
blueprint-compiler,
|
||||
meson,
|
||||
ninja,
|
||||
pkg-config,
|
||||
vala,
|
||||
wrapGAppsHook4,
|
||||
libadwaita,
|
||||
libgee,
|
||||
live-chart,
|
||||
ryokucha,
|
||||
pantheon,
|
||||
gst_all_1,
|
||||
@@ -16,16 +17,17 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "reco";
|
||||
version = "5.0.2";
|
||||
version = "5.1.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ryonakano";
|
||||
repo = "reco";
|
||||
rev = finalAttrs.version;
|
||||
hash = "sha256-uZAcZJLQH0MTI4NSJnZvzYPBFVXGBqAhsjVLAVP/ZwI=";
|
||||
hash = "sha256-vSVWGXC0QJ20t2MRImBwG8ZTrTLE5Z98GO6No80mCUU=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
blueprint-compiler
|
||||
meson
|
||||
ninja
|
||||
pkg-config
|
||||
@@ -34,10 +36,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
libadwaita
|
||||
libgee
|
||||
live-chart
|
||||
pantheon.live-chart
|
||||
ryokucha
|
||||
pantheon.granite7
|
||||
gst_all_1.gstreamer
|
||||
gst_all_1.gst-plugins-base
|
||||
gst_all_1.gst-plugins-good
|
||||
|
||||
Reference in New Issue
Block a user