SDL_sound: rebuild against libmikmod-3.2.0.

This commit is contained in:
Juan RP 2012-12-07 09:19:09 +01:00
parent 0b6db2b715
commit b5ebf09ec1

View file

@ -1,10 +1,11 @@
# Template file for 'SDL_sound' # Template file for 'SDL_sound'
pkgname="SDL_sound" pkgname="SDL_sound"
version="1.0.3" version="1.0.3"
revision="1" revision="2"
build_style="gnu-configure" build_style="gnu-configure"
configure_args="--disable-static" configure_args="--disable-static"
makedepends="pkg-config SDL-devel libmikmod-devel libvorbis-devel libflac-devel speex-devel smpeg-devel" makedepends="pkg-config SDL-devel libmikmod-devel>=3.2.0 libvorbis-devel
libflac-devel speex-devel smpeg-devel"
subpackages="${pkgname}-devel" subpackages="${pkgname}-devel"
short_desc="A library to decode several popular sound file formats, such as .WAV and .MP3" short_desc="A library to decode several popular sound file formats, such as .WAV and .MP3"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"