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
 | 
					    (inputs
 | 
				
			||||||
     `(("alsa" ,alsa-lib)
 | 
					     `(("alsa" ,alsa-lib)
 | 
				
			||||||
       ("flac" ,flac)
 | 
					       ("flac" ,flac)
 | 
				
			||||||
       ("mpg123" ,mpg123)
 | 
					 | 
				
			||||||
       ("portaudio" ,portaudio)
 | 
					       ("portaudio" ,portaudio)
 | 
				
			||||||
       ("pulseaudio" ,pulseaudio)
 | 
					       ("pulseaudio" ,pulseaudio)
 | 
				
			||||||
       ("sdl2" ,sdl2)
 | 
					       ("sdl2" ,sdl2)
 | 
				
			||||||
       ("sndfile" ,libsndfile)
 | 
					       ("sndfile" ,libsndfile)))
 | 
				
			||||||
       ("vorbis" ,libvorbis)
 | 
					    (propagated-inputs
 | 
				
			||||||
       ("zlib" ,zlib)))
 | 
					     ;; In Requires.private
 | 
				
			||||||
 | 
					     (list libogg libvorbis mpg123 zlib))
 | 
				
			||||||
    (synopsis "Audio tracking library")
 | 
					    (synopsis "Audio tracking library")
 | 
				
			||||||
    (description "LibOpenMPT is a cross-platform C++ and C module playback
 | 
					    (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.")
 | 
					library.  It is based on the player code of the Open ModPlug Tracker project.")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue