From unknown Thu Sep 11 12:41:58 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#39718] [PATCH] gnu: Add emacs-exiftool. Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 21 Feb 2020 16:54:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 39718 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 39718@debbugs.gnu.org Cc: Arun Isaac X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.15823040275166 (code B ref -1); Fri, 21 Feb 2020 16:54:02 +0000 Received: (at submit) by debbugs.gnu.org; 21 Feb 2020 16:53:47 +0000 Received: from localhost ([127.0.0.1]:47944 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j5BYd-0001LC-A7 for submit@debbugs.gnu.org; Fri, 21 Feb 2020 11:53:47 -0500 Received: from lists.gnu.org ([209.51.188.17]:50474) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j5BYb-0001L5-SY for submit@debbugs.gnu.org; Fri, 21 Feb 2020 11:53:42 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:60052) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j5BYY-00016T-Mh for guix-patches@gnu.org; Fri, 21 Feb 2020 11:53:41 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j5BYW-0000AR-Jg for guix-patches@gnu.org; Fri, 21 Feb 2020 11:53:37 -0500 Received: from mugam.systemreboot.net ([139.59.75.54]:42736) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j5BYV-000069-FD for guix-patches@gnu.org; Fri, 21 Feb 2020 11:53:36 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=ViAnTJfGybRNheUf9z1R90m8+OOoVkwVyYaObBruVvI=; b=VErFgjw87QlBZfSgfrucnwRGcz 0vhJnV7FNSWiStRZU8fPyfRoUciTmZJshOg5aWhWNFyGU3vMps/VH5Xk/D0kaYqCTnrjcZ+6pftDw qj3LRIpzb55KWVoYW124gXc7NFiy3pqRxA7gzo9CZQG3hJt+KFVpttC47cO0bsHURo84=; Received: from [192.168.2.1] (helo=steel.lan) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1j5BYL-000x6u-O9; Fri, 21 Feb 2020 22:23:25 +0530 From: Arun Isaac Date: Fri, 21 Feb 2020 22:23:23 +0530 Message-Id: <20200221165323.4120-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 139.59.75.54 X-Spam-Score: 0.2 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.8 (/) * gnu/packages/emacs-xyz.scm (emacs-exiftool): New variable. --- gnu/packages/emacs-xyz.scm | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index e2e8a9e62e..9d3b2452c7 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -16,7 +16,7 @@ ;;; Copyright © 2016, 2019 Alex Griffin ;;; Copyright © 2016, 2017, 2018, 2019, 2020 Nicolas Goaziou ;;; Copyright © 2016, 2017, 2018 Alex Vong -;;; Copyright © 2016, 2017, 2018, 2019 Arun Isaac +;;; Copyright © 2016, 2017, 2018, 2019, 2020 Arun Isaac ;;; Copyright © 2017 Christopher Baines ;;; Copyright © 2017, 2018, 2019, 2020 Mathieu Othacehe ;;; Copyright © 2017, 2018, 2019 Clément Lassieur @@ -21477,3 +21477,25 @@ Values are stored in a directory in @code{user-emacs-directory}, using one file per value. This makes it easy to delete or remove unused variables.") (license license:gpl3+))) + +(define-public emacs-exiftool + (package + (name "emacs-exiftool") + (version "0.3.2") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://git.systemreboot.net/exiftool.el/") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bv58is66cz21yhc0qqkp1z4nk13zfi2l7i6pjbhyi0g1n88qqyv")))) + (build-system emacs-build-system) + (home-page "https://git.systemreboot.net/exiftool.el/about/") + (synopsis "Elisp wrapper around ExifTool") + (description "@code{emacse-exiftool} is an elisp wrapper around ExifTool. +ExifTool supports reading and writing metadata in various formats including +EXIF, XMP and IPTC.") + (license license:gpl3+))) -- 2.23.0 From unknown Thu Sep 11 12:41:58 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#39718] [PATCH 0/1] Add emacs-exiftool References: <20200221165323.4120-1-arunisaac@systemreboot.net> In-Reply-To: <20200221165323.4120-1-arunisaac@systemreboot.net> Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 21 Feb 2020 19:31:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 39718 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 39718@debbugs.gnu.org Cc: Arun Isaac Received: via spool by 39718-submit@debbugs.gnu.org id=B39718.15823134183666 (code B ref 39718); Fri, 21 Feb 2020 19:31:02 +0000 Received: (at 39718) by debbugs.gnu.org; 21 Feb 2020 19:30:18 +0000 Received: from localhost ([127.0.0.1]:48155 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j5E0A-0000x3-D1 for submit@debbugs.gnu.org; Fri, 21 Feb 2020 14:30:18 -0500 Received: from mugam.systemreboot.net ([139.59.75.54]:38880) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j5E06-0000wn-Mp for 39718@debbugs.gnu.org; Fri, 21 Feb 2020 14:30:16 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=0TH9r5zi2mPtgLMDjR9xlXmWy9BodjrdLXwnsGCxHMo=; b=Gkaz6sXm+JY1B2H+0gnhUdeAd0 mVsAiHua/ZWAZN8B1ZTxwiEfRVx1BKJTekiPwZLCDHXxgJxlBKZWt+a6ptTz8ZXBl/bys2+AsHAzO 5isddONvmq5j8BEXDW9igoTF2ajODYVB1oAI/n/d+uG8m5zBOnZ4+VswjsomiG9SOZv8=; Received: from [192.168.2.1] (helo=steel.lan) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1j5E03-000xmn-59; Sat, 22 Feb 2020 01:00:11 +0530 From: Arun Isaac Date: Sat, 22 Feb 2020 01:00:00 +0530 Message-Id: <20200221193001.8009-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) I forgot to run the tests in my first patch. Here's an updated patch running them. Arun Isaac (1): gnu: Add emacs-exiftool. gnu/packages/emacs-xyz.scm | 40 +++++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) -- 2.23.0 From unknown Thu Sep 11 12:41:58 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#39718] [PATCH 1/1] gnu: Add emacs-exiftool. Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 21 Feb 2020 19:31:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 39718 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 39718@debbugs.gnu.org Cc: Arun Isaac Received: via spool by 39718-submit@debbugs.gnu.org id=B39718.15823134223676 (code B ref 39718); Fri, 21 Feb 2020 19:31:02 +0000 Received: (at 39718) by debbugs.gnu.org; 21 Feb 2020 19:30:22 +0000 Received: from localhost ([127.0.0.1]:48157 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j5E0A-0000x5-Iu for submit@debbugs.gnu.org; Fri, 21 Feb 2020 14:30:22 -0500 Received: from mugam.systemreboot.net ([139.59.75.54]:38882) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j5E06-0000wm-Mp for 39718@debbugs.gnu.org; Fri, 21 Feb 2020 14:30:17 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=wjVC2UPdPdZutT085OD4Tz5UWz7MPhRPan2D3GXvzUk=; b=D+cVcAuC5FwjjYf9+5b2qEd9/f pTNuG/8GJVNPZ+pxLNYKwZVZkYK65xAp1pJKR6S5ux0cY4NCM7q17qg331Jci+NuryJngHMe1tAJj ICLUIG7LEpbQMvsNugJg87rEMVnCx4S32odiILWmmjoxaEYNq8UJadj/R8+rhcYf4O6o=; Received: from [192.168.2.1] (helo=steel.lan) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1j5E03-000xmn-Cw; Sat, 22 Feb 2020 01:00:11 +0530 From: Arun Isaac Date: Sat, 22 Feb 2020 01:00:01 +0530 Message-Id: <20200221193001.8009-2-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20200221193001.8009-1-arunisaac@systemreboot.net> References: <20200221193001.8009-1-arunisaac@systemreboot.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/emacs-xyz.scm (emacs-exiftool): New variable. --- gnu/packages/emacs-xyz.scm | 40 +++++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index e2e8a9e62e..82df71118b 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -16,7 +16,7 @@ ;;; Copyright © 2016, 2019 Alex Griffin ;;; Copyright © 2016, 2017, 2018, 2019, 2020 Nicolas Goaziou ;;; Copyright © 2016, 2017, 2018 Alex Vong -;;; Copyright © 2016, 2017, 2018, 2019 Arun Isaac +;;; Copyright © 2016, 2017, 2018, 2019, 2020 Arun Isaac ;;; Copyright © 2017 Christopher Baines ;;; Copyright © 2017, 2018, 2019, 2020 Mathieu Othacehe ;;; Copyright © 2017, 2018, 2019 Clément Lassieur @@ -153,6 +153,7 @@ #:use-module (gnu packages video) #:use-module (gnu packages haskell-xyz) #:use-module (gnu packages wordnet) + #:use-module (gnu packages photo) #:use-module (guix utils) #:use-module (srfi srfi-1) #:use-module (ice-9 match)) @@ -21477,3 +21478,40 @@ Values are stored in a directory in @code{user-emacs-directory}, using one file per value. This makes it easy to delete or remove unused variables.") (license license:gpl3+))) + +(define-public emacs-exiftool + (package + (name "emacs-exiftool") + (version "0.3.2") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://git.systemreboot.net/exiftool.el/") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bv58is66cz21yhc0qqkp1z4nk13zfi2l7i6pjbhyi0g1n88qqyv")))) + (build-system emacs-build-system) + (arguments + `(#:tests? #t + #:test-command '("make" "-C" "tests") + #:phases + (modify-phases %standard-phases + (add-after 'unpack 'configure + (lambda* (#:key inputs #:allow-other-keys) + (make-file-writable "exiftool.el") + (emacs-substitute-variables "exiftool.el" + ("exiftool-executable" + (string-append (assoc-ref inputs "perl-image-exiftool") + "/bin/exiftool"))) + #t))))) + (inputs + `(("perl-image-exiftool" ,perl-image-exiftool))) + (home-page "https://git.systemreboot.net/exiftool.el/about/") + (synopsis "Elisp wrapper around ExifTool") + (description "@code{emacse-exiftool} is an elisp wrapper around ExifTool. +ExifTool supports reading and writing metadata in various formats including +EXIF, XMP and IPTC.") + (license license:gpl3+))) -- 2.23.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 27 04:54:05 2020 Received: (at control) by debbugs.gnu.org; 27 Feb 2020 09:54:05 +0000 Received: from localhost ([127.0.0.1]:58683 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j7Fro-00025Y-Sr for submit@debbugs.gnu.org; Thu, 27 Feb 2020 04:54:05 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:56405) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j7Fro-00024x-Bc for control@debbugs.gnu.org; Thu, 27 Feb 2020 04:54:04 -0500 X-Originating-IP: 92.169.129.147 Received: from bababa (lfbn-idf2-1-1315-147.w92-169.abo.wanadoo.fr [92.169.129.147]) (Authenticated sender: mail@ambrevar.xyz) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 8A08CE000A for ; Thu, 27 Feb 2020 09:53:57 +0000 (UTC) Date: Thu, 27 Feb 2020 10:53:56 +0100 Message-Id: <871rqg8iff.fsf@ambrevar.xyz> To: control@debbugs.gnu.org From: Pierre Neidhardt Subject: control message for bug #39718 X-Spam-Score: 0.8 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.2 (-) close 39718 quit