Commit 7789eab4 authored by Felix Singer's avatar Felix Singer
Browse files

libbluray: 1.3.2 -> 1.3.4

parent 15b8d145
Loading
Loading
Loading
Loading
+2 −16
Original line number Diff line number Diff line
@@ -11,27 +11,13 @@

stdenv.mkDerivation rec {
  pname = "libbluray";
  version = "1.3.2";
  version = "1.3.4";

  src = fetchurl {
    url = "https://get.videolan.org/libbluray/${version}/${pname}-${version}.tar.bz2";
    sha256 = "sha256-RWgU258Hwe7N736ED8uyCXbvgU34dUKL+4Hs9FhR8XA=";
    hash = "sha256-R4/9aKD13ejvbKmJt/A1taCiLFmRQuXNP/ewO76+Xys=";
  };

  patches = [
    ./BDJ-JARFILE-path.patch
    (fetchpatch {
      name = "Initial-support-for-Java-18.patch";
      url = "https://code.videolan.org/videolan/libbluray/-/commit/3187c3080096e107f0a27eed1843232b58342577.patch";
      hash = "sha256-2TSciAoPzELkgmFGB38h1RgynOCJueyCL8hIADxAPHo=";
    })
    (fetchpatch {
      name = "bd-j-BDJSecurityManager-Change-setSecurityManager-de.patch";
      url = "https://code.videolan.org/videolan/libbluray/-/commit/9a2d23d049760ef9cc9661ff90011a84d90368f1.patch";
      hash = "sha256-xCc2h5ocXCqnpVMPQaybT2Ncs2YOzifQ0mlCCUhYlc8=";
    })
  ];

  nativeBuildInputs = [ pkg-config autoreconfHook ]
    ++ lib.optionals withJava [ ant ];