guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: lightspark: Update to 0.8.7.


From: guix-commits
Subject: branch master updated: gnu: lightspark: Update to 0.8.7.
Date: Sat, 17 Jun 2023 09:57:33 -0400

This is an automated email from the git hooks/post-receive script.

monego pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 428b810ca2 gnu: lightspark: Update to 0.8.7.
428b810ca2 is described below

commit 428b810ca23fa1c1c565da15c0e95273f6487384
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Fri Jun 2 23:44:31 2023 -0300

    gnu: lightspark: Update to 0.8.7.
    
    * gnu/packages/animation.scm (lightspark): Update to 0.8.7.
    [inputs]: Remove sdl2-mixer.
---
 gnu/packages/animation.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/animation.scm b/gnu/packages/animation.scm
index b0bf2c672b..9691dd0d80 100644
--- a/gnu/packages/animation.scm
+++ b/gnu/packages/animation.scm
@@ -291,7 +291,7 @@ audio or video backends, ensuring good performance.")
 (define-public lightspark
   (package
     (name "lightspark")
-    (version "0.8.6.1")
+    (version "0.8.7")
     (source
      (origin
        (method git-fetch)
@@ -300,7 +300,7 @@ audio or video backends, ensuring good performance.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1a78l9na01pd7a77r9n8lqih893s54rllpjvrx72sh0yyal1q3gz"))))
+        (base32 "156yd79dbs6lzp5jc2zd0knw6bk0g8qdm8icp7pkcn95vfvxyzx9"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f ;requires Adobe Flex SDK, see README.tests
@@ -340,7 +340,6 @@ audio or video backends, ensuring good performance.")
            pcre2
            rtmpdump
            sdl2
-           sdl2-mixer
            zlib))
     (home-page "https://lightspark.github.io/";)
     (synopsis "Flash player implementation")



reply via email to

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