diff options
Diffstat (limited to 'findimagedupes.scm')
-rw-r--r-- | findimagedupes.scm | 74 |
1 files changed, 37 insertions, 37 deletions
diff --git a/findimagedupes.scm b/findimagedupes.scm index 971340e..c32fb6b 100644 --- a/findimagedupes.scm +++ b/findimagedupes.scm @@ -64,40 +64,40 @@ (home-page "https://gitlab.com/opennota/phash/") (license gpl3))) -(define-public go-github-com-mattn-go-sqlite3-1.14.11 - (package - (inherit go-github-com-mattn-go-sqlite3) - (name "go-github-com-mattn-go-sqlite3-1.14.11") - )) - -(define-public findimagedupes - (package - (name "findimagedupes") - (version "bc6c4c310f102eb04a4ac3610e2ca0ae72746bbe") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://gitlab.com/opennota/findimagedupes.git") - (commit "bc6c4c310f102eb04a4ac3610e2ca0ae72746bbe"))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "0vz45zysn4dxmlw9fjw0sjsi4wh6b98a2lczxv0rwwxjx77drya7")))) - (build-system go-build-system) - (arguments - (list #:import-path "gitlab.com/opennota/findimagedupes" - )) - (inputs - (list - libjpeg-turbo - libpng - libtiff - libheif - go-gitlab-com-opennota-magicmime - go-gitlab-com-opennota-phash - go-github-com-mattn-go-sqlite3-1.14.11 - )) - (synopsis "finds visually similar or duplicate images.") - (description "finds duplicate images using the pHash algorithm") - (home-page "https://gitlab.com/opennota/findimagedupes/") - (license gpl3))) +;(define-public go-github-com-mattn-go-sqlite3-1.14.11 +; (package +; (inherit go-github-com-mattn-go-sqlite3) +; (name "go-github-com-mattn-go-sqlite3-1.14.11") +; )) +; +;(define-public findimagedupes +; (package +; (name "findimagedupes") +; (version "bc6c4c310f102eb04a4ac3610e2ca0ae72746bbe") +; (source (origin +; (method git-fetch) +; (uri (git-reference +; (url "https://gitlab.com/opennota/findimagedupes.git") +; (commit "bc6c4c310f102eb04a4ac3610e2ca0ae72746bbe"))) +; (file-name (git-file-name name version)) +; (sha256 +; (base32 +; "0vz45zysn4dxmlw9fjw0sjsi4wh6b98a2lczxv0rwwxjx77drya7")))) +; (build-system go-build-system) +; (arguments +; (list #:import-path "gitlab.com/opennota/findimagedupes" +; )) +; (inputs +; (list +; libjpeg-turbo +; libpng +; libtiff +; libheif +; go-gitlab-com-opennota-magicmime +; go-gitlab-com-opennota-phash +; go-github-com-mattn-go-sqlite3-1.14.11 +; )) +; (synopsis "finds visually similar or duplicate images.") +; (description "finds duplicate images using the pHash algorithm") +; (home-page "https://gitlab.com/opennota/findimagedupes/") +; (license gpl3))) |