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: 91
Popularity: 0.000007
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 »

slbtty commented on 2022-03-17 07:21 (UTC) (edited on 2022-03-17 23:04 (UTC) by slbtty)

Note:

The main repos of goldendict and qt-webkit are both halted/stalled. There will be no qt6-webkit in the foreseeable future, and the qt5-webkit in arch's repo is still from 2020.

There is an effort of porting GD to qtwebengine, and it seems to be the future of GD. The fork from xiaoyifang also does release tags. Based on user feedback, it works and pretty nice.

https://github.com/xiaoyifang/goldendict

https://forum.freemdict.com/t/topic/11495

Maybe someone should create a new AUR package -> goldendict-webengine or something.

simonzack commented on 2022-03-15 17:17 (UTC) (edited on 2022-03-15 17:17 (UTC) by simonzack)

I'm getting this error on install:

fatal: remote error:
  The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.

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.