gnu: libopenmpt: Update dependencies.
* gnu/packages/audio.scm (libopenmpt)[inputs]: Move libvorbis, mpg123, zlib from here ... [propagated-inputs]: ... to here. Add libogg.
This commit is contained in:
		
							parent
							
								
									dc1e2ce72c
								
							
						
					
					
						commit
						f80034c1ff
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -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.")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue