| Age | Commit message (Collapse) | Author |
|
Previous commits have accidentally removed trailing whitespace from
lines in the DATA patch, making the patch fail. This commit reinstates
the whitespace so the patch succeeds and the `--with-lib` option works
again.
Closes #31599.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
|
|
Closes #27275.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Using option '--with-lib' will run 'make libs' which will ensure the library and headers are installed. Required a minor patch to the makefile.
Closes #21997.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #19604.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Closes #14653.
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
|
|
GOCR is an OCR (Optical Character Recognition) program, developed under the
GNU Public License. It converts scanned images of text back to text files.
Joerg Schulenburg started the program, and now leads a team of developers.
GOCR can be used with different front-ends, which makes it very easy to port
to different OSes and architectures. It can open many different image formats,
and its quality have been improving in a daily basis.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
* Fixed man install path
|