libopenmpt: update to 0.2.7386-beta20.3

This commit is contained in:
Lukas Rusak 2016-11-21 22:08:12 -08:00
parent 9e86ba8cba
commit 1e535f9bc1
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -17,14 +17,14 @@
################################################################################ ################################################################################
PKG_NAME="libopenmpt" PKG_NAME="libopenmpt"
PKG_VERSION="0.2.5787-beta16" PKG_VERSION="0.2.7386-beta20.3"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="BSD" PKG_LICENSE="BSD"
PKG_SITE="http://lib.openmpt.org/libopenmpt/" PKG_SITE="http://lib.openmpt.org/libopenmpt/"
PKG_URL="http://lib.openmpt.org/files/libopenmpt/src/${PKG_NAME}-${PKG_VERSION}-autotools.tar.gz" PKG_URL="http://lib.openmpt.org/files/libopenmpt/src/${PKG_NAME}-${PKG_VERSION}-autotools.tar.gz"
PKG_SOURCE_DIR="${PKG_NAME}-${PKG_VERSION//-beta*/}-autotools" PKG_SOURCE_DIR="${PKG_NAME}-${PKG_VERSION//-beta*/}-autotools"
PKG_DEPENDS_TARGET="toolchain" PKG_DEPENDS_TARGET="toolchain libogg libvorbis"
PKG_SECTION="audio" PKG_SECTION="audio"
PKG_SHORTDESC="libopenmpt: renders mod music files as raw audio data, for playing or conversion." PKG_SHORTDESC="libopenmpt: renders mod music files as raw audio data, for playing or conversion."
PKG_LONGDESC="libopenmpt renders mod music files as raw audio data, for playing or conversion." PKG_LONGDESC="libopenmpt renders mod music files as raw audio data, for playing or conversion."
@ -33,6 +33,14 @@ PKG_IS_ADDON="no"
PKG_AUTORECONF="no" PKG_AUTORECONF="no"
PKG_CONFIGURE_OPTS_TARGET="--enable-static \ PKG_CONFIGURE_OPTS_TARGET="--enable-static \
--disable-shared \ --disable-shared \
--without-portaudio \ --without-mpg123 \
--without-portaudiocpp" --with-vorbis \
--with-vorbisfile \
--without-pulseaudio \
--without-portaudio \
--without-portaudiocpp \
--without-sdl2 \
--without-sdl2 \
--without-sndfile \
--without-flac"