Search Criteria
Package Details: scid 4.7.0-2
Git Clone URL: | https://aur.archlinux.org/scid.git (read-only, click to copy) |
---|---|
Package Base: | scid |
Description: | A Free Chess Database Application |
Upstream URL: | http://scid.sourceforge.net |
Licenses: | |
Submitter: | None |
Maintainer: | donpicoro |
Last Packager: | donpicoro |
Votes: | 56 |
Popularity: | 0.42 |
First Submitted: | 2005-05-17 13:34 |
Last Updated: | 2019-03-27 09:37 |
Dependencies (5)
- desktop-file-utils (desktop-file-utils-git)
- python (python-dbg)
- tk (tk85)
- snack (optional) – for sound support
- tkimg (optional) – for using some alternate sets of pieces
Required by (1)
- fics-timeseal (optional)
Latest Comments
1 2 3 4 Next › Last »
donpicoro commented on 2019-03-27 09:37
I cannot make it work with
OPTIMIZE="$CXXFLAGS"
src/hfilter.h:125:16: error: ‘make_unique’ is not a member of ‘std’ data_ = std::make_unique<byte[]>(capacity);
and many others..
for now it is as you guys wanted it except for that. Try and let me know ;-)
donpicoro commented on 2019-03-26 17:22
Sure can... I'm busy at the moment but as soon as I get some free time, I can try it myself and let you know.
Cheers
andmars commented on 2019-03-26 16:03
I was having a little conversation about the scid-PKGBUILD on the forum lately. Maybe you'd like to make some adaptations to it: https://bbs.archlinux.org/viewtopic.php?id=245139
donpicoro commented on 2019-03-25 09:17
Updated to 4.7 ;-)
donpicoro commented on 2015-10-23 07:44
done, I did not tested it... let me know whether it works ;-)
Thank you for it.
rmbd commented on 2015-10-20 14:50
Hi,
I've created a patch that associates .pgn files with Scid:
https://gist.github.com/anonymous/858b7df1bf90c8e97dc3
Feel free to apply it.
donpicoro commented on 2014-05-21 07:57
namcap claims Tk is not needed. Tcl is definitively needed. I updated the dependencies list to include Tk which in turn brings Tcl as a dependency.
hjst commented on 2014-05-21 02:14
Right, now I've got it running it's obviously a tcl/tk app so I'm guessing the implicit dependency on those packages has always been assumed. However, as someone who knew nothing about scid prior to trying it for the first time today, both 'tcl' and 'tk' need to be added to the PKGBUILD depends:
$ scid
can't find package Tk 8.5
while executing
"package require Tk 8.5"
(file "/usr/bin/scid" line 41)
hjst commented on 2014-05-21 01:53
I believe there's a missing dependency on tcl in this package. I get the following error when running `makepkg -s`:
==> Starting build()...
./configure: line 12: exec: tclsh: not found
==> ERROR: A failure occurred in build().
Aborting...
Adding 'tcl' to the depends line in PKGBUILD fixes it.
donpicoro commented on 2014-02-12 22:11
Note that 4.4 is the current stable version.
If people want/care I can create a separate package for the development version which currently is 4.5.2 but this package is for the stable one.