Package Details: goldendict-git 1:1.5.0rc2.r521.g99982a1c-2

Git Clone URL: https://aur.archlinux.org/goldendict-git.git (read-only, click to copy)
Package Base: goldendict-git
Description: Feature-rich dictionary lookup program supporting multiple dictionary formats
Upstream URL: https://github.com/goldendict/goldendict
Licenses: GPL3
Conflicts: goldendict
Provides: goldendict
Submitter: Infy
Maintainer: aksr
Last Packager: MarsSeed
Votes: 93
Popularity: 0.011536
First Submitted: 2009-11-13 13:32 (UTC)
Last Updated: 2022-06-08 02:16 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 15 Next › Last »

MikeWalrus commented on 2022-02-20 09:23 (UTC)

Should we just drop EPWING support like the official package?

MikeWalrus commented on 2022-02-20 09:15 (UTC)

@Rhinoceros A fix has been merged in the upstream now.

Rhinoceros commented on 2022-02-20 01:08 (UTC)

This also fails to build for me now too. I get a slightly different error.

ffmpegaudio.cc: In member function ‘bool Ffmpeg::DecoderContext::openCodec(QString&)’:
ffmpegaudio.cc:226:32: error: invalid conversion from ‘const AVCodec*’ to ‘AVCodec*’ [-fpermissive]
  226 |   codec_ = avcodec_find_decoder( audioStream_->codecpar->codec_id );
      |            ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                |
      |                                const AVCodec*

menteith commented on 2022-02-18 17:37 (UTC) (edited on 2022-02-18 17:38 (UTC) by menteith)

I have the following compile error:

[code] In file included from /usr/include/libavcodec/avcodec.h:45, from ffmpegaudio.cc:19: /usr/include/libavcodec/packet.h:506:6: note: declared here 506 | void av_init_packet(AVPacket pkt); | ^~~~~~~~~~~~~~ make: ** [Makefile:4272: build/ffmpegaudio.o] Error 1 ==> ERROR: A failure occurred in build(). Aborting... -> error making: goldendict-git [/code]

It seems the error is triggered because of using latest ffmpeg v5 instead of previous one v4. How do I compile goldendict then?

<deleted-account> commented on 2022-01-10 18:46 (UTC)

For those having problems with libeb, clone it and edit PKGBUILD replacing the source with this instead https://github.com/mistydemeo/eb/releases/download/v4.4.3/eb-4.4.3.tar.bz2

vedg commented on 2021-11-19 13:58 (UTC)

Optional XDG Base Directory Specification support was merged into GoldenDict master a week ago: https://github.com/goldendict/goldendict/pull/1411. Commit messages in this pull request describe how to switch to new file locations. Users interested in this feature are invited to test it and report issues at https://github.com/goldendict/goldendict/issues before the next GoldenDict release candidate, which might be tagged in less than a month.

keren_sky commented on 2021-09-12 23:46 (UTC)

Certainly, but that requires repeated modification of the PKGBUILD if the modified one is not kept on disk. Additional overhead.

argo commented on 2021-09-11 00:01 (UTC) (edited on 2021-09-14 21:01 (UTC) by argo)

libnsl 2.0 release somehow broke goldendict, i.e. it spews

goldendict: error while loading shared libraries: libnsl.so.2: cannot open shared object file: No such file or directory

out now with both existing and new builds alike.

EDIT 3: this is a fallout from the libnsl sobump and libeb needed a rebuild (which were not apparent for it does not explicitly depend on this particular libnsl implementation).