Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F3759
0001-Initial-working-leptonica.patch
DataDrake (Beatrice T. Meyers)
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
DataDrake
Sep 24 2016, 9:17 PM
2016-09-24 21:17:14 (UTC+0)
Size
3 KB
Referenced Files
None
Subscribers
None
0001-Initial-working-leptonica.patch
View Options
From 48cca7b493b49d42899350e6e732a66125bcf264 Mon Sep 17 00:00:00 2001
From: "Bryan T. Meyers" <bmeyers@datadrake.com>
Date: Sat, 24 Sep 2016 17:16:55 -0400
Subject: [PATCH] Initial working leptonica
---
Makefile | 1 +
package.yml | 17 +++++++++++++++++
pspec_x86_64.xml | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 68 insertions(+)
create mode 100644 Makefile
create mode 100644 package.yml
create mode 100644 pspec_x86_64.xml
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..0a42375
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/package.yml b/package.yml
new file mode 100644
index 0000000..2ee31c7
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,17 @@
+name : leptonica
+version : 1.73
+release : 1
+source :
+ - https://github.com/DanBloomberg/leptonica/archive/v1.73.tar.gz : f5669ce2e30f873833474df005f606e96bdcaa9aa43aead21b6709ecaec1fc05
+license : BSD-2-Clause
+component : programming
+summary : Leptonica image processing and analysis
+description: |
+ Leptonica image processing and analysis
+setup : |
+ rm configure
+ %reconfigure --disable-static
+build : |
+ %make
+install : |
+ %make_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
index 0000000..3221f79
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,50 @@
+<PISI>
+ <Source>
+ <Name>leptonica</Name>
+ <Packager>
+ <Name>Bryan T. Meyers</Name>
+ <Email>bmeyers@datadrake.com</Email>
+ </Packager>
+ <License>BSD-2-Clause</License>
+ <PartOf>programming</PartOf>
+ <Summary xml:lang="en">Leptonica image processing and analysis</Summary>
+ <Description xml:lang="en">Leptonica image processing and analysis
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>leptonica</Name>
+ <Summary xml:lang="en">Leptonica image processing and analysis</Summary>
+ <Description xml:lang="en">Leptonica image processing and analysis
+</Description>
+ <PartOf>programming</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="library">/usr/lib64/lib*.so.*</Path>
+ </Files>
+ </Package>
+ <Package>
+ <Name>leptonica-devel</Name>
+ <Summary xml:lang="en">Development files for leptonica</Summary>
+ <Description xml:lang="en">Leptonica image processing and analysis
+</Description>
+ <PartOf>programming.devel</PartOf>
+ <RuntimeDependencies>
+ <Dependency release="1">leptonica</Dependency>
+ </RuntimeDependencies>
+ <Files>
+ <Path fileType="header">/usr/include/</Path>
+ <Path fileType="library">/usr/lib64/lib*.so</Path>
+ <Path fileType="data">/usr/lib64/pkgconfig/*.pc</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2016-09-24</Date>
+ <Version>1.73</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Bryan T. Meyers</Name>
+ <Email>bmeyers@datadrake.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
--
2.10.0
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2470
Default Alt Text
0001-Initial-working-leptonica.patch (3 KB)
Attached To
Mode
T844: tesseract
Attached
Detach File
Event Timeline
Log In to Comment