mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
23 lines
852 B
Makefile
23 lines
852 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="libprojectM"
|
|
PKG_VERSION="8b52061e17ace56737de191b81adf3c3df34504e"
|
|
PKG_SHA256="1bc4a2b9a0310b5215ff29b4bd12c807c776174ea28c11acf37b76587e88c7b8"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://github.com/projectM-visualizer/projectm"
|
|
PKG_URL="https://github.com/projectM-visualizer/projectm/archive/$PKG_VERSION.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain freetype glm $OPENGL"
|
|
PKG_LONGDESC="A MilkDrop compatible opensource music visualizer."
|
|
PKG_TOOLCHAIN="configure"
|
|
PKG_BUILD_FLAGS="+pic"
|
|
|
|
PKG_CONFIGURE_OPTS_TARGET="--disable-shared \
|
|
--enable-static"
|
|
|
|
# workaround due broken release files, remove at next bump
|
|
pre_configure_target() {
|
|
./autogen.sh
|
|
}
|