[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
23/24: gnu: libvisual: Update to 0.4.2.
From: |
guix-commits |
Subject: |
23/24: gnu: libvisual: Update to 0.4.2. |
Date: |
Fri, 22 Nov 2024 04:14:16 -0500 (EST) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit b7cd397bffdd31a8f7b4c272ba1fd762523d2477
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Nov 11 15:17:16 2024 +0900
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>
---
gnu/packages/gstreamer.scm | 27 ++++++++++++++++-----------
1 file changed, 16 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 02221bc830..e2dcd48bb4 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -225,7 +225,7 @@ and very fast.")
(define-public libvisual
(package
(name "libvisual")
- (version "0.4.0")
+ (version "0.4.2")
(source
(origin
(method git-fetch)
@@ -235,20 +235,25 @@ and very fast.")
(commit (string-append name "-" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "02xwakwkqjsznc03pjlb6hcv1li1gw3r8xvyswqsm4msix5xq18a"))))
+ (base32 "12xf0qzn9w090kakrj59makjbjg9vhga5mgchmx6c1ypw10fjfbc"))))
(build-system gnu-build-system)
(arguments
- `(#:phases
- (modify-phases %standard-phases
- ;; The package is in a sub-dir of this repo.
- (add-after 'unpack 'chdir
- (lambda _
- (chdir "libvisual")
- #t)))))
+ (list #:phases
+ #~(modify-phases %standard-phases
+ ;; The package is in a sub-dir of this repo.
+ (add-after 'unpack 'chdir
+ (lambda _
+ (chdir "libvisual"))))))
(native-inputs
- (list gettext-minimal intltool libtool pkg-config))
+ (list autoconf
+ autoconf-archive
+ automake
+ gettext-minimal
+ intltool
+ libtool
+ pkg-config))
(inputs
- (list sdl))
+ (list sdl12-compat))
(native-search-paths
(list
(search-path-specification
- 02/24: gnu: blueprint-compiler: Update to 0.14.0., (continued)
- 02/24: gnu: blueprint-compiler: Update to 0.14.0., guix-commits, 2024/11/22
- 10/24: gnu: gst-plugins-bad: Update to 1.24.9., guix-commits, 2024/11/22
- 16/24: gnu: gst-plugins-espeak: Update to 0.6.0., guix-commits, 2024/11/22
- 15/24: gnu: gstreamer-docs: Update to 1.24.9., guix-commits, 2024/11/22
- 11/24: gnu: gst-plugins-ugly: Update to 1.24.9., guix-commits, 2024/11/22
- 20/24: gnu: libdbusmenu: Remove gtk+-2 input., guix-commits, 2024/11/22
- 12/24: gnu: gst-libav: Update to 1.24.9., guix-commits, 2024/11/22
- 21/24: gnu: libnice: Update to 0.1.22., guix-commits, 2024/11/22
- 24/24: gnu: orc: Update to 0.4.40., guix-commits, 2024/11/22
- 06/24: gnu: gi-docgen: Update to 2024.1., guix-commits, 2024/11/22
- 23/24: gnu: libvisual: Update to 0.4.2.,
guix-commits <=
- 22/24: gnu: libvisual-plugins: Update to 0.4.2., guix-commits, 2024/11/22