2018-07-16 20:45:36 +02:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
2018-10-24 10:11:16 +02:00
|
|
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
2015-07-04 22:30:04 +03:00
|
|
|
|
|
|
|
|
PKG_NAME="libprojectM"
|
2020-11-18 10:26:22 +00:00
|
|
|
PKG_VERSION="3.1.7"
|
|
|
|
|
PKG_SHA256="968551c5d6292179838bf5d3ab85f5bd785c6fec7c1de42c0cf5ec3dbf4b04f9"
|
2015-07-04 22:30:04 +03:00
|
|
|
PKG_LICENSE="GPL"
|
2018-10-24 10:11:16 +02:00
|
|
|
PKG_SITE="https://github.com/projectM-visualizer/projectm"
|
2021-01-19 19:33:55 +00:00
|
|
|
PKG_URL="https://github.com/projectM-visualizer/projectm/archive/v${PKG_VERSION}.tar.gz"
|
|
|
|
|
PKG_DEPENDS_TARGET="toolchain freetype glm ${OPENGL}"
|
2018-10-24 10:11:16 +02:00
|
|
|
PKG_LONGDESC="A MilkDrop compatible opensource music visualizer."
|
|
|
|
|
PKG_TOOLCHAIN="configure"
|
|
|
|
|
PKG_BUILD_FLAGS="+pic"
|
2015-07-04 22:30:04 +03:00
|
|
|
|
2018-10-24 10:11:16 +02:00
|
|
|
PKG_CONFIGURE_OPTS_TARGET="--disable-shared \
|
2019-10-24 21:21:36 +01:00
|
|
|
--enable-static \
|
|
|
|
|
--disable-qt \
|
|
|
|
|
--disable-pulseaudio \
|
2020-03-25 18:53:29 +01:00
|
|
|
--disable-jack \
|
|
|
|
|
--enable-preset-subdirs"
|
2018-10-24 10:11:16 +02:00
|
|
|
|
|
|
|
|
# workaround due broken release files, remove at next bump
|
|
|
|
|
pre_configure_target() {
|
|
|
|
|
./autogen.sh
|
|
|
|
|
}
|