gnu: libvisual: Update to 0.4.2.

* gnu/packages/gstreamer.scm (libvisual): Update to 0.4.2.
[arguments] <phases>: Use gexps.  Delete trailing #t.
[native-inputs]: Add autoconf, autoconf-archive and automake.
[inputs]: Replace sdl with sdl12-compat.

Change-Id: I6365c767c957102dd4b829cce774e847614d2a72
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Maxim Cournoyer 2024-11-11 15:17:16 +09:00 committed by Liliana Marie Prikler
parent 1882f28258
commit 99a78c3097
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -225,7 +225,7 @@ and very fast.")
(define-public libvisual (define-public libvisual
(package (package
(name "libvisual") (name "libvisual")
(version "0.4.0") (version "0.4.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -235,20 +235,25 @@ and very fast.")
(commit (string-append name "-" version)))) (commit (string-append name "-" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "02xwakwkqjsznc03pjlb6hcv1li1gw3r8xvyswqsm4msix5xq18a")))) (base32 "12xf0qzn9w090kakrj59makjbjg9vhga5mgchmx6c1ypw10fjfbc"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:phases (list #:phases
(modify-phases %standard-phases #~(modify-phases %standard-phases
;; The package is in a sub-dir of this repo. ;; The package is in a sub-dir of this repo.
(add-after 'unpack 'chdir (add-after 'unpack 'chdir
(lambda _ (lambda _
(chdir "libvisual") (chdir "libvisual"))))))
#t)))))
(native-inputs (native-inputs
(list gettext-minimal intltool libtool pkg-config)) (list autoconf
autoconf-archive
automake
gettext-minimal
intltool
libtool
pkg-config))
(inputs (inputs
(list sdl)) (list sdl12-compat))
(native-search-paths (native-search-paths
(list (list
(search-path-specification (search-path-specification