logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 2ed8a6f5fba31bc01e879fdb0c376ee755118a53
parent 1eee840b7929813eaaab6c69762d6e90eab759d7
Author: Michael Forney <mforney@mforney.org>
Date:   Fri, 20 Mar 2020 15:10:03 -0700

jbig2dec: Update to 0.18

Diffstat:

Mpkg/jbig2dec/gen.lua6+++---
Mpkg/jbig2dec/ver2+-
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pkg/jbig2dec/gen.lua b/pkg/jbig2dec/gen.lua @@ -6,9 +6,9 @@ cflags{ lib('libjbig2dec.a', [[ jbig2_arith.c jbig2_arith_int.c jbig2_arith_iaid.c - jbig2_huffman.c jbig2_segment.c jbig2_page.c jbig2_symbol_dict.c - jbig2_text.c jbig2_halftone.c jbig2_generic.c jbig2_refinement.c - jbig2_mmr.c jbig2_image.c jbig2.c + jbig2_huffman.c jbig2_hufftab.c jbig2_segment.c jbig2_page.c + jbig2_symbol_dict.c jbig2_text.c jbig2_halftone.c jbig2_generic.c + jbig2_refinement.c jbig2_mmr.c jbig2_image.c jbig2.c ]]) fetch 'git' diff --git a/pkg/jbig2dec/ver b/pkg/jbig2dec/ver @@ -1 +1 @@ -0.17 r0 +0.18 r0