Search Criteria
Package Details: trackma 0.8.4-2
Git Clone URL: | https://aur.archlinux.org/trackma.git (read-only, click to copy) |
---|---|
Package Base: | trackma |
Description: | A lightweight and simple program for updating and using lists on several media tracking websites. |
Upstream URL: | http://z411.github.io/trackma/ |
Licenses: | |
Conflicts: | |
Submitter: | Timmy1e |
Maintainer: | Timmy1e |
Last Packager: | Timmy1e |
Votes: | 4 |
Popularity: | 0.68 |
First Submitted: | 2020-12-09 17:08 |
Last Updated: | 2021-01-26 14:22 |
Dependencies (12)
- python (python-dbg)
- desktop-file-utils (desktop-file-utils-git) (make)
- git (git-git) (make)
- python-setuptools (make)
- dbus-python (python2-dbus) (optional) – MPRIS media recognition tracker
- lsof (lsof-git) (optional) – polling tracker/pyinotify alternative
- python-cairo (python-cairo-git) (optional) – GTK frontend
- python-gobject (python-gobject-git) (optional) – GTK frontend
- python-pillow (python-pillow-git, python-pillow-simd) (optional) – thumbnail images for GUI frontends
- python-pyinotify (optional) – instant media recognition tracker
- python-pyqt5 (optional) – Qt frontend
- python-urwid (optional) – ncurses frontend
Latest Comments
Timmy1e commented on 2021-01-26 13:53
@MagicAndWires thanks for the heads up, missed that. I'm pushing an update in a bit.
MagicAndWires commented on 2021-01-23 23:26
The tarball of trackma does not provide the anime-relations database required for cross-site updating.
This could be fixed by either providing it as a separate source file or by grabbing trackma source through git (using
${pkgname}-${pkgver}.tar.gz::"git+https://github.com/z411/${pkgname}.git#tag=v${pkgver}
as the source) and updating the submodules in the prepare() function.