Package Details: hydrus 573-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: custom
Conflicts: hydrus-docs-dummy
Submitter: Score_Under
Maintainer: Score_Under
Last Packager: Score_Under
Votes: 40
Popularity: 0.76
First Submitted: 2015-02-28 18:11 (UTC)
Last Updated: 2024-05-02 08:53 (UTC)

Latest Comments

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

irlittz commented on 2019-01-30 19:06 (UTC)

python-matplotlib should be either added as a dependency or optional dependency, since it provides functionality within Hydrus (rendering charts of traffic in the network->review bandwidth usage tab).

nadomodan commented on 2018-12-13 17:30 (UTC)

@jtmb edit and maintainer, besides this being the last python2 release, as of 334 hydrus no longer uses pafy according to release notes so that dependency can be removed

jtmb commented on 2018-12-01 06:03 (UTC) (edited on 2018-12-05 08:52 (UTC) by jtmb)

@Score_Under, I was able to pull the pkgbuild from before python2-wxpython-phoenix was deleted and build it successfully. I wasn't getting any core.so issues, so hopefully it will work until they change over to python3.

https://pastebin.com/P2MJC4XZ

Edit: so apparently python2-pafy isn't getting built in its split package anymore, either, so here is a PKGBUILD to make python2-pafy until that switches over.

https://pastebin.com/mRBzWY4B

nadomodan commented on 2018-11-29 11:40 (UTC) (edited on 2018-11-29 11:40 (UTC) by nadomodan)

Good news is you won't have to deal with python2 for much longer http://hydrus.tumblr.com/post/180600042724/version-332

Next week should be more small stuff like this. Maybe some fun/new for 333 if I can fit it in. I mostly want to tidy up for a 'python 2 final’ 334 on the 12th Dec. On the 12th, I will break up for Christmas to convert the program to python 3.

Score_Under commented on 2018-11-29 03:25 (UTC)

Well, I've done something I know I will regret, and that's create a package for opencv with python2 support.

That said, python2-wxpython-phoenix has finally kicked the bucket, so that will need replacing. However, every build I have compiled on my own machine has somehow been missing an "init_core" function in its "_core.so". I can't make heads nor tails of this, and gave up some time early October, only to try again now and be faced with exactly the same problem. If anyone can figure out what on earth is going on here & how to compile wxpython-phoenix for python2, I would be grateful for the help.

jtmb commented on 2018-11-23 22:55 (UTC)

@Score_Under same as @nadomodan, opencv 3.4.4-1, no /usr/lib/python2.7/site-packages/cv2.so

nadomodan commented on 2018-11-23 18:51 (UTC) (edited on 2018-11-23 19:06 (UTC) by nadomodan)

@Score_Under I have the same problem, opencv 3.4.4-1:

pacman -Qo /usr/lib/python2.7/site-packages/cv2.so

error: No package owns /usr/lib/python2.7/site-packages/cv2.so

downgrading to opencv 3.4.3-5 on which hydrus works gives this output:

pacman -Qo /usr/lib/python2.7/site-packages/cv2.so

/usr/lib/python2.7/site-packages/cv2.so is owned by opencv 3.4.3-5

finnickal commented on 2018-11-23 16:13 (UTC)

I had the same problem as @jtmb and installed opencv2 from the AUR to solve it.

Score_Under commented on 2018-11-23 12:43 (UTC)

@jtmb, I can't reproduce this. Can you tell me what version of opencv you have installed, and whether it drops a "cv2.so" in /usr/lib/python2.7/site-packages?