Package Details: findimagedupes 2.20.1-1

Git Clone URL: https://aur.archlinux.org/findimagedupes.git (read-only, click to copy)
Package Base: findimagedupes
Description: Tool to find visually similar or duplicate images
Upstream URL: http://www.jhnc.org/findimagedupes/
Licenses: GPL3
Submitter: None
Maintainer: bunder
Last Packager: bunder
Votes: 43
Popularity: 0.32
First Submitted: 2007-04-25 22:22 (UTC)
Last Updated: 2023-01-17 20:56 (UTC)

Latest Comments

1 2 Next › Last »

bunder commented on 2019-11-09 13:30 (UTC) (edited on 2019-11-09 15:55 (UTC) by bunder)

Stunkymonkey, I can't reproduce your problem. I haven't installed pod2man package. Please check your PATH variable. My PATH is /usr/local/bin:/usr/local/sbin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl.

Stunkymonkey commented on 2019-07-21 11:06 (UTC)

yes i have installed perl 5.30.0-3, but i am getting the error:

/home/felix/.cache/yay/findimagedupes/PKGBUILD: line 18: pod2man: command not found
==> ERROR: A failure occurred in build().
    Aborting...
Error making: findimagedupes

i expect you have installed pod2man from aur. if i replace pod2man with /usr/bin/core_perl/pod2man everything works fine

bunder commented on 2019-07-20 11:28 (UTC)

pod2man is part of perl package.

Stunkymonkey commented on 2019-07-20 11:21 (UTC)

i think pod2man is missing as a dependency

SadSoulEater commented on 2019-06-17 19:11 (UTC)

Update to 2.19

pkgname=findimagedupes pkgver=2.19 pkgrel=1 pkgdesc='Tool to find visually similar or duplicate images' arch=('any') url="http://www.jhnc.org/findimagedupes/" license=('GPL3') depends=('perl-file-mimeinfo' 'perl-inline-c' 'graphicsmagick') makedepends=('perl' 'sed') source=(http://www.jhnc.org/$pkgname/$pkgname-$pkgver.tar.gz) md5sums=('24886738644e77cb20d78f56f7178ef8') options=('zipman')

build() { sed -i -e "s:DIRECTORY => '/usr/local/lib/$pkgname':DIRECTORY => '/tmp':" $pkgname pod2man findimagedupes > findimagedupes.1 }

package() { install -D -m 755 findimagedupes $pkgdir/usr/bin/findimagedupes install -D -m 644 findimagedupes.1 $pkgdir/usr/share/man/man1/findimagedupes.1 }

enginefeeder101 commented on 2016-09-07 00:46 (UTC)

As www.jhnc.org seems to be down, the source can be downloaded from the Internet Archive Wayback Machine: https://web.archive.org/web/20150912114609/http://www.jhnc.org/findimagedupes/findimagedupes-2.18.tar.gz Same checksum, so seems to be in good order.

Manouchehri commented on 2015-08-10 15:04 (UTC)

makepkg is a build tool, that it. Use another tool like yaourt to handle AUR dependencies.

<deleted-account> commented on 2015-08-10 14:33 (UTC)

@karol_007 I'm new to arch linux. I assumed that these dependencies are installed automatically with the -s option to makepkg. Apparently I need to build some of these dependencies using makepkg as well, like perl-inline-c.

<deleted-account> commented on 2015-08-10 14:09 (UTC)

@karol_007 The -s option to makepkg is supposed to automatically install the required dependencies. Furthermore, the dependency "perl-inline-c" does not exist.

karol_007 commented on 2015-08-10 10:13 (UTC)

> Any suggestions? Read the wiki on how AUR works. You need to build and install dependencies first, pacman is pretty clear about that: "==> ERROR: 'pacman' failed to install missing dependencies."