Files
Arch-R/packages/multimedia/libdvdnav/package.mk
Matthias Reichl 21a32e4138 libdvdnav: use tag instead of githash
This fixes kodi hash check error on build

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-02-12 01:14:49 +01:00

14 lines
678 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="libdvdnav"
PKG_VERSION="6.0.0-Leia-Alpha-3"
PKG_SHA256="071e414e61b795f2ff9015b21a85fc009dde967f27780d23092643916538a57a"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/xbmc/libdvdnav"
PKG_URL="https://github.com/xbmc/libdvdnav/archive/${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain libdvdread"
PKG_LONGDESC="libdvdnav is a library that allows easy use of sophisticated DVD navigation features such as DVD menus, multiangle playback and even interactive DVD games."
PKG_TOOLCHAIN="manual"