Unverified Commit b4389c07 authored by Guillaume Girol's avatar Guillaume Girol Committed by GitHub
Browse files

Merge pull request #114271 from hjones2199/siril

siril: 0.99.6 -> 0.99.8.1
parents 24d05ceb 804999f3
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
{ lib, stdenv, fetchFromGitLab, fetchFromGitHub, pkg-config, meson, ninja,
  git, criterion, wrapGAppsHook, gtk3, libconfig, gnuplot, opencv,
  fftwFloat, cfitsio, gsl, exiv2, curl, librtprocess, ffmpeg,
  libraw, libtiff, libpng, libjpeg, libheif, ffms
{ lib, stdenv, fetchFromGitLab, pkg-config, meson, ninja, wrapGAppsHook
, git, criterion, gtk3, libconfig, gnuplot, opencv, json-glib
, fftwFloat, cfitsio, gsl, exiv2, librtprocess, wcslib, ffmpeg
, libraw, libtiff, libpng, libjpeg, libheif, ffms
}:

stdenv.mkDerivation rec {
  pname = "siril";
  version = "0.99.6";
  version = "0.99.8.1";

  src = fetchFromGitLab {
    owner = "free-astro";
    repo = pname;
    rev = version;
    sha256 = "06vh8x45gv0gwlnqjwxglf12jmpdaxkiv5sixkqh20420wabx3ha";
    sha256 = "0h3slgpj6zdc0rwmyr9zb0vgf53283hpwb7h26skdswmggsk90i5";
  };

  nativeBuildInputs = [
@@ -20,8 +20,8 @@ stdenv.mkDerivation rec {
  ];

  buildInputs = [
    gtk3 cfitsio gsl exiv2 gnuplot curl opencv fftwFloat librtprocess
    libconfig libraw libtiff libpng libjpeg libheif ffms ffmpeg
    gtk3 cfitsio gsl exiv2 gnuplot opencv fftwFloat librtprocess wcslib
    libconfig libraw libtiff libpng libjpeg libheif ffms ffmpeg json-glib
  ];

  # Necessary because project uses default build dir for flatpaks/snaps
@@ -37,8 +37,8 @@ stdenv.mkDerivation rec {

  meta = with lib; {
    homepage = "https://www.siril.org/";
    description = "Astronomical image processing tool";
    license = licenses.gpl3;
    description = "Astrophotographic image processing tool";
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ hjones2199 ];
    platforms = [ "x86_64-linux" ];
  };