Package Details: dupeguru-git 4.3.1.r69.g16aa6c21-1

Git Clone URL: https://aur.archlinux.org/dupeguru-git.git (read-only, click to copy)
Package Base: dupeguru-git
Description: Find duplicate files on your system
Upstream URL: https://dupeguru.voltaicideas.net/
Licenses: GPL3
Conflicts: dupeguru, dupeguru-me, dupeguru-pe, dupeguru-se
Provides: dupeguru
Submitter: cebtenzzre
Maintainer: cebtenzzre
Last Packager: cebtenzzre
Votes: 5
Popularity: 0.37
First Submitted: 2018-05-15 17:58 (UTC)
Last Updated: 2026-03-12 23:24 (UTC)

Latest Comments

1 2 Next › Last »

cebtenzzre commented on 2026-03-12 23:25 (UTC)

@j1simon Sorry, I cleaned that up in the latest version.

j1simon commented on 2026-03-12 13:51 (UTC)

It doesn't compile:

....
==> Starting build()...
Looking in links: deps
Ignoring PyQt5: markers 'sys_platform != "linux"' don't match your environment
Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
Requirement already satisfied: distro<2.0.0,>=1.8.0 in /usr/lib/python3.14/site-packages (from -r requirements.txt (line 1)) (1.9.0)
Requirement already satisfied: mutagen<2.0.0,>=1.46.0 in /usr/lib/python3.14/site-packages (from -r requirements.txt (line 2)) (1.47.0)
Requirement already satisfied: polib<2.0.0,>=1.1.0 in /usr/lib/python3.14/site-packages (from -r requirements.txt (line 3)) (1.2.0)
Requirement already satisfied: semantic-version<3.0.0,>=2.0.0 in /usr/lib/python3.14/site-packages (from -r requirements.txt (line 6)) (2.10.0)
Requirement already satisfied: Send2Trash<2.0.0,>=1.8.2 in /usr/lib/python3.14/site-packages (from -r requirements.txt (line 7)) (1.8.3)
WARNING: Location 'deps' is ignored: it is either a non-existing path or lacks a specific scheme.
ERROR: Could not find a version that satisfies the requirement sphinx<9.0.0,>=5.3.0 (from versions: none)
ERROR: No matching distribution found for sphinx<9.0.0,>=5.3.0
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'dupeguru-git-4.3.1.r63.g8f197ea7-2': 
error: packages failed to build: dupeguru-git-4.3.1.r63.g8f197ea7-2

cebtenzzre commented on 2025-01-20 17:55 (UTC)

@mindstormer Fixed. Thanks.

mindstormer commented on 2025-01-19 19:07 (UTC) (edited on 2025-01-19 19:07 (UTC) by mindstormer)

Building in chroot yields the following error from Python:

ModuleNotFoundError: No module named 'setuptools

cebtenzzre commented on 2025-01-04 01:10 (UTC)

@katt Should be fixed now.

katt commented on 2025-01-01 21:22 (UTC)

ERROR: Could not find a version that satisfies the requirement sphinx<8.0.0,>=5.3.0 (from versions: none)
ERROR: No matching distribution found for sphinx<8.0.0,>=5.3.0
==> ERROR: A failure occurred in build().

Not compatible with the latest python-sphinx it seems.

fuan_k commented on 2023-01-07 17:33 (UTC)

Sorry scratch my previous comment, I'm not sure actually. From my testing, Webp deduplication does not work currently and this was mentioned upstream. Still investigating.

cebtenzzre commented on 2023-01-07 16:18 (UTC)

@fuan_k Are you sure? Qt has had native webp support since 5.3 - before then, it needed qt-webp-plugin. As far as I know, webp-pixbuf-loader only applies to programs that load images using GTK/GDK.

fuan_k commented on 2023-01-06 23:33 (UTC)

Heads up, for Webp support, a new dependecy has been introduced: webp-pixbuf-loader.

fuan_k commented on 2021-12-19 23:50 (UTC) (edited on 2021-12-20 23:36 (UTC) by fuan_k)

~ Perhaps you should remove python-send2trash from the dependencies, since the AUR package has been removed (and you download dependencies with pip anyway). ~

Edit: it's actually in the official Community repository. My bad.