c477885e3f
Upcoming release of kodi 19.0 will add libudfread as optional
dependency: https://github.com/xbmc/xbmc/pull/17612
Please note that the removed support of libudf was added on the master
branch so we do not need to backport udf support to kodi 18.x:
558b54a79e
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
[yann.morin.1998@free.fr: two spaces in hash files]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
16 lines
521 B
Makefile
16 lines
521 B
Makefile
################################################################################
|
|
#
|
|
# libudfread
|
|
#
|
|
################################################################################
|
|
|
|
LIBUDFREAD_VERSION = 1.0.0
|
|
LIBUDFREAD_SOURCE = libudfread-$(LIBUDFREAD_VERSION).tar.bz2
|
|
LIBUDFREAD_SITE = https://code.videolan.org/videolan/libudfread/-/archive/$(LIBUDFREAD_VERSION)
|
|
LIBUDFREAD_AUTORECONF = YES
|
|
LIBUDFREAD_INSTALL_STAGING = YES
|
|
LIBUDFREAD_LICENSE = LGPL-2.1+
|
|
LIBUDFREAD_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|