Date: Friday, January 4, 2019 @ 03:57:50
  Author: svenstaro
Revision: 342933

upgpkg: sdl2_mixer 2.0.4-2

Enable opus support

Modified:
  sdl2_mixer/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-01-03 21:37:06 UTC (rev 342932)
+++ PKGBUILD    2019-01-04 03:57:50 UTC (rev 342933)
@@ -1,12 +1,12 @@
 # Maintainer: Sven-Hendrik Haase <[email protected]>
 pkgname=sdl2_mixer
 pkgver=2.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple multi-channel audio mixer (Version 2)"
 arch=('x86_64')
 url="http://www.libsdl.org/projects/SDL_mixer";
 license=('MIT')
-depends=('sdl2' 'libvorbis' 'libmodplug' 'mpg123' 'flac')
+depends=('sdl2' 'libvorbis' 'libmodplug' 'mpg123' 'flac' 'opusfile')
 makedepends=('fluidsynth')
 optdepends=('fluidsynth: MIDI software synth, replaces built-in timidity')
 
source=("https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-${pkgver}.tar.gz";)

Reply via email to