On 2015-08-05 11:35, Daniel Pimentel wrote:
On 2015-08-05 11:31, Ricardo Wurmus wrote:
Thanks Ricardo,

I did the corrections using emacs editor and I did commit based on logs
(see git log). It's right now?

The new patch you just sent is only the latest commit. Could you please squash your commits so that we get *one* patch only instead of multiple
patches that are to be applied after another?
Allright, I'll do it and I'll send again :)

Thank so much.
Ricardo and Guixs,

in attach patch with add Rage player in enlightenment.scm.

Thanks,
--
Daniel Pimentel (d4n1 3:)
From 96bed3aa54bc87ff9434b3c0d2f15572bb62fe80 Mon Sep 17 00:00:00 2001
From: Daniel Pimentel <[email protected]>
Date: Thu, 6 Aug 2015 11:12:54 -0300
Subject: [PATCH] gnu: Add Rage player.

* gnu/packages/enlightenment.scm: Add Rage.
---
 gnu/packages/enlightenment.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm
index 28757f9..48b9a32 100644
--- a/gnu/packages/enlightenment.scm
+++ b/gnu/packages/enlightenment.scm
@@ -237,6 +237,31 @@ URL and local path detection, themes, popup based content viewer for non-text
 contents and more.")
     (license license:bsd-2)))
 
+(define-public rage
+  (package
+    (name "rage")
+    (version "0.1.4")
+    (source (origin
+              (method url-fetch)
+              (uri
+               (string-append
+                "http://download.enlightenment.org/rel/apps/rage/rage-";
+                version ".tar.gz"))
+              (sha256
+               (base32 "10j3n8crk16jzqz2hn5djx6vms5f6x83qyiaphhqx94h9dgv2mgg"))))
+    (build-system gnu-build-system)
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
+    (inputs
+     `(("efl" ,efl)
+       ("elementary" ,elementary)))
+    (home-page "https://www.enlightenment.org/about-rage";)
+    (synopsis "Video and audio player based on EFL")
+    (description
+     "Rage is a video and audio player written with Enlightenment Foundation
+Libraries with some extra bells and whistles.")
+    (license license:bsd-2)))
+
 (define-public enlightenment
   (package
     (name "enlightenment")
-- 
2.4.3

Reply via email to