[arch-commits] Commit in sdl2_mixer/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Mon Oct 30 15:38:58 UTC 2017


    Date: Monday, October 30, 2017 @ 15:38:57
  Author: svenstaro
Revision: 308662

upgpkg: sdl2_mixer 2.0.2-2

Use mpg123 for mp3s (FS#56145)

Modified:
  sdl2_mixer/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-30 15:17:20 UTC (rev 308661)
+++ PKGBUILD	2017-10-30 15:38:57 UTC (rev 308662)
@@ -2,12 +2,12 @@
 # Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
 pkgname=sdl2_mixer
 pkgver=2.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple multi-channel audio mixer (Version 2)"
 arch=('i686' 'x86_64')
 url="http://www.libsdl.org/projects/SDL_mixer"
 license=('MIT')
-depends=('sdl2' 'libvorbis' 'libmodplug' 'smpeg2' 'flac')
+depends=('sdl2' 'libvorbis' 'libmodplug' 'mpg123' 'flac')
 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")
@@ -23,7 +23,6 @@
 build() {
   cd "${srcdir}/SDL2_mixer-${pkgver}/"
 
-  export CFLAGS+=" ${CFLAGS} -I/usr/include/libmodplug"
   ./configure --disable-static --prefix=/usr
   make
 }



More information about the arch-commits mailing list