guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/10: gnu: libopenmpt: Update dependencies.


From: guix-commits
Subject: 01/10: gnu: libopenmpt: Update dependencies.
Date: Mon, 7 Mar 2022 15:56:24 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit f80034c1ffca38324fdb669c9bd3fe9787a2efb2
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Mar 6 14:59:16 2022 +0200

    gnu: libopenmpt: Update dependencies.
    
    * gnu/packages/audio.scm (libopenmpt)[inputs]: Move libvorbis, mpg123,
    zlib from here ...
    [propagated-inputs]: ... to here. Add libogg.
---
 gnu/packages/audio.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index c2f85346bd..13e0f02837 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -422,13 +422,13 @@ Sega Master System/Mark III, Sega Genesis/Mega Drive, BBC 
Micro
     (inputs
      `(("alsa" ,alsa-lib)
        ("flac" ,flac)
-       ("mpg123" ,mpg123)
        ("portaudio" ,portaudio)
        ("pulseaudio" ,pulseaudio)
        ("sdl2" ,sdl2)
-       ("sndfile" ,libsndfile)
-       ("vorbis" ,libvorbis)
-       ("zlib" ,zlib)))
+       ("sndfile" ,libsndfile)))
+    (propagated-inputs
+     ;; In Requires.private
+     (list libogg libvorbis mpg123 zlib))
     (synopsis "Audio tracking library")
     (description "LibOpenMPT is a cross-platform C++ and C module playback
 library.  It is based on the player code of the Open ModPlug Tracker project.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]