unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Daniel Pimentel <d4n1@openmailbox.org>
To: Ricardo Wurmus <rekado@elephly.net>
Cc: guix-devel@gnu.org, guix-devel-bounces+d4n1=opmbx.org@gnu.org
Subject: Re: [PATCH] Update enlightenment.scm: Add Rage Player
Date: Thu, 06 Aug 2015 11:16:13 -0300	[thread overview]
Message-ID: <7c16d9a37b86038dfbb836b31bd7c8e6@openmailbox.org> (raw)
In-Reply-To: <819f4e78a9c6821d32334d9e457aec33@openmailbox.org>

[-- Attachment #1: Type: text/plain, Size: 625 bytes --]

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:)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-Rage-player.patch --]
[-- Type: text/x-diff; name=0001-gnu-Add-Rage-player.patch, Size: 1608 bytes --]

From 96bed3aa54bc87ff9434b3c0d2f15572bb62fe80 Mon Sep 17 00:00:00 2001
From: Daniel Pimentel <d4n1@member.fsf.org>
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	other threads:[~2015-08-06 14:16 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-05 13:38 [PATCH] Update enlightenment.scm: Add Rage Player Daniel Pimentel
2015-08-05 13:59 ` Thompson, David
2015-08-05 14:08   ` Daniel Pimentel
2015-08-05 14:11 ` Ricardo Wurmus
2015-08-05 14:27   ` Daniel Pimentel
2015-08-05 14:31     ` Ricardo Wurmus
2015-08-05 14:35       ` Daniel Pimentel
2015-08-06 14:16         ` Daniel Pimentel [this message]
2015-08-06 14:24           ` Ricardo Wurmus
2015-08-06 14:33             ` Daniel Pimentel
2015-08-18 16:51           ` Ludovic Courtès
2015-08-18 18:28             ` Daniel Pimentel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7c16d9a37b86038dfbb836b31bd7c8e6@openmailbox.org \
    --to=d4n1@openmailbox.org \
    --cc=guix-devel-bounces+d4n1=opmbx.org@gnu.org \
    --cc=guix-devel@gnu.org \
    --cc=rekado@elephly.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).