summaryrefslogtreecommitdiffstats
path: root/package/libbluray/libbluray.mk
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2015-09-28 21:27:56 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-09-28 22:14:04 +0200
commit1bed212e46b4638ef54eb5d26fcce4c0ac0278ca (patch)
tree39754d993a847c1002ef815d59f499c5a56cda1e /package/libbluray/libbluray.mk
parent9cea5997837097876fb390206680cd66feb6ef0a (diff)
downloadbuildroot-1bed212e46b4638ef54eb5d26fcce4c0ac0278ca.tar.gz
buildroot-1bed212e46b4638ef54eb5d26fcce4c0ac0278ca.zip
package/libbluray: bump version
Kodi 16.x-Jarvis depends on libbluray > 0.7.0 https://github.com/xbmc/xbmc/commit/329190a0323e332dd9fa9ad14fcbf3b2d92afe77 Also enable UDF support like in OpenElec: https://github.com/OpenELEC/OpenELEC.tv/commit/50d086b1b21645b0baec881a72fc3c4476f7ade5 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libbluray/libbluray.mk')
-rw-r--r--package/libbluray/libbluray.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/libbluray/libbluray.mk b/package/libbluray/libbluray.mk
index be95b85c1f..e10f7dbc8c 100644
--- a/package/libbluray/libbluray.mk
+++ b/package/libbluray/libbluray.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBBLURAY_VERSION = 0.6.2
+LIBBLURAY_VERSION = 0.8.1
LIBBLURAY_SITE = http://get.videolan.org/libbluray/$(LIBBLURAY_VERSION)
LIBBLURAY_SOURCE = libbluray-$(LIBBLURAY_VERSION).tar.bz2
LIBBLURAY_INSTALL_STAGING = YES
@@ -12,6 +12,8 @@ LIBBLURAY_LICENSE = LGPLv2.1+
LIBBLURAY_LICENSE_FILES = COPYING
LIBBLURAY_DEPENDENCIES = host-pkgconf
+LIBBLURAY_CONF_OPTS = --enable-udf
+
ifeq ($(BR2_PACKAGE_LIBICONV),y)
LIBBLURAY_DEPENDENCIES += libiconv
endif
OpenPOWER on IntegriCloud