Compare commits
No commits in common. "c10s" and "c8" have entirely different histories.
24
.gitignore
vendored
24
.gitignore
vendored
@ -1,23 +1 @@
|
|||||||
/leptonica-1.69.tar.gz
|
SOURCES/leptonica-1.76.0.tar.gz
|
||||||
/leptonica-1.71.tar.gz
|
|
||||||
/leptonica-1.72.tar.gz
|
|
||||||
/leptonica-1.73.tar.gz
|
|
||||||
/leptonica-1.74.0.tar.gz
|
|
||||||
/leptonica-1.74.1.tar.gz
|
|
||||||
/leptonica-1.74.2.tar.gz
|
|
||||||
/leptonica-1.74.3.tar.gz
|
|
||||||
/leptonica-1.74.4.tar.gz
|
|
||||||
/leptonica-1.75.2.tar.gz
|
|
||||||
/leptonica-1.75.3.tar.gz
|
|
||||||
/leptonica-1.76.0.tar.gz
|
|
||||||
/leptonica-1.77.0.tar.gz
|
|
||||||
/leptonica-1.78.0.tar.gz
|
|
||||||
/leptonica-1.79.0.tar.gz
|
|
||||||
/leptonica-1.80.0.tar.gz
|
|
||||||
/leptonica-1.81.0.tar.gz
|
|
||||||
/leptonica-1.81.1.tar.gz
|
|
||||||
/leptonica-1.82.0.tar.gz
|
|
||||||
/leptonica-1.83.0.tar.gz
|
|
||||||
/leptonica-1.83.1.tar.gz
|
|
||||||
/leptonica-1.84.0.tar.gz
|
|
||||||
/leptonica-1.84.1.tar.gz
|
|
||||||
|
1
.leptonica.metadata
Normal file
1
.leptonica.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
0e7bcacee4191077ebecd220ed12e88f0f26828d SOURCES/leptonica-1.76.0.tar.gz
|
221
SPECS/leptonica.spec
Normal file
221
SPECS/leptonica.spec
Normal file
@ -0,0 +1,221 @@
|
|||||||
|
Name: leptonica
|
||||||
|
Version: 1.76.0
|
||||||
|
Release: 2%{?dist}
|
||||||
|
Summary: C library for efficient image processing and image analysis operations
|
||||||
|
|
||||||
|
License: BSD and Leptonica
|
||||||
|
URL: https://github.com/danbloomberg/leptonica
|
||||||
|
Source0: https://github.com/DanBloomberg/leptonica/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
|
BuildRequires: gcc
|
||||||
|
BuildRequires: automake
|
||||||
|
BuildRequires: autoconf
|
||||||
|
BuildRequires: libtool
|
||||||
|
BuildRequires: giflib-devel
|
||||||
|
BuildRequires: libjpeg-devel
|
||||||
|
BuildRequires: libpng-devel
|
||||||
|
BuildRequires: libtiff-devel
|
||||||
|
BuildRequires: libwebp-devel
|
||||||
|
BuildRequires: zlib-devel
|
||||||
|
|
||||||
|
# Needed for baseline_reg test
|
||||||
|
BuildRequires: gnuplot
|
||||||
|
|
||||||
|
|
||||||
|
%description
|
||||||
|
The library supports many operations that are useful on
|
||||||
|
* Document images
|
||||||
|
* Natural images
|
||||||
|
|
||||||
|
Fundamental image processing and image analysis operations
|
||||||
|
* Rasterop (aka bitblt)
|
||||||
|
* Affine transforms (scaling, translation, rotation, shear)
|
||||||
|
on images of arbitrary pixel depth
|
||||||
|
* Projective and bi-linear transforms
|
||||||
|
* Binary and gray scale morphology, rank order filters, and
|
||||||
|
convolution
|
||||||
|
* Seed-fill and connected components
|
||||||
|
* Image transformations with changes in pixel depth, both at
|
||||||
|
the same scale and with scale change
|
||||||
|
* Pixelwise masking, blending, enhancement, arithmetic ops,
|
||||||
|
etc.
|
||||||
|
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Development files for %{name}
|
||||||
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
The %{name}-devel package contains header files for
|
||||||
|
developing applications that use %{name}.
|
||||||
|
|
||||||
|
%package tools
|
||||||
|
Summary: Leptonica utility tools
|
||||||
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
|
%description tools
|
||||||
|
The %{name}-tools package contains leptonica utility tools.
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -p1
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
|
autoreconf -ifv
|
||||||
|
%configure --disable-static --program-prefix=leptonica-
|
||||||
|
%make_build
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
%make_install
|
||||||
|
rm -f %{buildroot}%{_libdir}/*.la
|
||||||
|
install -Dpm 0644 lept.pc %{buildroot}/%{_libdir}/pkgconfig
|
||||||
|
|
||||||
|
|
||||||
|
%check
|
||||||
|
make check VERBOSE=1
|
||||||
|
|
||||||
|
|
||||||
|
%post -p /sbin/ldconfig
|
||||||
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
|
|
||||||
|
%files
|
||||||
|
%license leptonica-license.txt
|
||||||
|
%doc README.html version-notes.html
|
||||||
|
%{_libdir}/liblept.so.5*
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%{_includedir}/%{name}
|
||||||
|
%{_libdir}/liblept.so
|
||||||
|
%{_libdir}/pkgconfig/lept.pc
|
||||||
|
|
||||||
|
%files tools
|
||||||
|
%{_bindir}/*
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Thu Aug 09 2018 Jiri Kucera <jkucera@redhat.com> - 1.76.0-2
|
||||||
|
- Added BSD license
|
||||||
|
Resolves: #1614262
|
||||||
|
|
||||||
|
* Thu May 03 2018 Sandro Mani <manisandro@gmail.com> - 1.76.0-1
|
||||||
|
- Update to 1.76.0
|
||||||
|
|
||||||
|
* Tue Feb 27 2018 Sandro Mani <manisandro@gmail.com> - 1.75.3-2
|
||||||
|
- Make test-failures on big-endian fatal again
|
||||||
|
|
||||||
|
* Thu Feb 22 2018 Sandro Mani <manisandro@gmail.com> - 1.75.3-1
|
||||||
|
- Update to 1.75.3
|
||||||
|
|
||||||
|
* Sun Feb 11 2018 Sandro Mani <manisandro@gmail.com> - 1.75.2-1
|
||||||
|
- Update to 1.75.2
|
||||||
|
|
||||||
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.74.4-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.74.4-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.74.4-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Jun 11 2017 Sandro Mani <manisandro@gmail.com> - 1.74.4-1
|
||||||
|
- Update to 1.74.4
|
||||||
|
|
||||||
|
* Sun Jun 11 2017 Sandro Mani <manisandro@gmail.com> - 1.74.3-1
|
||||||
|
- Update to 1.74.3
|
||||||
|
|
||||||
|
* Sat Jun 03 2017 Sandro Mani <manisandro@gmail.com> - 1.74.2-2
|
||||||
|
- Backport 069bbc0897e8b939e93db8730b3f10b18e9d0885
|
||||||
|
|
||||||
|
* Sat Jun 03 2017 Sandro Mani <manisandro@gmail.com> - 1.74.2-1
|
||||||
|
- Update to 1.74.2
|
||||||
|
|
||||||
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.74.1-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Feb 01 2017 Sandro Mani <manisandro@gmail.com> - 1.74.1-2
|
||||||
|
- Rebuild (libwebp)
|
||||||
|
|
||||||
|
* Tue Jan 03 2017 Sandro Mani <manisandro@gmail.com> - 1.74.1-1
|
||||||
|
- Update to 1.74.1
|
||||||
|
|
||||||
|
* Sun Dec 25 2016 Sandro Mani <manisandro@gmail.com> - 1.74.0-1
|
||||||
|
- Update to 1.74.0
|
||||||
|
- Add tools subpackage
|
||||||
|
- Enable tests
|
||||||
|
|
||||||
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.73-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jan 26 2016 Sandro Mani <manisandro@gmail.com> - 1.73-1
|
||||||
|
- Update to 1.73
|
||||||
|
|
||||||
|
* Mon Dec 28 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.72-3
|
||||||
|
- Rebuilt for libwebp soname bump
|
||||||
|
|
||||||
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.72-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Apr 27 2015 Sandro Mani <manisandro@gmail.com> - 1.72-1
|
||||||
|
- Update to 1.72
|
||||||
|
|
||||||
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.71-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Aug 05 2014 Sandro Mani <manisandro@gmail.com> - 1.71-1
|
||||||
|
- Update to 1.71
|
||||||
|
|
||||||
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.69-12
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jan 03 2014 Kalev Lember <kalevlember@gmail.com> - 1.69-11
|
||||||
|
- Rebuilt for libwebp soname bump
|
||||||
|
|
||||||
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.69-10
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Mar 08 2013 Ding-Yi Chen <dchen at redhat.com> - 1.69-9
|
||||||
|
- Fixed Bug 904805 - [PATCH] Provide pkg-config file
|
||||||
|
|
||||||
|
|
||||||
|
* Fri Mar 08 2013 Ding-Yi Chen <dchen at redhat.com> - 1.69-8
|
||||||
|
- Rebuild to resolves #914124
|
||||||
|
|
||||||
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.69-7
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jan 24 2013 Ding-Yi Chen <dchen at redhat.com> - 1.69-6
|
||||||
|
- Rebuild for dependency libwebp-0.2.1-1
|
||||||
|
|
||||||
|
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 1.69-5
|
||||||
|
- rebuild due to "jpeg8-ABI" feature drop
|
||||||
|
|
||||||
|
* Fri Dec 28 2012 Richard W.M. Jones <rjones@redhat.com> - 1.69-4
|
||||||
|
- Rebuild, see
|
||||||
|
http://lists.fedoraproject.org/pipermail/devel/2012-December/175685.html
|
||||||
|
|
||||||
|
* Fri Dec 21 2012 Adam Tkac <atkac redhat com> - 1.69-3
|
||||||
|
- rebuild against new libjpeg
|
||||||
|
|
||||||
|
* Thu Aug 02 2012 Ding-Yi Chen <dchen at redhat.com> - 1.69-2
|
||||||
|
- Fixed issues addressed in Review Request comment #8.
|
||||||
|
|
||||||
|
* Wed Jul 25 2012 Ding-Yi Chen <dchen at redhat.com> - 1.69-1
|
||||||
|
- Upstream update to 1.69
|
||||||
|
- Add program-prefix in configure.
|
||||||
|
|
||||||
|
* Wed Jun 20 2012 Ding-Yi Chen <dchen at redhat.com> - 1.68-4
|
||||||
|
- Remove util package and its binary files.
|
||||||
|
|
||||||
|
* Mon Jun 11 2012 Ding-Yi Chen <dchen at redhat.com> - 1.68-3
|
||||||
|
- Split the binary into util package
|
||||||
|
|
||||||
|
* Wed May 09 2012 Ding-Yi Chen <dchen at redhat.com> - 1.68-2
|
||||||
|
- Add zlib.h to fix the koji build
|
||||||
|
|
||||||
|
* Wed May 09 2012 Ding-Yi Chen <dchen at redhat.com> - 1.68-1
|
||||||
|
- Initial import.
|
||||||
|
|
419
leptonica.spec
419
leptonica.spec
@ -1,419 +0,0 @@
|
|||||||
%if 0%{?rhel} >= 9
|
|
||||||
%bcond_with gnuplot
|
|
||||||
%else
|
|
||||||
%bcond_without gnuplot
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%if 0%{?rhel}
|
|
||||||
%bcond_with mingw
|
|
||||||
%else
|
|
||||||
%bcond_without mingw
|
|
||||||
%endif
|
|
||||||
|
|
||||||
Name: leptonica
|
|
||||||
Version: 1.84.1
|
|
||||||
Release: 5%{?dist}
|
|
||||||
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
|
|
||||||
# Honour LIB_SÙFFIX
|
|
||||||
# Add missing -lm
|
|
||||||
# Fix library name on win32
|
|
||||||
# Don't add _<CONFIG> suffix to pkgconfig filename
|
|
||||||
Patch0: leptonica_cmake.patch
|
|
||||||
|
|
||||||
BuildRequires: cmake
|
|
||||||
BuildRequires: gcc-c++
|
|
||||||
BuildRequires: giflib-devel
|
|
||||||
BuildRequires: libjpeg-devel
|
|
||||||
BuildRequires: libpng-devel
|
|
||||||
BuildRequires: libtiff-devel
|
|
||||||
BuildRequires: libtool
|
|
||||||
BuildRequires: libwebp-devel
|
|
||||||
BuildRequires: make
|
|
||||||
BuildRequires: zlib-devel
|
|
||||||
|
|
||||||
# Needed for several tests
|
|
||||||
%if %{with gnuplot}
|
|
||||||
BuildRequires: gnuplot
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%if %{with mingw}
|
|
||||||
BuildRequires: mingw32-filesystem >= 95
|
|
||||||
BuildRequires: mingw32-gcc-c++
|
|
||||||
BuildRequires: mingw32-libjpeg-turbo
|
|
||||||
BuildRequires: mingw32-libtiff
|
|
||||||
BuildRequires: mingw32-libpng
|
|
||||||
BuildRequires: mingw32-zlib
|
|
||||||
BuildRequires: mingw32-giflib
|
|
||||||
BuildRequires: mingw32-libwebp
|
|
||||||
|
|
||||||
BuildRequires: mingw64-filesystem >= 95
|
|
||||||
BuildRequires: mingw64-gcc-c++
|
|
||||||
BuildRequires: mingw64-libjpeg-turbo
|
|
||||||
BuildRequires: mingw64-libtiff
|
|
||||||
BuildRequires: mingw64-libpng
|
|
||||||
BuildRequires: mingw64-zlib
|
|
||||||
BuildRequires: mingw64-giflib
|
|
||||||
BuildRequires: mingw64-libwebp
|
|
||||||
%endif
|
|
||||||
|
|
||||||
|
|
||||||
%description
|
|
||||||
The library supports many operations that are useful on
|
|
||||||
* Document images
|
|
||||||
* Natural images
|
|
||||||
|
|
||||||
Fundamental image processing and image analysis operations
|
|
||||||
* Rasterop (aka bitblt)
|
|
||||||
* Affine transforms (scaling, translation, rotation, shear)
|
|
||||||
on images of arbitrary pixel depth
|
|
||||||
* Projective and bi-linear transforms
|
|
||||||
* Binary and gray scale morphology, rank order filters, and
|
|
||||||
convolution
|
|
||||||
* Seed-fill and connected components
|
|
||||||
* Image transformations with changes in pixel depth, both at
|
|
||||||
the same scale and with scale change
|
|
||||||
* Pixelwise masking, blending, enhancement, arithmetic ops,
|
|
||||||
etc.
|
|
||||||
|
|
||||||
|
|
||||||
%package devel
|
|
||||||
Summary: Development files for %{name}
|
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
||||||
|
|
||||||
%description devel
|
|
||||||
The %{name}-devel package contains header files for
|
|
||||||
developing applications that use %{name}.
|
|
||||||
|
|
||||||
|
|
||||||
%package tools
|
|
||||||
Summary: Leptonica utility tools
|
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
||||||
|
|
||||||
%description tools
|
|
||||||
The %{name}-tools package contains leptonica utility tools.
|
|
||||||
|
|
||||||
|
|
||||||
%if %{with mingw}
|
|
||||||
%package -n mingw32-%{name}
|
|
||||||
Summary: MinGW Windows Leptonica library
|
|
||||||
Obsoletes: mingw32-%{name}-static
|
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
%description -n mingw32-%{name}
|
|
||||||
MinGW Windows Leptonica library.
|
|
||||||
|
|
||||||
|
|
||||||
%package -n mingw64-%{name}
|
|
||||||
Summary: MinGW Windows Leptonica library
|
|
||||||
Obsoletes: mingw64-%{name}-static
|
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
%description -n mingw64-%{name}
|
|
||||||
MinGW Windows Leptonica library.
|
|
||||||
%endif
|
|
||||||
|
|
||||||
|
|
||||||
%{?mingw_debug_package}
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%autosetup -p1
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
|
||||||
# Native build
|
|
||||||
%cmake -DBUILD_PROG=ON
|
|
||||||
%cmake_build
|
|
||||||
|
|
||||||
%if %{with mingw}
|
|
||||||
# MinGW build
|
|
||||||
%mingw_cmake -DBUILD_PROG=ON -DSW_BUILD=OFF
|
|
||||||
%mingw_make_build
|
|
||||||
%endif
|
|
||||||
|
|
||||||
|
|
||||||
%install
|
|
||||||
%cmake_install
|
|
||||||
%if %{with mingw}
|
|
||||||
%mingw_make_install
|
|
||||||
%endif
|
|
||||||
|
|
||||||
# Compat symlinks
|
|
||||||
ln -s %{_libdir}/libleptonica.so %{buildroot}%{_libdir}/liblept.so
|
|
||||||
%if %{with mingw}
|
|
||||||
ln -s %{mingw32_libdir}/libleptonica.dll.a %{buildroot}%{mingw32_libdir}/liblept.dll.a
|
|
||||||
ln -s %{mingw64_libdir}/libleptonica.dll.a %{buildroot}%{mingw64_libdir}/liblept.dll.a
|
|
||||||
%endif
|
|
||||||
|
|
||||||
|
|
||||||
%{?mingw_debug_install_post}
|
|
||||||
|
|
||||||
|
|
||||||
%check
|
|
||||||
%ctest
|
|
||||||
|
|
||||||
|
|
||||||
%files
|
|
||||||
%license leptonica-license.txt
|
|
||||||
%doc README.html version-notes.html
|
|
||||||
%{_libdir}/libleptonica.so.6*
|
|
||||||
|
|
||||||
%files devel
|
|
||||||
%{_includedir}/%{name}
|
|
||||||
%{_libdir}/liblept.so
|
|
||||||
%{_libdir}/libleptonica.so
|
|
||||||
%{_libdir}/pkgconfig/lept.pc
|
|
||||||
%{_libdir}/cmake/leptonica/
|
|
||||||
|
|
||||||
%files tools
|
|
||||||
%{_bindir}/*
|
|
||||||
|
|
||||||
%if %{with mingw}
|
|
||||||
%files -n mingw32-%{name}
|
|
||||||
%license leptonica-license.txt
|
|
||||||
%{mingw32_bindir}/*.exe
|
|
||||||
%{mingw32_bindir}/libleptonica-6.dll
|
|
||||||
%{mingw32_includedir}/leptonica/
|
|
||||||
%{mingw32_libdir}/liblept.dll.a
|
|
||||||
%{mingw32_libdir}/libleptonica.dll.a
|
|
||||||
%{mingw32_libdir}/pkgconfig/lept.pc
|
|
||||||
%{mingw32_libdir}/cmake/leptonica/
|
|
||||||
|
|
||||||
|
|
||||||
%files -n mingw64-%{name}
|
|
||||||
%license leptonica-license.txt
|
|
||||||
%{mingw64_bindir}/*.exe
|
|
||||||
%{mingw64_bindir}/libleptonica-6.dll
|
|
||||||
%{mingw64_includedir}/leptonica/
|
|
||||||
%{mingw64_libdir}/liblept.dll.a
|
|
||||||
%{mingw64_libdir}/libleptonica.dll.a
|
|
||||||
%{mingw64_libdir}/pkgconfig/lept.pc
|
|
||||||
%{mingw64_libdir}/cmake/leptonica/
|
|
||||||
%endif
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.84.1-5
|
|
||||||
- Bump release for October 2024 mass rebuild:
|
|
||||||
Resolves: RHEL-64018
|
|
||||||
|
|
||||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.84.1-4
|
|
||||||
- Bump release for June 2024 mass rebuild
|
|
||||||
|
|
||||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.84.1-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.84.1-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jan 05 2024 Sandro Mani <manisandro@gmail.com> - 1.84.1-1
|
|
||||||
- Update to 1.84.1
|
|
||||||
|
|
||||||
* Wed Dec 27 2023 Michael J Gruber <mjg@fedoraproject.org> - 1.84.0-2
|
|
||||||
- Fix pkgconfig file regression (rhbz#2255937)
|
|
||||||
|
|
||||||
* Sun Dec 24 2023 Sandro Mani <manisandro@gmail.com> - 1.84.0-1
|
|
||||||
- Update to 1.84.0
|
|
||||||
|
|
||||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.83.1-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Jan 28 2023 Sandro Mani <manisandro@gmail.com> - 1.83.1-1
|
|
||||||
- Update to 1.83.1
|
|
||||||
|
|
||||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.83.0-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Dec 21 2022 Sandro Mani <manisandro@gmail.com> - 1.83.0-1
|
|
||||||
- Update to 1.83.0
|
|
||||||
|
|
||||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.82.0-8
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Mar 25 2022 Sandro Mani <manisandro@gmail.com> - 1.82.0-7
|
|
||||||
- Rebuild with mingw-gcc-12
|
|
||||||
|
|
||||||
* Thu Feb 24 2022 Sandro Mani <manisandro@gmail.com> - 1.82.0-6
|
|
||||||
- Fix broken pkg-config file
|
|
||||||
|
|
||||||
* Thu Feb 24 2022 Sandro Mani <manisandro@gmail.com> - 1.82.0-5
|
|
||||||
- Make mingw subpackages noarch
|
|
||||||
|
|
||||||
* Thu Feb 24 2022 Sandro Mani <manisandro@gmail.com> - 1.82.0-4
|
|
||||||
- Make mingw subpackages noarch
|
|
||||||
|
|
||||||
* Sat Feb 19 2022 Sandro Mani <manisandro@gmail.com> - 1.82.0-3
|
|
||||||
- Add mingw subpackage
|
|
||||||
- Port to cmake
|
|
||||||
|
|
||||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.82.0-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Sep 23 2021 Sandro Mani <manisandro@gmail.com> - 1.82.0-1
|
|
||||||
- Update to 1.82.0
|
|
||||||
|
|
||||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.81.1-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Jun 21 2021 Sandro Mani <manisandro@gmail.com> - 1.81.1-1
|
|
||||||
- Update to 1.81.1
|
|
||||||
|
|
||||||
* Mon Jun 07 2021 Sandro Mani <manisandro@gmail.com> - 1.81.0-1
|
|
||||||
- Update to 1.81.0
|
|
||||||
|
|
||||||
* Tue Feb 9 2021 Pavel Cahyna <pcahyna@redhat.com> - 1.80.0-3
|
|
||||||
- Make gnuplot build dependency optional, used only by tests
|
|
||||||
|
|
||||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.80.0-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jul 30 2020 Sandro Mani <manisandro@gmail.com> - 1.80.0-1
|
|
||||||
- Update to 1.80.0
|
|
||||||
|
|
||||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.79.0-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.79.0-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jan 03 2020 Sandro Mani <manisandro@gmail.com> - 1.79.0-1
|
|
||||||
- Update to 1.79.0
|
|
||||||
|
|
||||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.78.0-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Mar 27 2019 Sandro Mani <manisandro@gmail.com> - 1.78.0-1
|
|
||||||
- Update to 1.78.0
|
|
||||||
|
|
||||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.77.0-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Dec 19 2018 Sandro Mani <manisandro@gmail.com> - 1.77.0-1
|
|
||||||
- Update to 1.77.0
|
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.76.0-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu May 03 2018 Sandro Mani <manisandro@gmail.com> - 1.76.0-1
|
|
||||||
- Update to 1.76.0
|
|
||||||
|
|
||||||
* Tue Feb 27 2018 Sandro Mani <manisandro@gmail.com> - 1.75.3-2
|
|
||||||
- Make test-failures on big-endian fatal again
|
|
||||||
|
|
||||||
* Thu Feb 22 2018 Sandro Mani <manisandro@gmail.com> - 1.75.3-1
|
|
||||||
- Update to 1.75.3
|
|
||||||
|
|
||||||
* Sun Feb 11 2018 Sandro Mani <manisandro@gmail.com> - 1.75.2-1
|
|
||||||
- Update to 1.75.2
|
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.74.4-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.74.4-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.74.4-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sun Jun 11 2017 Sandro Mani <manisandro@gmail.com> - 1.74.4-1
|
|
||||||
- Update to 1.74.4
|
|
||||||
|
|
||||||
* Sun Jun 11 2017 Sandro Mani <manisandro@gmail.com> - 1.74.3-1
|
|
||||||
- Update to 1.74.3
|
|
||||||
|
|
||||||
* Sat Jun 03 2017 Sandro Mani <manisandro@gmail.com> - 1.74.2-2
|
|
||||||
- Backport 069bbc0897e8b939e93db8730b3f10b18e9d0885
|
|
||||||
|
|
||||||
* Sat Jun 03 2017 Sandro Mani <manisandro@gmail.com> - 1.74.2-1
|
|
||||||
- Update to 1.74.2
|
|
||||||
|
|
||||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.74.1-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Feb 01 2017 Sandro Mani <manisandro@gmail.com> - 1.74.1-2
|
|
||||||
- Rebuild (libwebp)
|
|
||||||
|
|
||||||
* Tue Jan 03 2017 Sandro Mani <manisandro@gmail.com> - 1.74.1-1
|
|
||||||
- Update to 1.74.1
|
|
||||||
|
|
||||||
* Sun Dec 25 2016 Sandro Mani <manisandro@gmail.com> - 1.74.0-1
|
|
||||||
- Update to 1.74.0
|
|
||||||
- Add tools subpackage
|
|
||||||
- Enable tests
|
|
||||||
|
|
||||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.73-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Jan 26 2016 Sandro Mani <manisandro@gmail.com> - 1.73-1
|
|
||||||
- Update to 1.73
|
|
||||||
|
|
||||||
* Mon Dec 28 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.72-3
|
|
||||||
- Rebuilt for libwebp soname bump
|
|
||||||
|
|
||||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.72-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Apr 27 2015 Sandro Mani <manisandro@gmail.com> - 1.72-1
|
|
||||||
- Update to 1.72
|
|
||||||
|
|
||||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.71-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Aug 05 2014 Sandro Mani <manisandro@gmail.com> - 1.71-1
|
|
||||||
- Update to 1.71
|
|
||||||
|
|
||||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.69-12
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jan 03 2014 Kalev Lember <kalevlember@gmail.com> - 1.69-11
|
|
||||||
- Rebuilt for libwebp soname bump
|
|
||||||
|
|
||||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.69-10
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Mar 08 2013 Ding-Yi Chen <dchen at redhat.com> - 1.69-9
|
|
||||||
- Fixed Bug 904805 - [PATCH] Provide pkg-config file
|
|
||||||
|
|
||||||
|
|
||||||
* Fri Mar 08 2013 Ding-Yi Chen <dchen at redhat.com> - 1.69-8
|
|
||||||
- Rebuild to resolves #914124
|
|
||||||
|
|
||||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.69-7
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jan 24 2013 Ding-Yi Chen <dchen at redhat.com> - 1.69-6
|
|
||||||
- Rebuild for dependency libwebp-0.2.1-1
|
|
||||||
|
|
||||||
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 1.69-5
|
|
||||||
- rebuild due to "jpeg8-ABI" feature drop
|
|
||||||
|
|
||||||
* Fri Dec 28 2012 Richard W.M. Jones <rjones@redhat.com> - 1.69-4
|
|
||||||
- Rebuild, see
|
|
||||||
http://lists.fedoraproject.org/pipermail/devel/2012-December/175685.html
|
|
||||||
|
|
||||||
* Fri Dec 21 2012 Adam Tkac <atkac redhat com> - 1.69-3
|
|
||||||
- rebuild against new libjpeg
|
|
||||||
|
|
||||||
* Thu Aug 02 2012 Ding-Yi Chen <dchen at redhat.com> - 1.69-2
|
|
||||||
- Fixed issues addressed in Review Request comment #8.
|
|
||||||
|
|
||||||
* Wed Jul 25 2012 Ding-Yi Chen <dchen at redhat.com> - 1.69-1
|
|
||||||
- Upstream update to 1.69
|
|
||||||
- Add program-prefix in configure.
|
|
||||||
|
|
||||||
* Wed Jun 20 2012 Ding-Yi Chen <dchen at redhat.com> - 1.68-4
|
|
||||||
- Remove util package and its binary files.
|
|
||||||
|
|
||||||
* Mon Jun 11 2012 Ding-Yi Chen <dchen at redhat.com> - 1.68-3
|
|
||||||
- Split the binary into util package
|
|
||||||
|
|
||||||
* Wed May 09 2012 Ding-Yi Chen <dchen at redhat.com> - 1.68-2
|
|
||||||
- Add zlib.h to fix the koji build
|
|
||||||
|
|
||||||
* Wed May 09 2012 Ding-Yi Chen <dchen at redhat.com> - 1.68-1
|
|
||||||
- Initial import.
|
|
||||||
|
|
@ -1,77 +0,0 @@
|
|||||||
diff -rupN --no-dereference leptonica-1.84.1/CMakeLists.txt leptonica-1.84.1-new/CMakeLists.txt
|
|
||||||
--- leptonica-1.84.1/CMakeLists.txt 2024-01-03 01:03:10.000000000 +0100
|
|
||||||
+++ leptonica-1.84.1-new/CMakeLists.txt 2024-01-05 12:23:14.492871244 +0100
|
|
||||||
@@ -71,7 +71,7 @@ option(ENABLE_WEBP "Enable WebP support"
|
|
||||||
option(ENABLE_OPENJPEG "Enable OpenJPEG support" ON)
|
|
||||||
|
|
||||||
set(leptonica_INSTALL_CMAKE_DIR
|
|
||||||
- "lib/cmake/leptonica"
|
|
||||||
+ "lib${LIB_SUFFIX}/cmake/leptonica"
|
|
||||||
CACHE STRING "Install destination for CMake package files")
|
|
||||||
|
|
||||||
if(NOT SW_BUILD)
|
|
||||||
@@ -358,7 +358,7 @@ configure_file(lept.pc.cmake ${CMAKE_CUR
|
|
||||||
# to resolve generator expression in OUTPUT_NAME
|
|
||||||
file(
|
|
||||||
GENERATE
|
|
||||||
- OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/lept_$<CONFIG>.pc
|
|
||||||
+ OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/lept.pc
|
|
||||||
INPUT ${CMAKE_CURRENT_BINARY_DIR}/lept.pc.in)
|
|
||||||
|
|
||||||
configure_file(
|
|
||||||
@@ -368,8 +368,8 @@ configure_file(
|
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/cmake/templates/LeptonicaConfig.cmake.in
|
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/LeptonicaConfig.cmake @ONLY)
|
|
||||||
|
|
||||||
-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/lept_$<CONFIG>.pc
|
|
||||||
- DESTINATION lib/pkgconfig)
|
|
||||||
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/lept.pc
|
|
||||||
+ DESTINATION lib${LIB_SUFFIX}/pkgconfig)
|
|
||||||
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/LeptonicaConfig.cmake
|
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/LeptonicaConfig-version.cmake
|
|
||||||
DESTINATION ${leptonica_INSTALL_CMAKE_DIR})
|
|
||||||
diff -rupN --no-dereference leptonica-1.84.1/prog/CMakeLists.txt leptonica-1.84.1-new/prog/CMakeLists.txt
|
|
||||||
--- leptonica-1.84.1/prog/CMakeLists.txt 2024-01-03 01:03:10.000000000 +0100
|
|
||||||
+++ leptonica-1.84.1-new/prog/CMakeLists.txt 2024-01-05 12:23:14.495871319 +0100
|
|
||||||
@@ -12,7 +12,7 @@ function(add_prog_target target)
|
|
||||||
if (BUILD_SHARED_LIBS)
|
|
||||||
target_compile_definitions (${target} PRIVATE -DLIBLEPT_IMPORTS)
|
|
||||||
endif()
|
|
||||||
- target_link_libraries (${target} leptonica)
|
|
||||||
+ target_link_libraries (${target} leptonica m)
|
|
||||||
set_target_properties (${target} PROPERTIES FOLDER prog)
|
|
||||||
endfunction(add_prog_target)
|
|
||||||
########################################
|
|
||||||
diff -rupN --no-dereference leptonica-1.84.1/src/CMakeLists.txt leptonica-1.84.1-new/src/CMakeLists.txt
|
|
||||||
--- leptonica-1.84.1/src/CMakeLists.txt 2024-01-03 01:03:10.000000000 +0100
|
|
||||||
+++ leptonica-1.84.1-new/src/CMakeLists.txt 2024-01-05 12:23:14.499871419 +0100
|
|
||||||
@@ -16,7 +16,10 @@ string(REPLACE "-O3" "-O2" CMAKE_C_FLAGS
|
|
||||||
add_library (leptonica ${src} ${hdr})
|
|
||||||
set_target_properties (leptonica PROPERTIES VERSION 6.0.0)
|
|
||||||
set_target_properties (leptonica PROPERTIES SOVERSION 6)
|
|
||||||
-set_target_properties (leptonica PROPERTIES OUTPUT_NAME leptonica$<$<BOOL:${WIN32}>:-${PROJECT_VERSION}$<$<CONFIG:DEBUG>:d>>)
|
|
||||||
+set_target_properties (leptonica PROPERTIES OUTPUT_NAME leptonica)
|
|
||||||
+if(MINGW)
|
|
||||||
+set_target_properties (leptonica PROPERTIES SUFFIX "-6${CMAKE_SHARED_LIBRARY_SUFFIX}")
|
|
||||||
+endif(MINGW)
|
|
||||||
|
|
||||||
if (BUILD_SHARED_LIBS)
|
|
||||||
target_compile_definitions (leptonica PRIVATE -DLIBLEPT_EXPORTS)
|
|
||||||
@@ -66,7 +69,7 @@ if (UNIX)
|
|
||||||
${CMAKE_COMMAND} -E create_symlink "$<TARGET_FILE:leptonica>" ${old_target}
|
|
||||||
DEPENDS ${PROJECT_NAME}
|
|
||||||
COMMENT "Creating lept symlink")
|
|
||||||
- install(FILES ${CMAKE_BINARY_DIR}/src/${old_target} DESTINATION lib)
|
|
||||||
+ install(FILES ${CMAKE_BINARY_DIR}/src/${old_target} DESTINATION lib${LIB_SUFFIX})
|
|
||||||
endif(SYM_LINK)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
@@ -89,7 +92,7 @@ else()
|
|
||||||
export(TARGETS leptonica APPEND FILE ${CMAKE_BINARY_DIR}/LeptonicaTargets.cmake)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
-install(TARGETS leptonica EXPORT LeptonicaTargets RUNTIME DESTINATION bin LIBRARY DESTINATION lib ARCHIVE DESTINATION lib)
|
|
||||||
+install(TARGETS leptonica EXPORT LeptonicaTargets RUNTIME DESTINATION bin LIBRARY DESTINATION lib${LIB_SUFFIX} ARCHIVE DESTINATION lib${LIB_SUFFIX})
|
|
||||||
install(EXPORT LeptonicaTargets DESTINATION ${leptonica_INSTALL_CMAKE_DIR})
|
|
||||||
install(FILES
|
|
||||||
${hdr}
|
|
Loading…
Reference in New Issue
Block a user