Slowly seeing this get more out of date. Is this something @turtletowerz looking at updating this to current at the moment?
Trying to gauge if I should wait, or take a shot myself.
| 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: | 51 |
| Popularity: | 0.95 |
| First Submitted: | 2015-02-28 18:11 (UTC) |
| Last Updated: | 2026-04-30 01:09 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 .. 15 Next › Last »
Slowly seeing this get more out of date. Is this something @turtletowerz looking at updating this to current at the moment?
Trying to gauge if I should wait, or take a shot myself.
the developer made some changes to file handling that cascaded to at least 2 dozen source files. i'm sure turtletowerz can be extended some grace in updating the patch for packaging, or you can undertake it yourself if you desperately need to be up-to-date with upstream.
Currently 3 versions out of date
Currently two versions out of date.
Please use spdx license identifier
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.
Dependencies python-typing_extensions and python-service-identity are not needed.
Fails to run with latest updates.
python: /usr/src/debug/pyside6/pyside-setup/sources/shiboken6/libshiboken/basewrapper.cpp:1028: PyTypeObject* Shiboken::ObjectType::introduceWrapperType(PyObject*, const char*, const char*, PyType_Spec*, ObjectDestructor, PyObject*, unsigned int): Assertion `PyDict_Check(enclosingObject)' failed.
If you're running into this error during full system upgrade:
installing clang (17.0.6-2) breaks dependency 'clang=16.0.6' required by shiboken6
The fix is to upgrade clang and shiboken6 in isolation first, to manually resolve the dependency chain.
pacman -Sy clang shiboken6
Then your full system upgrade will resolve and proceed.
Please re-name the desktop file per https://github.com/hydrusnetwork/hydrus/releases/tag/v569
diff --git a/PKGBUILD b/PKGBUILD
index 1946d23..4385272 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -82,7 +82,7 @@ package() {
# Install .desktop shortcut
install -d -m755 "${pkgdir}/usr/share/applications"
- install -m644 ../hydrus.desktop "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
+ install -m644 ../hydrus.desktop "${pkgdir}/usr/share/applications/io.github.hydrusnetwork.hydrus.desktop"
# Install license files
install -d -m755 "${pkgdir}/usr/share/licenses/${_pkgname}"
python-dateparser should also go in optdepends:
diff --git a/PKGBUILD b/PKGBUILD
index 1946d23..6fad3c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,6 +27,7 @@ optdepends=('ffmpeg: show duration and other information on video thumbnails'
'python-chardet: detect text encoding more accurately'
'python-cloudscraper: bypass cloudflare "checking your browser" challenges'
'python-dateutil: improved fuzzy date search'
+ 'python-dateparser: python parser for human readable dates'
'python-psd-tools: handle PSD files and extract thumbnails'
'python-pympler: debug menus to profile memory usage'
# 'python-pyqt6-charts: display bandwidth usage charts'
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.