SDL2_mixer: update to 2.0.2.
This commit is contained in:
parent
d72e6f4de5
commit
22e527eba5
|
@ -1,18 +1,19 @@
|
|||
# Template file for 'SDL2_mixer'
|
||||
pkgname=SDL2_mixer
|
||||
version=2.0.1
|
||||
revision=3
|
||||
version=2.0.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="SDL2-devel libvorbis-devel libmikmod-devel libflac-devel smpeg2-devel fluidsynth-devel"
|
||||
makedepends="SDL2-devel libvorbis-devel libmikmod-devel libflac-devel
|
||||
libmodplug-devel mpg123-devel smpeg2-devel fluidsynth-devel"
|
||||
# The following deps are dlopen(3)ed at runtime.
|
||||
depends="libvorbis libmikmod smpeg2 libflac"
|
||||
depends="libvorbis libmikmod libmpg123 libmodplug libflac smpeg2"
|
||||
short_desc="Multi-channel audio mixer library (SDL 2.x)"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="BSD"
|
||||
homepage="http://www.libsdl.org/projects/SDL_mixer/"
|
||||
distfiles="http://www.libsdl.org/projects/SDL_mixer/release/$pkgname-$version.tar.gz"
|
||||
checksum=5a24f62a610249d744cbd8d28ee399d8905db7222bf3bdbc8a8b4a76e597695f
|
||||
checksum=4e615e27efca4f439df9af6aa2c6de84150d17cbfd12174b54868c12f19c83bb
|
||||
|
||||
# Package build options
|
||||
build_options="gles"
|
||||
|
@ -39,7 +40,7 @@ pre_configure() {
|
|||
sed -e "/CONFIG_FILE_ETC/s|/etc/timidity.cfg|/etc/timidity++/timidity.cfg|" \
|
||||
-e "/DEFAULT_PATH/s|/etc/timidity|/etc/timidity++|" \
|
||||
-e "/DEFAULT_PATH2/s|/usr/local/lib/timidity|/usr/lib/timidity|" \
|
||||
-i timidity/config.h
|
||||
-i timidity/options.h
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue