diff --git a/srcpkgs/SDL2_mixer/template b/srcpkgs/SDL2_mixer/template index 69197b6479..80d654951b 100644 --- a/srcpkgs/SDL2_mixer/template +++ b/srcpkgs/SDL2_mixer/template @@ -1,13 +1,13 @@ # Template file for 'SDL2_mixer' pkgname=SDL2_mixer version=2.0.4 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="pkg-config" makedepends="SDL2-devel libvorbis-devel libmikmod-devel libflac-devel - libmodplug-devel mpg123-devel smpeg2-devel fluidsynth-devel" + libmodplug-devel mpg123-devel smpeg2-devel fluidsynth-devel opusfile-devel" # The following deps are dlopen(3)ed at runtime. -depends="libvorbis libmikmod libmpg123 libmodplug libflac smpeg2" +depends="libvorbis libmikmod libmpg123 libmodplug libflac smpeg2 opusfile" short_desc="Multi-channel audio mixer library (SDL 2.x)" maintainer="Orphaned " license="BSD-3-Clause"