Search Criteria
Package Details: findimagedupes 2.20.1-1
Package Actions
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.009089 |
First Submitted: | 2007-04-25 22:22 (UTC) |
Last Updated: | 2023-01-17 20:56 (UTC) |
Dependencies (5)
- graphicsmagick
- perl-file-mimeinfo
- perl-inline-c
- perl (perl-gitAUR) (make)
- sed (busybox-coreutilsAUR, sed-gitAUR) (make)
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:i expect you have installed pod2man from aur. if i replace
pod2man
with/usr/bin/core_perl/pod2man
everything works finebunder commented on 2019-07-20 11:28 (UTC)
pod2man
is part ofperl
package.Stunkymonkey commented on 2019-07-20 11:21 (UTC)
i think
pod2man
is missing as a dependencySadSoulEater 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)
Manouchehri commented on 2015-08-10 15:04 (UTC)
<deleted-account> commented on 2015-08-10 14:33 (UTC)
<deleted-account> commented on 2015-08-10 14:09 (UTC)
karol_007 commented on 2015-08-10 10:13 (UTC)
1 2 Next › Last »