Package Details: goldendict-ng-git 24.11.0.r5693.15207cf4-1

Git Clone URL: https://aur.archlinux.org/goldendict-ng-git.git (read-only, click to copy)
Package Base: goldendict-ng-git
Description: The next generation GoldenDict (Supports Qt WebEngine & Qt6).
Upstream URL: https://github.com/xiaoyifang/goldendict-ng
Keywords: dict dictionary goldendict
Licenses: GPL3
Conflicts: goldendict, goldendict-git, goldendict-git-opt, goldendict-svn
Provides: goldendict
Replaces: goldendict-git-opt, goldendict-svn, goldendict-webengine-git
Submitter: slbtty
Maintainer: slbtty
Last Packager: slbtty
Votes: 33
Popularity: 0.168865
First Submitted: 2023-04-17 09:38 (UTC)
Last Updated: 2024-10-27 04:24 (UTC)

Latest Comments

1 2 3 4 5 6 7 Next › Last »

MaximGun commented on 2024-10-30 15:54 (UTC)

Getting pkgver() errors again. I modified the function to strip illegal characters. Might be worth considering updating the PKGBUILD since this happens from time to time with this package.

pkgver() {
cd "$srcdir/$pkgname"
printf "%s.r%s.%s" \
    "$(git describe --tags --abbrev=0 | cut -c 2-9)" \
    "$(git rev-list --count HEAD)" \
    "$(git rev-parse --short HEAD)" | sed 's/[-:\/ ]//g'
}

xitong commented on 2024-10-28 17:14 (UTC)

谢谢!

After I deactivated Conda environment, it works!

slbtty commented on 2024-10-28 14:28 (UTC)

Anaconda pollutes the environment and causes failures on various things. Maybe just stop activating anaconda by default when not using it to stay sane.

xitong commented on 2024-10-28 13:57 (UTC)

/usr/bin/ld: /tmp/cccWnWQH.ltrans6.ltrans.o: undefined reference to symbol 'libiconv_close'
/usr/bin/ld: /home/a/anaconda3/lib/libiconv.so.2: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.

simonzack commented on 2024-10-26 08:36 (UTC)

I got this error:

==> ERROR: pkgver() generated an invalid version: 24.11.0-.r5690.757b81f6

slbtty commented on 2024-06-28 19:38 (UTC) (edited on 2024-06-28 19:42 (UTC) by slbtty)

I disabled GD's home-brewed FFmpeg player because Qt Multimedia 6.7+ by default prioritize to use its FFmpeg backend.

The qt6-multimedia-gstreamer generally works fine too, but if you have some rare audio formats, just install qt6-multimedia-ffmpeg instead.

lopasilver commented on 2023-12-31 16:47 (UTC)

I got this error at first build: CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) After installing pkgconf package, I could successfully build goldendict. Thanks a lot!

shmu26 commented on 2023-08-01 17:47 (UTC)

Yes, installing base-devel fixed it. Thanks @slbtty !

slbtty commented on 2023-08-01 13:57 (UTC)

It says you don't have patch command when building libeb. Install base-devel should fix the problem.

shmu26 commented on 2023-08-01 13:32 (UTC) (edited on 2023-08-01 17:42 (UTC) by shmu26)

I get an error when building: [code]Starting prepare()... -> [patch] Applying libeb-4.4.3-14-010_debian.patch... /var/tmp/pamac-build-shmuel/libeb/PKGBUILD: line 27: patch: command not found ==> ERROR: A failure occurred in prepare().[/code]