pdfpc: 4.5.0 → 4.6.0

This commit is contained in:
Vincent Laporte 2022-12-23 07:26:10 +01:00
parent 338bf0b325
commit f3137c9d1f
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F

View File

@ -1,16 +1,16 @@
{ lib, stdenv, fetchFromGitHub, cmake, pkg-config, vala, gtk3, libgee
, poppler, libpthreadstubs, gstreamer, gst-plugins-base, gst-plugins-good, gst-libav, librsvg, pcre, gobject-introspection, wrapGAppsHook
, webkitgtk, discount, json-glib }:
, poppler, libpthreadstubs, gstreamer, gst-plugins-base, gst-plugins-good, gst-libav, gobject-introspection, wrapGAppsHook
, qrencode, webkitgtk, discount, json-glib }:
stdenv.mkDerivation rec {
pname = "pdfpc";
version = "4.5.0";
version = "4.6.0";
src = fetchFromGitHub {
repo = "pdfpc";
owner = "pdfpc";
rev = "v${version}";
sha256 = "0bmy51w6ypz927hxwp5g7wapqvzqmsi3w32rch6i3f94kg1152ck";
hash = "sha256-5HFmbVsNajMwo+lBe9kJcJyQGe61N6Oy2CI/WJwmSE4=";
};
nativeBuildInputs = [
@ -22,11 +22,12 @@ stdenv.mkDerivation rec {
buildInputs = [
gtk3 libgee poppler
libpthreadstubs librsvg pcre
libpthreadstubs
gstreamer
gst-plugins-base
(gst-plugins-good.override { gtkSupport = true; })
gst-libav
qrencode
webkitgtk
discount
json-glib