SDL2_mixer: enable Opus support
This commit is contained in:
parent
feb1119296
commit
c3917a7bce
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue