emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#32311: closed ([PATCH] gnu: Add ephoto.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32311: closed ([PATCH] gnu: Add ephoto.)
Date: Tue, 28 Aug 2018 21:36:01 +0000

Your message dated Wed, 29 Aug 2018 00:35:11 +0300
with message-id <address@hidden>
and subject line Re: [bug#32311] [PATCH] gnu: Add ephoto.
has caused the debbugs.gnu.org bug report #32311,
regarding [PATCH] gnu: Add ephoto.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
32311: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32311
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add ephoto. Date: Mon, 30 Jul 2018 12:37:44 +0300
* gnu/packages/enlightenment.scm (ephoto): New variable.
---
 gnu/packages/enlightenment.scm | 47 ++++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)

diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm
index cff5ab14a..15ec49279 100644
--- a/gnu/packages/enlightenment.scm
+++ b/gnu/packages/enlightenment.scm
@@ -421,3 +421,50 @@ and in creating applications based on the Enlightenment 
Foundation Library suite
      "Simple PDF viewer based on the Enlightenment Foundation Libraries.")
     (home-page "https://github.com/kaihu/lekha";)
     (license license:gpl3+)))
+
+(define-public ephoto
+  (package
+    (name "ephoto")
+    (version "1.5")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (list (string-append "http://www.smhouston.us/stuff/ephoto-";
+                                  version ".tar.xz")
+                   (string-append "https://download.enlightenment.org/rel/";
+                                  "apps/ephoto/ephoto-" version ".tar.xz")))
+        (sha256
+         (base32
+          "04kli43sfsy6s660g13pjc0kjmgdcmq8m4qh02vvpcwv60mf9mgz"))))
+    (build-system gnu-build-system)
+    (arguments
+     '(#:phases
+       (modify-phases %standard-phases
+         (add-after 'unpack 'set-home-directory
+           ;; FATAL: Cannot create run dir '/homeless-shelter/.run' - errno=2
+           (lambda _ (setenv "HOME" "/tmp") #t)))))
+    (native-inputs
+     `(("check" ,check)
+       ("pkg-config" ,pkg-config)))
+    (inputs
+     `(("efl" ,efl)))
+    (home-page "http://smhouston.us/ephoto/";)
+    (synopsis "EFL image viewer/editor/manipulator/slideshow creator")
+    (description "Ephoto is an image viewer and editor written using the
address@hidden Foundation Libraries} (EFL).  It focuses on simplicity and ease
+of use, while taking advantage of the speed and small footprint the EFL 
provide.
+
+Ephoto’s features include:
address@hidden
address@hidden Browsing the filesystem and displaying images in an easy to use 
grid view.
address@hidden Browsing images in a single image view format.
address@hidden Viewing images in a slideshow.
address@hidden Editing your image with features such as cropping, auto enhance,
+blurring, sharpening, brightness/contrast/gamma adjustments, 
hue/saturation/value
+adjustments, and color level adjustment.
address@hidden Applying artistic filters to your image such as black and white 
and old photo.
address@hidden Drag And Drop along with file operations to easy maintain your 
photo directories.
address@hidden enumerate\n")
+    (license (list
+               license:bsd-2 ; Ephoto's thumbnailing code
+               license:bsd-3))))
-- 
2.18.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#32311] [PATCH] gnu: Add ephoto. Date: Wed, 29 Aug 2018 00:35:11 +0300 User-agent: Mutt/1.10.1 (2018-07-13)
Patch pushed

-- 
Efraim Flashner   <address@hidden>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]