add pix_internal.h to alltypes.h

This commit is contained in:
peijiankang 2023-09-25 16:21:31 +08:00
parent daafdfb36e
commit 354aa331a2
2 changed files with 29 additions and 1 deletions

View File

@ -0,0 +1,24 @@
From b9b46c91092627085936660f4fb32691fbce166a Mon Sep 17 00:00:00 2001
From: peijiankang <peijiankang@kylinos.cn>
Date: Tue, 26 Sep 2023 09:46:28 +0800
Subject: [PATCH] add pix_internal.h to alltypes.h
---
src/alltypes.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/alltypes.h b/src/alltypes.h
index f3a3823..1fd0ae3 100644
--- a/src/alltypes.h
+++ b/src/alltypes.h
@@ -58,6 +58,7 @@
#include "jbclass.h"
#include "morph.h"
#include "pix.h"
+#include "pix_internal.h"
#include "recog.h"
#include "regutils.h"
#include "stringcode.h"
--
2.41.0

View File

@ -1,10 +1,11 @@
Name: leptonica
Version: 1.83.1
Release: 1
Release: 2
Summary: C library for efficient image processing and image analysis operations
License: Leptonica
URL: https://github.com/danbloomberg/leptonica
Source0: https://github.com/DanBloomberg/leptonica/archive/%{version}/%{name}-%{version}.tar.gz
Patch0: add-pix_internal.h-to-alltypes.h.patch
BuildRequires: gcc automake autoconf libtool giflib-devel libjpeg-devel libpng-devel
BuildRequires: libtiff-devel libwebp-devel zlib-devel
@ -73,6 +74,9 @@ make check VERBOSE=1
%{_bindir}/*
%changelog
* Tue Sep 26 2023 peijiankang <peijiankang@kylinos.cn> - 1.83.1-2
- add add-pix_internal.h-to-alltypes.h.patch
* Tue Aug 22 2023 liyanan <thistleslyn@163.com> - 1.83.1-1
- Update to 1.83.1