Package Details: openai-translator-bin 0.4.33-1

Git Clone URL: https://aur.archlinux.org/openai-translator-bin.git (read-only, click to copy)
Package Base: openai-translator-bin
Description: Browser extension and cross-platform desktop application for translation based on ChatGPT API
Upstream URL: https://github.com/openai-translator/openai-translator
Keywords: and api. application based browser chatgpt cross-platform desktop extension for on translation
Licenses: AGPL-3.0-only
Conflicts: openai-translator, openai-translator-git
Provides: openai-translator
Submitter: xuanwo
Maintainer: None
Last Packager: neitsab
Votes: 4
Popularity: 0.010067
First Submitted: 2023-03-10 01:58 (UTC)
Last Updated: 2024-11-14 12:37 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

neitsab commented on 2024-11-14 12:40 (UTC)

All right, I've just pushed my attempt at a best in class PKGBUILD for this package. Read the commit message or check the diff if you're interested in the changes made.

Unfortunately, after trying it out it turns I'm not too fond of it, so I'll disown it as well. Hopefully the two packages can be merged and @zxp19821005 accepts to be its maintainer.

namcap log for posterity:

openai-translator-bin W: ELF file ('usr/bin/open-ai-translator') lacks GNU_PROPERTY_X86_FEATURE_1_SHSTK.
openai-translator-bin W: Unused shared library '/usr/lib/libpango-1.0.so.0' by file ('usr/bin/open-ai-translator')
openai-translator-bin W: Unused shared library '/usr/lib/libcairo-gobject.so.2' by file ('usr/bin/open-ai-translator')
openai-translator-bin W: Dependency gtk3 detected and implicitly satisfied (libraries ['usr/lib/libgtk-3.so.0', 'usr/lib/libgdk-3.so.0'] needed in files ['usr/bin/open-ai-translator'])
openai-translator-bin W: Dependency java-runtime detected but optional (found class files usr/lib/open-ai-translator/resources/bin/ocr_apple, usr/lib/open-ai-translator/resources/bin/ocr_intel)
openai-translator-bin W: Dependency glibc detected and implicitly satisfied (libraries ['usr/lib/libm.so.6', 'usr/lib/libc.so.6', 'usr/lib/ld-linux-x86-64.so.2'] needed in files ['usr/bin/open-ai-translator'])
openai-translator-bin W: Dependency libxcb detected and implicitly satisfied (libraries ['usr/lib/libxcb.so.1'] needed in files ['usr/bin/open-ai-translator'])
openai-translator-bin W: Dependency libsoup3 detected and implicitly satisfied (libraries ['usr/lib/libsoup-3.0.so.0'] needed in files ['usr/bin/open-ai-translator'])
openai-translator-bin W: Dependency openssl detected and implicitly satisfied (libraries ['usr/lib/libssl.so.3', 'usr/lib/libcrypto.so.3'] needed in files ['usr/bin/open-ai-translator'])
openai-translator-bin W: Dependency gdk-pixbuf2 detected and implicitly satisfied (libraries ['usr/lib/libgdk_pixbuf-2.0.so.0'] needed in files ['usr/bin/open-ai-translator'])
openai-translator-bin W: Dependency glib2 detected and implicitly satisfied (libraries ['usr/lib/libgio-2.0.so.0', 'usr/lib/libglib-2.0.so.0', 'usr/lib/libgobject-2.0.so.0'] needed in files ['usr/bin/open-ai-translator'])
openai-translator-bin W: Dependency cairo detected and implicitly satisfied (libraries ['usr/lib/libcairo.so.2', 'usr/lib/libcairo-gobject.so.2'] needed in files ['usr/bin/open-ai-translator'])
openai-translator-bin W: Dependency hicolor-icon-theme detected and implicitly satisfied (needed for hicolor theme hierarchy)
openai-translator-bin W: Dependency gcc-libs detected and implicitly satisfied (libraries ['usr/lib/libgcc_s.so.1'] needed in files ['usr/bin/open-ai-translator'])
openai-translator-bin W: Dependency pango detected and implicitly satisfied (libraries ['usr/lib/libpango-1.0.so.0'] needed in files ['usr/bin/open-ai-translator'])

Cheers

xuanwo commented on 2024-11-14 10:24 (UTC)

Hi, @neitsab, have fun!

neitsab commented on 2024-11-14 10:24 (UTC) (edited on 2024-11-14 12:07 (UTC) by neitsab)

Thanks for your prompt reply @xuanwo. I've asked the maintainer of the other package whether they'd be interested in merging the two and continuing to maintain the result, since they seem to have done a good job at so far and to be following it closely.

In any case, thanks for your work and prompt reaction!

xuanwo commented on 2024-11-14 10:13 (UTC)

Hi, @neitsab, thank you for bringing it up. I'm not using openai-translator-bin now and plan to disown it. You're welcome to take over and maintain it.

neitsab commented on 2024-11-14 10:11 (UTC) (edited on 2024-11-14 12:08 (UTC) by neitsab)

Hi, there's some duplication going on between this and open-ai-translator-bin.

They're up-to-date with the latest version right now, but the java-runtime and xdotool deps in there puzzle me quite a bit (as @xuanwo remarked here, but I see they're the maintainer here)...

edit namcap is the one raising its absence as an error:

openai-translator-bin E: Dependency java-runtime detected and not included (found class files usr/lib/open-ai-translator/resources/bin/ocr_apple, usr/lib/open-ai-translator/resources/bin/ocr_intel)

They seem to be MacOS-related though, so no idea whether they're really required.

xuanwo commented on 2023-11-10 10:27 (UTC)

Hi, why we need java-runtime dependencies?

Thoxvi commented on 2023-03-18 16:24 (UTC)

Encountered an error in KDE:

thread 'main' panicked at 'Failed to load ayatana-appindicator3 or appindicator3 dynamic library
libayatana-appindicator3.so.1: cannot open shared object file: No such file or directory
libappindicator3.so.1: cannot open shared object file: No such file or directory
libayatana-appindicator3.so: cannot open shared object file: No such file or directory
libappindicator3.so: cannot open shared object file: No such file or directory', /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libappindicator-sys-0.7.3/src/lib.rs:41:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Installing the sudo pacman -S libayatana-appindicator library fixed the issue.