Unverified Commit a4899592 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

gjay: drop (#410813)

parents 7fcd3d30 952db324
Loading
Loading
Loading
Loading

pkgs/by-name/gj/gjay/package.nix

deleted100644 → 0
+0 −44
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  fetchurl,
  pkg-config,
  dbus-glib,
  audacious,
  gtk2,
  gsl,
  libaudclient,
  libmpdclient,
}:

stdenv.mkDerivation rec {
  pname = "gjay";
  version = "0.3.2";

  src = fetchurl {
    url = "mirror://sourceforge/project/gjay/${pname}-${version}.tar.gz";
    sha256 = "1a1vv4r0vnxjdyl0jyv7gga3zfd5azxlwjm1l6hjrf71lb228zn8";
  };

  nativeBuildInputs = [ pkg-config ];

  buildInputs = [
    libmpdclient
    dbus-glib
    audacious
    gtk2
    gsl
    libaudclient
  ];

  hardeningDisable = [ "format" ];

  meta = with lib; {
    description = "Generates playlists such that each song sounds good following the previous song";
    homepage = "https://gjay.sourceforge.net/";
    license = licenses.gpl2Plus;
    maintainers = with maintainers; [ pSub ];
    platforms = with platforms; linux;
    mainProgram = "gjay";
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -738,6 +738,7 @@ mapAliases {
  ghostwriter = makePlasma5Throw "ghostwriter"; # Added 2023-03-18
  git-annex-utils = throw "'git-annex-utiks' has been removed as it is unmaintained"; # Added 2025-05-18
  git-codeowners = throw "'git-codeowners' has been removed due to lack of upstream maintenance"; # Added 2025-01-25
  gjay = throw "'gjay' has been removed as it is unmaintained upstream"; # Added 2025-05-25
  gmni = throw "gmni has been removed as it is no longer maintained upstream"; # Added 2025-05-02
  gmp5 = throw "'gmp5' has been removed as it is unmaintained. Consider using 'gmp' instead"; # Added 2024-10-28
  gmpc = throw "'gmpc' has been removed due to lack of maintenance upstream. Consider using 'plattenalbum' instead"; # Added 2024-09-14