Search Criteria
Package Details: anki 24.06.3-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/anki.git (read-only, click to copy) |
---|---|
Package Base: | anki |
Description: | Helps you remember facts (like words/phrases in a foreign language) efficiently |
Upstream URL: | https://apps.ankiweb.net/ |
Keywords: | anki languages learning vocabulary |
Licenses: | AGPL3 |
Conflicts: | anki-bin, anki-git, anki-qt5 |
Submitter: | demize |
Maintainer: | AlexBocken |
Last Packager: | AlexBocken |
Votes: | 175 |
Popularity: | 7.36 |
First Submitted: | 2021-09-17 22:31 (UTC) |
Last Updated: | 2024-08-02 10:08 (UTC) |
Dependencies (30)
- python (python37AUR, python311AUR, python310AUR)
- python-beautifulsoup4
- python-certifi
- python-decorator
- python-distro
- python-flask-cors
- python-jsonschema
- python-markdown
- python-orjson (python-orjson-gitAUR)
- python-protobuf (python-protobuf-gitAUR)
- python-pyqt6-webengine
- python-pysocks
- python-requests
- python-send2trash
- python-waitress
- qt6-multimedia
- qt6-svg
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
- mold (mold-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- nodejs (nodejs-lts-fermiumAUR, nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron) (make)
- python-installer (python-installer-gitAUR) (make)
- python-wheel (make)
- rsync (rsync-gitAUR, rsync-reflinkAUR, rsync-reflink-gitAUR) (make)
- yarn (yarn-pnpm-corepackAUR, corepackerAUR, yarn-berryAUR) (make)
- lame (lame-svnAUR, lame-altivecAUR) (optional) – record sound
- mplayer (mplayer-vaapiAUR, mplayer-gui-svnAUR) (optional) – play sound
- mpv (mpv-light-pulseAUR, mpv-vapoursynth-gitAUR, mpv-amd-full-gitAUR, mpv-full-gitAUR, mpv-fullAUR, mpv-gitAUR, mpv-full-build-gitAUR, mpv-build-gitAUR) (optional) – play sound. prefered over mplayer
- texlive-most (optional) – render LaTex in cards
Required by (2)
- kindle2anki-git
- subs2srs (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 30 Next › Last »
jkhsjdhjs commented on 2023-09-13 14:54 (UTC)
@spcified is right, the nodejs version should be pinned here.
exoticorn commented on 2023-09-05 07:33 (UTC)
@mattalxndr I had the same error and found that I had
nodejs-lts-gallium
installed. The solution then is to either switch tonodejs-lts-hydrogen
, or just live on the edge with thenodejs
package.spcified commented on 2023-08-31 09:38 (UTC)
@mattalxndr you have to update nodejs to at least version 18
This pkg should pin the nodejs version.
mattalxndr commented on 2023-08-30 16:16 (UTC)
I'm getting an error upgrading this:
Log:
J5lx commented on 2023-08-24 23:19 (UTC)
Now that I’m checking, I can’t really find any documentation on it either. As I recall, I originally got that from a comment made by one of the package maintainers / TUs, but of course that’s not exactly the kind of source that’s easy to find when you’re specifically looking for it... So I tracked down the commit that originally introduced changelog support in Frugalware’s pacman fork (which was merged into upstream pacman a few months later). As you can see, their makepkg back then tried to autogenerate the changelog by querying the $BUILDSCRIPT (i.e. PKGBUILD) changes from the Darcs version control system and would even prefer that over a local changelog file. So yeah, I don’t think that changelog was meant for anything but changes in the package itself. As for the usefulness aspect... well, I guess that’s why of the 3100 packages on my system only 14 come with (package) changelogs.
AlexBocken commented on 2023-08-24 21:11 (UTC)
@J5lx The Arch wiki was quite short in describing how the changelog should be used. I can definitely see how upstream changelogs should be stored in /usr/share/doc. Is there any documentation on how to use the changelog property you could find? Looking at other packages I have installed the majority uses it only for build updates and is imo pretty useless (20 times "bump to <version>" does not really contain much information I could not gather from the AUR git commit messages). Although the majority, I'm not the only one who uses it combined with upstream changelogs. an example even from the default repos would be: extra/iwd
J5lx commented on 2023-08-18 22:03 (UTC)
Btw, the changelog field in the PKGBUILD is for the changelog of the package itself. The changelog of the contained software is typically placed in /usr/share/doc along with any other documentation materials included in the package :)
AlexBocken commented on 2023-07-22 09:17 (UTC)
@Cenda Thanks for the report. All PKGBUILDs (and hence also all AUR packages) assume the
base-devel
group to be installed.patch
is part of that group.base-devel
packages should not be included in the depends according to https://wiki.archlinux.org/title/PKGBUILD I'd advise you to install thebase-devel
group :)Cenda commented on 2023-07-22 09:11 (UTC)
I think the patch dependency is missing:
Installing the patch package fixed it
AlexBocken commented on 2023-06-07 16:31 (UTC) (edited on 2023-06-07 16:42 (UTC) by AlexBocken)
Yes this is most likely an issue because of pip installs. Most python packages should be found either in the arch repos or the AUR (python-<name_of_package>).
Refrain from using pip, this creates double installs, lots of outdated versions being used etc.
All dependency anki needs are provided, you should not need to install anything manually to build this package.
python-google
,python-google-api-core
, etc. are not required.« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 30 Next › Last »