all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Daniel Pimentel <d4n1@openmailbox.org>
To: guix-devel@gnu.org
Subject: [PATCH] Update enlightenment.scm: Add Rage Player
Date: Wed, 05 Aug 2015 10:38:04 -0300	[thread overview]
Message-ID: <e404f780a9b6927060c7810871b1cb55@openmailbox.org> (raw)

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

Patch that Add Rage player to enlightenment.scm.

Thanks,

-- 
Daniel Pimentel (d4n1 3:)

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

From 6219eee540bc2015f2a8eb8d397488dfef76a3c4 Mon Sep 17 00:00:00 2001
From: Daniel Pimentel <d4n1@member.fsf.org>
Date: Wed, 5 Aug 2015 10:35:11 -0300
Subject: [PATCH 3/3] gnu: enlightenment: Add Rage player *
 gnu/packages/enlightenment.scm: Add Rage 0.1.4.

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

diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm
index 28757f9..5aa6525 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 "http://www.enlightenment.org")
+    (synopsis "Powerful video play 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-05 13:38 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-05 13:38 Daniel Pimentel [this message]
2015-08-05 13:59 ` [PATCH] Update enlightenment.scm: Add Rage Player 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
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

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

  git send-email \
    --in-reply-to=e404f780a9b6927060c7810871b1cb55@openmailbox.org \
    --to=d4n1@openmailbox.org \
    --cc=guix-devel@gnu.org \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.