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
@ -291,7 +291,7 @@ audio or video backends, ensuring good performance.")
|
|||||||
(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 @@ audio or video backends, ensuring good performance.")
|
|||||||
(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 @@ audio or video backends, ensuring good performance.")
|
|||||||
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 New Issue
Block a user