mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: lightspark: Update to 0.8.7.
* gnu/packages/animation.scm (lightspark): Update to 0.8.7. [inputs]: Remove sdl2-mixer.
This commit is contained in:
parent
ff690faf66
commit
428b810ca2
1 changed files with 2 additions and 3 deletions
|
@ -291,7 +291,7 @@ (define-public gnash
|
||||||
(define-public lightspark
|
(define-public lightspark
|
||||||
(package
|
(package
|
||||||
(name "lightspark")
|
(name "lightspark")
|
||||||
(version "0.8.6.1")
|
(version "0.8.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -300,7 +300,7 @@ (define-public lightspark
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1a78l9na01pd7a77r9n8lqih893s54rllpjvrx72sh0yyal1q3gz"))))
|
(base32 "156yd79dbs6lzp5jc2zd0knw6bk0g8qdm8icp7pkcn95vfvxyzx9"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;requires Adobe Flex SDK, see README.tests
|
`(#:tests? #f ;requires Adobe Flex SDK, see README.tests
|
||||||
|
@ -340,7 +340,6 @@ (define-public lightspark
|
||||||
pcre2
|
pcre2
|
||||||
rtmpdump
|
rtmpdump
|
||||||
sdl2
|
sdl2
|
||||||
sdl2-mixer
|
|
||||||
zlib))
|
zlib))
|
||||||
(home-page "https://lightspark.github.io/")
|
(home-page "https://lightspark.github.io/")
|
||||||
(synopsis "Flash player implementation")
|
(synopsis "Flash player implementation")
|
||||||
|
|
Loading…
Reference in a new issue