Edit

IABSD.fr/ports/converters/k2pdfopt/patches/patch-willuslib_gslpolyfit_c

Branch :

  • Show log

    Commit

  • Author : caspar
    Date : 2024-04-18 16:15:44
    Hash : 500e8078
    Message : converters/k2pdfopt: unbreak and update to 2.55 I borrowed some patches from Debian. Contrary to the earlier non-broken situation, integration with Tesseract is not enabled right now. Take MAINTAINER. Suggestion to replace pre-patch target with FIX_CRLF_FILES from sthen@ OK sthen@

  • converters/k2pdfopt/patches/patch-willuslib_gslpolyfit_c
  • Patch from Debian: "use system gsl", see
    https://sources.debian.org/patches/k2pdfopt/2.55%2Bds-2/0008-willuslib-gslpolyfit.c-use-system-gsl.patch/
    
    Index: willuslib/gslpolyfit.c
    --- willuslib/gslpolyfit.c.orig
    +++ willuslib/gslpolyfit.c
    @@ -24,7 +24,7 @@
     #include <stdlib.h>
     #include "willus.h"
     #ifdef HAVE_GSL_LIB
    -#include <gsl.h>
    +#include <gsl/gsl_multifit.h>
     #endif
     
     void gslpolyfit(double *x,double *y0,int n,int d,double *c0)