forked from libretro/Lakka-LibreELEC
a15ba6ab99
Signed-off-by: Matthias Reichl <hias@horus.com>
18 lines
681 B
Makefile
18 lines
681 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="libdvdread"
|
|
PKG_VERSION="6.1.3-Next-Nexus-Alpha2-2"
|
|
PKG_SHA256="719130091e3adc9725ba72df808f24a14737a009dca5a4c38c601c0c76449b62"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://github.com/xbmc/libdvdread"
|
|
PKG_URL="https://github.com/xbmc/libdvdread/archive/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="libdvdread is a library which provides a simple foundation for reading DVDs."
|
|
PKG_TOOLCHAIN="manual"
|
|
|
|
if [ "${KODI_DVDCSS_SUPPORT}" = yes ]; then
|
|
PKG_DEPENDS_TARGET+=" libdvdcss"
|
|
fi
|