mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-24 03:16:19 +00:00
16 lines
586 B
Makefile
16 lines
586 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2021-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="bento4"
|
|
PKG_VERSION="1.6.0-639-7-Omega"
|
|
PKG_SHA256="4464cd47b597e6dedbfc231bb6eb097c45cfe5ee0051082460d9ac53e9d74dc3"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://www.bento4.com"
|
|
PKG_URL="https://github.com/xbmc/Bento4/archive/refs/tags/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_DEPENDS_UNPACK="inputstream.adaptive"
|
|
PKG_LONGDESC="C++ class library and tools designed to read and write ISO-MP4 files"
|
|
PKG_BUILD_FLAGS="+pic"
|
|
|
|
PKG_CMAKE_OPTS_TARGET="-DBUILD_APPS=OFF"
|