[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
113/155: gnu: libvisual-plugins: Update to 0.4.2.
From: |
guix-commits |
Subject: |
113/155: gnu: libvisual-plugins: Update to 0.4.2. |
Date: |
Mon, 23 Dec 2024 15:24:19 -0500 (EST) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit c7e5ecbb63b1f6129d88d6e5d49a9aabe7dbcaca
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Nov 11 15:17:17 2024 +0900
gnu: libvisual-plugins: Update to 0.4.2.
* gnu/packages/gstreamer.scm (libvisual-plugins): Update to 0.4.2.
[native-inputs]: Add automake, autoconf and autoconf-archive.
[inputs]: Replace gtk+-2 with gtk+.
Change-Id: I0ec6b600d9f9ab69b8ac196ef6501f282d43c84b
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
gnu/packages/gstreamer.scm | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index a9bc498cac..02221bc830 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -270,7 +270,7 @@ applications that want audio visualisation and audio
visualisation plugins.")
(define-public libvisual-plugins
(package
(name "libvisual-plugins")
- (version "0.4.0")
+ (version "0.4.2")
(source
(origin
(method git-fetch)
@@ -279,7 +279,7 @@ applications that want audio visualisation and audio
visualisation plugins.")
(commit (string-append name "-" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "02xwakwkqjsznc03pjlb6hcv1li1gw3r8xvyswqsm4msix5xq18a"))))
+ (base32 "12xf0qzn9w090kakrj59makjbjg9vhga5mgchmx6c1ypw10fjfbc"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags (list "--disable-gstreamer-plugin"
@@ -295,7 +295,10 @@ applications that want audio visualisation and audio
visualisation plugins.")
(lambda _
(chdir "libvisual-plugins"))))))
(native-inputs
- (list bison
+ (list automake
+ autoconf
+ autoconf-archive
+ bison
flex
gettext-minimal
intltool
@@ -305,7 +308,7 @@ applications that want audio visualisation and audio
visualisation plugins.")
(list alsa-lib
esound
(librsvg-for-system)
- gtk+-2
+ gtk+
jack-2
libx11
libxext))
- 100/155: gnu: gst-plugins-good: Update to 1.24.9., (continued)
- 100/155: gnu: gst-plugins-good: Update to 1.24.9., guix-commits, 2024/12/23
- 97/155: gnu: gi-docgen: Update to 2024.1., guix-commits, 2024/12/23
- 98/155: gnu: gstreamer: Update to 1.24.9., guix-commits, 2024/12/23
- 99/155: gnu: gst-plugins-base: Update to 1.24.9., guix-commits, 2024/12/23
- 103/155: gnu: gst-libav: Update to 1.24.9., guix-commits, 2024/12/23
- 104/155: gnu: gst-editing-services: Update to 1.24.9., guix-commits, 2024/12/23
- 105/155: gnu: python-gst: Update to 1.24.9., guix-commits, 2024/12/23
- 106/155: gnu: gstreamer-docs: Update to 1.24.9., guix-commits, 2024/12/23
- 109/155: gnu: mjpegtools: Remove gtk+-2 input., guix-commits, 2024/12/23
- 112/155: gnu: libnice: Update to 0.1.22., guix-commits, 2024/12/23
- 113/155: gnu: libvisual-plugins: Update to 0.4.2.,
guix-commits <=
- 118/155: gnu: network-manager: Fix build., guix-commits, 2024/12/23
- 119/155: gnu: wpewebkit: Add missing input., guix-commits, 2024/12/23
- 120/155: gnu: libgdata: Fix build., guix-commits, 2024/12/23
- 116/155: gnu: modem-manager: Fix build., guix-commits, 2024/12/23
- 124/155: gnu: fontmanager: Use gexps and drop input labels., guix-commits, 2024/12/23
- 121/155: gnu: gvfs: Patch mount, umount and lsof commands., guix-commits, 2024/12/23
- 127/155: gnu: mutter: Update to 46.6., guix-commits, 2024/12/23
- 130/155: folks: Disable tests., guix-commits, 2024/12/23
- 131/155: gnu: folks: Update to 0.15.9., guix-commits, 2024/12/23
- 133/155: gnu: libshumate: Update to 1.3.0., guix-commits, 2024/12/23