mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-01-07 11:28:20 +00:00
77652bcdc7
log: - https://github.com/xbmc/Bento4/compare/1.6.0-639-8-Omega...1.6.0-641-Omega 1.6.0-641-Omega Latest - Updated to upstream release v1.6.0-641 - Cleanup to remove unused code (from revert commit 1b208a7)
16 lines
584 B
Makefile
16 lines
584 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-641-Omega"
|
|
PKG_SHA256="f1f8cfa4f7cb651b609e587f825607cb4b06fe5b08af876fd0154a434f9a5315"
|
|
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"
|