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.010206
First Submitted: 2009-11-13 13:32 (UTC)
Last Updated: 2022-06-08 02:16 (UTC)

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 15 Next › Last »

wisecrick commented on 2014-06-06 16:53 (UTC)

libeb is also required

caseyjp1 commented on 2014-05-09 00:58 (UTC)

erroring out with this: usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.0/include/stdint.h:15:1: error: missing terminating " character postal_fmt "<U0025><U0066><U0025><U004E><U0025><U0061><U0025><U004E>/ ^ /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.0/include/stdint.h:1:1: error: ‘by_space’ does not name a type by_space 1 ^ config.cc:64:1: error: ‘uint32_t’ does not name a type uint32_t const keyMask = 0x01FFFFFF; ^ config.cc: In constructor ‘Config::HotKey::HotKey(const QKeySequence&)’: config.cc:67:26: error: ‘keyMask’ was not declared in this scope modifiers( seq[ 0 ] & ~keyMask ), ^ config.cc: In function ‘void Config::save(const Config::Class&)’: config.cc:1873:64: error: ‘renameAtomically’ was not declared in this scope renameAtomically( configFile.fileName(), getConfigFileName() ); ^ Makefile:1611: recipe for target 'build/config.o' failed make: *** [build/config.o] Error 1 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build goldendict-git.

VirtualTam commented on 2014-02-20 20:16 (UTC)

@proft: the issue has been fixed upstream, see https://github.com/goldendict/goldendict/commit/ffabaf1861ef2bf1f91ab368b7a79d9817197415

proft commented on 2014-02-12 07:55 (UTC)

Error occurred at last compilation: tiff.cc:7:23: fatal error: tiff/tiff.h: No such file or directory #include "tiff/tiff.h" ^ compilation terminated. Makefile:2614: recipe for target 'build/tiff.o' failed make: *** [build/tiff.o] Error 1 ==> ERROR: A failure occurred in build().

VirtualTam commented on 2013-07-22 18:48 (UTC)

PKGBUILD updated to reflect the changes/fixes made upstream: - locale fix no longer needed; - no need to clean pkg/usr/share/app-install; - updated dependencies.

<deleted-account> commented on 2013-07-22 12:56 (UTC)

@VirtualTam, I don't have a solution for the install-related errors. They seem to be harmless. But it would be nice to eliminate them once and for all. So if you figure this out please share! :)

VirtualTam commented on 2013-07-22 09:58 (UTC)

@Tvangeste: thanks, I'll update the PKGBUILD to reflect these changes! Do you have any clue regarding 'goldendict.png' and 'goldendict.desktop' being stripped when running 'make install'? As it seems to be 'qmake-qt4'-related, I started this thread[1] to gather some info... [1] https://bbs.archlinux.org/viewtopic.php?id=167037

<deleted-account> commented on 2013-07-22 07:57 (UTC)

A comment from one of upstream GoldenDict maintaners :) 1. There is no need to manually deal with *.qm/*.qs files anymore. It has been fixed upstream. 2. The dependencies are a bit outdated. phonon is not used by GoldenDict anymore, ffmpeg is needed instead. Here's my list of dependencies: depends=('hunspell' 'libvorbis' 'libxtst' 'libzip' 'qtwebkit' 'libao' 'ffmpeg' 'lzo' 'bzip2') Alternatively, one can build GoldenDict without ffmpeg support (the internal audio player will be disabled, naturally). To do so provide the following prameter to qmake: qmake "DISABLE_INTERNAL_PLAYER=1" 3. No need to delete app-install anymore, it has been fixed upstream too.

VirtualTam commented on 2013-07-21 20:59 (UTC)

Update 1.5.0.RC.96.g2a12036-1 - Patching the Qt project file is no longer necessary to install in /usr. - There is a minor, non-blocking error when running "make install": GNU strip is called on "goldendict.desktop" and "goldendict.png", as can be seen in the makefile generated by qmake-qt4 (see the install_icons and install_desktops targets). Has anyone a clue on how to tackle this issue?

ilpianista commented on 2013-07-06 18:40 (UTC)

two suggestions: * "|| return 1" are needed since years * please put ${srcdir}/${pkgdir} between double apixes. BTW, you don't even need to call `cd ${srcdir}/${_gitname}`, `cd ${_gitname}` is enough because makepkg exec `cd ${srcdir}` in every function (build/package/prepare...)