Unverified Commit a800f884 authored by arminius-smh's avatar arminius-smh
Browse files

libmkv: drop

library is abandoned upstream
parent 7889d618
Loading
Loading
Loading
Loading
+0 −40
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  fetchFromGitHub,
  libtool,
  autoconf,
  automake,
}:

stdenv.mkDerivation (finalAttrs: {
  pname = "libmkv";
  version = "0.6.5.1";

  src = fetchFromGitHub {
    owner = "saintdev";
    repo = "libmkv";
    tag = finalAttrs.version;
    sha256 = "0pr9q7yprndl8d15ir7i7cznvmf1yqpvnsyivv763n6wryssq6dl";
  };

  nativeBuildInputs = [
    libtool
    autoconf
    automake
  ];

  preConfigure = "sh bootstrap.sh";

  meta = {
    description = "Abandoned library. Alternative lightweight Matroska muxer written for HandBrake";
    longDescription = ''
      Library was meant to be an alternative to the official libmatroska library.
      It is written in plain C, and intended to be very portable.
    '';
    homepage = "https://github.com/saintdev/libmkv";
    license = lib.licenses.gpl2;
    maintainers = [ lib.maintainers.wmertens ];
    platforms = lib.platforms.unix;
  };
})
+1 −0
Original line number Diff line number Diff line
@@ -1003,6 +1003,7 @@ mapAliases {
  libLAS = liblas; # Added 2026-02-08
  liblinphone = throw "'liblinphone' has been moved to 'linphonePackages.liblinphone'"; # Added 2025-09-20
  libmesode = throw "'libmesode' has been removed because it was deprecated and archived upstream. Consider using 'libstrophe' instead"; # Added 2026-01-15
  libmkv = throw "'libmkv' has been removed as it is abandoned upstream"; # Added 2026-01-18
  libmp3splt = throw "'libmp3splt' has been removed due to lack of maintenance upstream."; # Added 2025-05-17
  libmusicbrainz3 = throw "libmusicbrainz3 has been removed as it was obsolete and unused"; # Added 2025-09-16
  libmusicbrainz5 = libmusicbrainz; # Added 2025-09-16