guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: Add libsmpeg-with-sdl1.


From: guix-commits
Subject: 04/05: gnu: Add libsmpeg-with-sdl1.
Date: Sun, 10 Mar 2019 09:04:36 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit d7764d42e4dac020c1428b5b44a3af7a7f0580f3
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Mar 10 14:02:20 2019 +0100

    gnu: Add libsmpeg-with-sdl1.
    
    * gnu/packages/video.scm (libsmpeg-with-sdl1): New variable.
    (libsmpeg)[version]: Change to 0.4.5-401.
---
 gnu/packages/video.scm | 21 +++++++++++++++++++--
 1 file changed, 19 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index f67b235..d5dc3d2 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -5,7 +5,7 @@
 ;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <address@hidden>
 ;;; Copyright © 2015, 2016, 2017, 2018, 2019 Efraim Flashner <address@hidden>
 ;;; Copyright © 2015 Andy Patterson <address@hidden>
-;;; Copyright © 2015, 2018 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2015, 2018, 2019 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2015, 2016, 2017, 2018, 2019 Alex Vong <address@hidden>
 ;;; Copyright © 2016, 2017 Alex Griffin <address@hidden>
 ;;; Copyright © 2016 Kei Kebreau <address@hidden>
@@ -2398,7 +2398,7 @@ Other features include a live preview and live 
streaming.")
 (define-public libsmpeg
   (package
     (name "libsmpeg")
-    (version "0.4.5")
+    (version "0.4.5-401")
     (source (origin
               (method svn-fetch)
               (uri (svn-reference
@@ -2433,6 +2433,23 @@ and MPEG system streams.")
                    license:lgpl2.1+
                    license:gpl2))))
 
+;; for btanks
+(define-public libsmpeg-with-sdl1
+  (package (inherit libsmpeg)
+    (name "libsmpeg")
+    (version "0.4.5-399")
+    (source (origin
+              (method svn-fetch)
+              (uri (svn-reference
+                    (url "svn://svn.icculus.org/smpeg/trunk/")
+                    (revision 399))) ; tagged release 0.4.5
+              (file-name (string-append name "-" version "-checkout"))
+              (sha256
+               (base32
+                "0jfi085rf3fa5xsn0vd3nqf32my8ph9c6a9445y7a8lrlz4dms64"))))
+    (inputs
+     `(("sdl" ,sdl)))))
+
 (define-public libbdplus
   (package
     (name "libbdplus")



reply via email to

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