Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Package request: Gazou
@ 2024-01-10 18:07 jaminW55
  2024-01-10 18:32 ` jaminW55
  2024-02-05 23:18 ` [ISSUE] [CLOSED] " Piraty
  0 siblings, 2 replies; 3+ messages in thread
From: jaminW55 @ 2024-01-10 18:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 488 bytes --]

New issue by jaminW55 on void-packages repository

https://github.com/void-linux/void-packages/issues/48156

Description:
### Package name

gazou

### Package homepage

https://github.com/kamui-fin/gazou

### Description

Gazou is a Japanese and Chinese OCR application written in C++. It utilizes image processing, and other parameters to improve the accuracy.

### Does the requested package meet the package requirements?

System, Compiled

### Is the requested package released?

Yes

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Package request: Gazou
  2024-01-10 18:07 [ISSUE] Package request: Gazou jaminW55
@ 2024-01-10 18:32 ` jaminW55
  2024-02-05 23:18 ` [ISSUE] [CLOSED] " Piraty
  1 sibling, 0 replies; 3+ messages in thread
From: jaminW55 @ 2024-01-10 18:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1801 bytes --]

New comment by jaminW55 on void-packages repository

https://github.com/void-linux/void-packages/issues/48156#issuecomment-1885404699

Comment:
```
# Template file for 'gazou'
pkgname=gazou
version=0.3.3
revision=1
build_style=cmake
configure_args="-DGUI=ON"
makedepends="qt5-devel tesseract-ocr-devel leptonica-devel qt5-x11extras-devel"
hostmakedepends="pkg-config"
short_desc="Japanese and Chinese OCR application"
maintainer="jaminW <jaminW55@gmail.com>"
license="GPL-3.0"
homepage="https://github.com/kamui-fin/gazou"
distfiles="https://github.com/kamui-fin/gazou/archive/refs/tags/v${version}.tar.gz"
checksum=b939ebfaca7fa5703025328c5cb670e8718aaeace11eaadcbde506b0eb6c04e2


#if [ "$build_option_gui" ]; then
#    makedepends+=" qhotkey-devel"
#fi

do_fetch() {
    # Clone the repository with submodules
    git clone --recursive https://github.com/kamui-fin/gazou.git ${wrksrc}
    cd ${wrksrc}
    git submodule init
    git submodule update
}

do_configure() {
    cmake ${wrksrc} ${configure_args} -DBUILD_TESTING=OFF
}

do_build() {
    make
}

do_install() {
    make DESTDIR=${DESTDIR} install
}
```
I've started this one myself, but have had some issues building. I used the Nixpkg as my guide, which was built by me, but couldn't seem to fix the build issues. I referred to some other templates as reference and had it cross checked by a friend for some build specifics (I'm not entirely certain on the submodule part).

Primarily it seems to be failing on the qhotkey program, which is a separate program used by Gazou. I tried doing some things with it, but the template became very confusing and nothing was gained, so I've just kept a single, commented out line as reference.

Hopefully this template could help expedite the process?

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ISSUE] [CLOSED] Package request: Gazou
  2024-01-10 18:07 [ISSUE] Package request: Gazou jaminW55
  2024-01-10 18:32 ` jaminW55
@ 2024-02-05 23:18 ` Piraty
  1 sibling, 0 replies; 3+ messages in thread
From: Piraty @ 2024-02-05 23:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 491 bytes --]

Closed issue by jaminW55 on void-packages repository

https://github.com/void-linux/void-packages/issues/48156

Description:
### Package name

gazou

### Package homepage

https://github.com/kamui-fin/gazou

### Description

Gazou is a Japanese and Chinese OCR application written in C++. It utilizes image processing, and other parameters to improve the accuracy.

### Does the requested package meet the package requirements?

System, Compiled

### Is the requested package released?

Yes

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-02-05 23:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-10 18:07 [ISSUE] Package request: Gazou jaminW55
2024-01-10 18:32 ` jaminW55
2024-02-05 23:18 ` [ISSUE] [CLOSED] " Piraty

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).