mupdf: adopt post-release bugfix-patches from upstream

authored by

Markus S. Wamser and committed by
Jonathan Ringer
bbcc8b02 e13120bb

+17 -2
+17 -2
pkgs/applications/misc/mupdf/default.nix
··· 23 23 }; 24 24 25 25 patches = 26 - stdenv.lib.optional stdenv.isDarwin ./darwin.patch 27 - ; 26 + stdenv.lib.optional stdenv.isDarwin ./darwin.patch ++ [ 27 + (fetchpatch { 28 + name = "pdfocr.patch"; 29 + url = "http://git.ghostscript.com/?p=mupdf.git;a=patch;h=a507b139adf37d2c742e039815601cdc2aa00a84"; 30 + sha256 = "1fx6pdgwrbk3bqsx53764d61llfj9s5q8lxqkna7mjnp7mg4krj3"; 31 + }) 32 + (fetchpatch { 33 + name = "pdf-layer.patch"; 34 + url = "http://git.ghostscript.com/?p=mupdf.git;a=patch;h=b82e9b6d6b46877e5c3763cc3bc641c66fa7eb54"; 35 + sha256 = "0ma8jq8d9a0mf26qjklgi4gdaflpjik1br1nhafzvjz7ccl56ksm"; 36 + }) 37 + (fetchpatch { 38 + name = "pixmap.patch"; 39 + url = "http://git.ghostscript.com/?p=mupdf.git;a=patch;h=32e4e8b4bcbacbf92af7c88337efae21986d9603"; 40 + sha256 = "1zqkxgwrhcwsdya98pcmpq2815jjmv3fwsp0sba9f5nq5xi6whbj"; 41 + }) 42 + ]; 28 43 29 44 postPatch = '' 30 45 sed -i "s/__OPENJPEG__VERSION__/${openJpegVersion}/" source/fitz/load-jpx.c