unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] Update enlightenment.scm: Add Rage Player
@ 2015-08-05 13:38 Daniel Pimentel
  2015-08-05 13:59 ` Thompson, David
  2015-08-05 14:11 ` Ricardo Wurmus
  0 siblings, 2 replies; 12+ messages in thread
From: Daniel Pimentel @ 2015-08-05 13:38 UTC (permalink / raw)
  To: guix-devel

[-- 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


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-08-18 18:28 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

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