mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #972 from lrusak/libopenmpt
libopenmpt: update to 0.2.7386-beta20.3
This commit is contained in:
commit
c1132f03b1
@ -17,14 +17,14 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="libopenmpt"
|
||||
PKG_VERSION="0.2.5787-beta16"
|
||||
PKG_VERSION="0.2.7386-beta20.3"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="BSD"
|
||||
PKG_SITE="http://lib.openmpt.org/libopenmpt/"
|
||||
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_DEPENDS_TARGET="toolchain"
|
||||
PKG_DEPENDS_TARGET="toolchain libogg libvorbis"
|
||||
PKG_SECTION="audio"
|
||||
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."
|
||||
@ -33,6 +33,14 @@ PKG_IS_ADDON="no"
|
||||
PKG_AUTORECONF="no"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
|
||||
--disable-shared \
|
||||
--without-portaudio \
|
||||
--without-portaudiocpp"
|
||||
--disable-shared \
|
||||
--without-mpg123 \
|
||||
--with-vorbis \
|
||||
--with-vorbisfile \
|
||||
--without-pulseaudio \
|
||||
--without-portaudio \
|
||||
--without-portaudiocpp \
|
||||
--without-sdl2 \
|
||||
--without-sdl2 \
|
||||
--without-sndfile \
|
||||
--without-flac"
|
||||
|
Loading…
x
Reference in New Issue
Block a user