From 2f5795361b6895759f89cb6a4ec04da91fdc2641 Mon Sep 17 00:00:00 2001 From: Andrei Alexeyev Date: Mon, 14 Oct 2019 20:20:57 +0300 Subject: [PATCH] SDL2_mixer: enable Opus support --- srcpkgs/SDL2_mixer/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/SDL2_mixer/template b/srcpkgs/SDL2_mixer/template index 69197b64791..80d654951b9 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"