SDL2_mixer: enable Opus support

This commit is contained in:
Andrei Alexeyev 2019-10-14 20:20:57 +03:00 committed by Helmut Pozimski
parent feb1119296
commit c3917a7bce

View file

@ -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 <orphan@voidlinux.org>"
license="BSD-3-Clause"