Search Criteria
Package Details: hydrus 601-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/hydrus.git (read-only, click to copy) |
---|---|
Package Base: | hydrus |
Description: | Danbooru-like image tagging and searching system for the desktop |
Upstream URL: | http://hydrusnetwork.github.io/hydrus/ |
Licenses: | custom |
Conflicts: | hydrus-docs-dummy |
Submitter: | Score_Under |
Maintainer: | Score_Under |
Last Packager: | Score_Under |
Votes: | 40 |
Popularity: | 0.89 |
First Submitted: | 2015-02-28 18:11 (UTC) |
Last Updated: | 2024-12-04 21:42 (UTC) |
Dependencies (40)
- emoji-font (noto-fonts-emoji-flagsAUR, noto-fonts-emoji-gitAUR, noto-fonts-emoji-blobAUR, noto-fonts-emoji-flag-gitAUR, ttf-mutant-emojiAUR, ttf-blobmojiAUR, ttf-twemojiAUR, ttf-apple-emojiAUR, ttf-twemoji-color-gitAUR, ttf-whatsapp-emojiAUR, ttf-twemoji-colorAUR, ttf-noto-emoji-monochromeAUR, ttf-twemoji-gitAUR, ttf-ms-win11-autoAUR, otf-unifontAUR, ttf-unifontAUR, ttf-ms-win11AUR, noto-fonts-emoji, ttf-joypixels)
- pyside6
- python (python37AUR, python311AUR, python310AUR)
- python-beautifulsoup4
- python-html5lib (python-html5lib-gitAUR)
- python-lxml
- python-lz4
- python-mpv (python-mpv-gitAUR)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- python-opencv (python-opencv-cuda)
- python-pillow (python-pillow-gitAUR)
- python-psutil
- python-pysocks
- python-qtpy (python-qtpy-gitAUR)
- python-requests
- python-send2trash
- python-service-identity
- python-twisted
- python-typing_extensions
- python-urllib3
- Show 20 more dependencies...
Required by (2)
- hydownloader-git (optional)
- hydownloader-systray-git (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 13 Next › Last »
simona commented on 2023-08-10 10:16 (UTC)
I tryied the script. Anymore now yay install hydrus with no problem. Thx.
ardency commented on 2023-07-24 12:04 (UTC)
I had a similar issue as to simona, but with building the
hydrus-docs
dependency;ModuleNotFound
RE:python-mergedeep
. Indeed, the issue was with its AUR-bared python dependencies not having rebuilt for Python 3.11. However, not only did I have to remove downstream Python dependencies built from AUR, but also clear the build and package cache to force a clean build on re-install.Score_Under commented on 2023-07-14 17:02 (UTC)
Simona, please run this script and reinstall any AUR packages it mentions: https://gist.github.com/ScoreUnder/9c2129c2546db2c16b069287cc54a128
simona commented on 2023-07-12 08:29 (UTC)
==> Building documentation...
Traceback (most recent call last):
File "/bin/mkdocs", line 5, in <module>
from mkdocs.main import cli
ModuleNotFoundError: No module named 'mkdocs'
==> ERRORE: Si è verificato un errore in build().
classicsc commented on 2023-07-10 00:08 (UTC)
Since svg support was added recently (https://github.com/hydrusnetwork/hydrus/commit/799c85ea745d4b18affb8b80ad0d65d68d2e2e22), you now need the
qt6-svg
package otherwisehydrus-client
will fail to start with this error:Score_Under commented on 2023-05-11 15:26 (UTC)
Thanks for the tip, I've confirmed the same on my own machine & added that to the list of required dependencies
guyven commented on 2023-05-11 14:57 (UTC)
After upgrading from version 526-1 to 527-1 I was unable to launch the application until I manually installed the
qt6-multimedia
package. This may need to be added to the dependency list, I have not done any in-depth investigation.This was the error before adding this package:
misagh commented on 2023-04-25 18:59 (UTC)
Thanks for finally making it happen. It's really appreciated. I will report if there are any issues.
joehillen commented on 2023-04-25 18:41 (UTC)
Thank you
Score_Under commented on 2023-04-23 16:04 (UTC) (edited on 2023-04-23 18:06 (UTC) by Score_Under)
The python2 issue was reported and fixed some time ago. I want to know what issue people are having now, after that migration. If the deps take a long time to install, that is surely only an issue when they are being removed between each build, but you should not be removing them if you intend to rebuild the software regularly.
As for mkdocs and its dependencies constantly breaking, I have never seen their compilation fail in recent memory, and barring quirks of my build system (i.e. no automatic dependency gathering and strict package name validation), neither has my build server:
I mentioned this last time and it bears repeating, this PKGBUILD already has a mechanism for excluding the docs makedeps: simply turn off docs in makepkg.conf. I have been asking people to tell me why this isn't an acceptable solution for them but all I've got are crickets, so what do I do with that?
Since this is clearly an issue that's still important to some regulars on here, maybe I'll try another tack: stub out docs in a readily available aur package that "provides" docs, and then split the package. Watch this space.
Upd: It's been split, and the dummy is in
hydrus-docs-dummy
. I've tried with yay and paru, and paru looks like it does a much better job (with yay showing a surprising failure to resolve dependencies), though neither seem to offer the alternative package by default.« First ‹ Previous 1 2 3 4 5 6 7 .. 13 Next › Last »