Package Details: hydrus 612-1

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: WTFPL
Conflicts: hydrus-docs-dummy
Submitter: Score_Under
Maintainer: Score_Under (turtletowerz)
Last Packager: turtletowerz
Votes: 41
Popularity: 0.43
First Submitted: 2015-02-28 18:11 (UTC)
Last Updated: 2025-03-06 04:31 (UTC)

Dependencies (39)

Required by (3)

Sources (5)

Pinned Comments

turtletowerz commented on 2025-02-05 23:14 (UTC)

The AUR package for JpegXL support is outdated and does not build. If you need JpegXL support, follow the instructions in the comment I posted to update the PKGBUILD.

Latest Comments

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

yan12125 commented on 2018-10-03 05:25 (UTC)

python2-wxpython-phoenix is going to be removed: https://lists.archlinux.org/pipermail/aur-requests/2018-September/026757.html. Please create python2-wxpython4 as suggested.

ngvx commented on 2018-07-25 22:35 (UTC)

as of v315, parsing is subtly broken when using python2-lxml (hydrus can use either python2-html5lib or python2-lxml). I recommend replacing the lxml dep with html5lib. If both are installed, html5lib will be used by default.

aelius commented on 2018-04-07 22:25 (UTC)

Regarding the official release archives

Indeed. To further explain the context for the benefit of others, the developer seems to have no experience or knowledge of OS best practices, general security concerns, or how to properly integrate software into any modern operating system. You can't package it as-is. He is receptive to suggestions and is respectful, but in general I think he is set in his ways. Another thing to point out is how he doesn't really use git- github is just a glorified webhost to him. No granular commits, no PR, no attention paid to issues. Just uploads a week's work in one commit. There are fewer commits than there are releases!

Because of this scattered haphazard strange development, changes are necessary when trying to integrate hydrus into a package manager. These changes either have to come from upstream, or the package maintainer. Since the dev doesn't use github-issues or accept PRs, if you want upstream changes you have to take your plight to either the imageboard or the discord. Both are filled with younger teens who also don't understand how computers works, and in general your voice will be drowned out by their insistence that the dev shouldn't waste time on things like that. Which is amusing, I don't think they appreciate how rare it is for a side project to consistently update week-by-week. There's plenty of development time to go around.

To be fair, some of the issues are inherit to targeting Windows as the primary platform.

Score_Under commented on 2018-04-07 12:47 (UTC)

@qlipsos, thanks for the heads up, I've added it to the requirements.

@irlittz, the split-package structure is mostly because it was easier to keep it that way. If it's causing problems I can easily switch it back. Regarding the official release archives, that's partly why I decided to create an AUR package in the first place. They contain a lot of packaged binary dependencies (which are an unnecessary risk), strip permissions (everything is 755), and end up with the incredible filesize of 176MB. Updates from git generally pull less than 1MB per version, which makes the whole process go a lot faster (considering download time and extraction time).

qlipsos commented on 2018-04-05 18:34 (UTC)

'gtkglext' was required in my case.

irlittz commented on 2018-01-25 10:46 (UTC) (edited on 2018-01-25 10:47 (UTC) by irlittz)

Thanks! Is there a reason why your PKGBUILD still has the split-package structure or why you are not using the official release archives?

Score_Under commented on 2018-01-24 21:32 (UTC)

Apologies for keeping you waiting. I've finally pushed the 290 update (and included working recipes for 289 and 288 in the history just in case).

Score_Under commented on 2018-01-21 23:40 (UTC)

I see you've found the complications already - there is no python 2 version of wxpython 4+ on the AUR yet. I'm not too sure of the implications either of installing both wxwidgets 3.x and 4.x at the same time, though there are no filesystem-level conflicts.

irlittz commented on 2018-01-21 01:06 (UTC) (edited on 2018-01-21 16:12 (UTC) by irlittz)

@Score_Under are there any complications in updating the package? The current release version seems to be at version 290.

Updated hydrus PKGBUILD: https://gist.github.com/anonymous/6f7cee87768108c334d3a75749a6e383

Modified wxpython-phoenix PKGBUILD: https://gist.github.com/anonymous/ecc4b7bf4e6f4fedcb075336c3874f6a

I'll ask the creator for wxpython-phoenix to turn it into a split package. The name might change. After installing both of these Hydrus 290 starts, however I had to manually specify the path to my Hydrus database using the -d option.

Score_Under commented on 2017-07-30 15:44 (UTC)

The python-lz4 manual update shouldn't be necessary any more - I've succeeded in taking ownership of the package and updated it to the latest version.