mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-24 06:46:19 +00:00
27 lines
1.2 KiB
Makefile
27 lines
1.2 KiB
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="libopenmpt"
|
|
PKG_VERSION="0.6.9"
|
|
PKG_SHA256="479e975abb7dc0fa9cad41bdd31f255d78d43e0726546208058d3c3fcf7b6e5a"
|
|
PKG_LICENSE="BSD"
|
|
PKG_SITE="https://lib.openmpt.org/libopenmpt/"
|
|
PKG_URL="https://lib.openmpt.org/files/libopenmpt/src/${PKG_NAME}-${PKG_VERSION}+release.autotools.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain libogg libvorbis zlib"
|
|
PKG_LONGDESC="libopenmpt renders mod music files as raw audio data, for playing or conversion."
|
|
PKG_BUILD_FLAGS="+pic"
|
|
|
|
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
|
|
--disable-shared \
|
|
--without-mpg123 \
|
|
--with-vorbis \
|
|
--with-vorbisfile \
|
|
--without-pulseaudio \
|
|
--without-portaudio \
|
|
--without-portaudiocpp \
|
|
--without-sdl \
|
|
--without-sdl2 \
|
|
--without-sndfile \
|
|
--without-flac"
|