SDL_sound: rebuild against libmikmod-3.2.0.
This commit is contained in:
parent
0b6db2b715
commit
b5ebf09ec1
1 changed files with 3 additions and 2 deletions
|
@ -1,10 +1,11 @@
|
|||
# Template file for 'SDL_sound'
|
||||
pkgname="SDL_sound"
|
||||
version="1.0.3"
|
||||
revision="1"
|
||||
revision="2"
|
||||
build_style="gnu-configure"
|
||||
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"
|
||||
short_desc="A library to decode several popular sound file formats, such as .WAV and .MP3"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
Loading…
Reference in a new issue