SDL_mixer: fixing crossbuild; revbump

This commit is contained in:
Enno Boland 2014-05-03 23:54:47 +02:00
parent 3dced91241
commit bb6816872c
1 changed files with 2 additions and 1 deletions

View File

@ -1,9 +1,10 @@
# Template file for 'SDL_mixer'
pkgname=SDL_mixer
version=1.2.12
revision=7
revision=8
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="SDL-devel"
makedepends="SDL-devel libvorbis-devel libmikmod-devel>=3.2.0 libflac-devel smpeg-devel fluidsynth-devel"
# The following deps are dlopen(3)ed at runtime.
depends="libvorbis libmikmod smpeg libflac"