Browse Source

update libbluray to latest

Waldemar Brodkorb 8 years ago
parent
commit
1c8cc6be77

+ 5 - 3
package/libbluray/Makefile

@@ -4,9 +4,9 @@
 include $(ADK_TOPDIR)/rules.mk
 
 PKG_NAME:=		libbluray
-PKG_VERSION:=		0.4.0
-PKG_RELEASE:=		3
-PKG_HASH:=		63a3218d69f179f4834ef3b48bfa95268ad62c302ff38bfc052e2fc6916ae3f8
+PKG_VERSION:=		0.8.1
+PKG_RELEASE:=		1
+PKG_HASH:=		cdbec680c5bbc2251de6ccd109cf5f798ea51db6fcb938df39283be1799efb8f
 PKG_DESCR:=		bluray library
 PKG_SECTION:=		libs/video
 PKG_DEPENDS:=		libxml2 libfreetype
@@ -21,6 +21,8 @@ include $(ADK_TOPDIR)/mk/package.mk
 
 $(eval $(call PKG_template,LIBBLURAY,libbluray,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
 
+CONFIGURE_ARGS+=	--disable-bdjava
+
 libbluray-install:
 	$(INSTALL_DIR) $(IDIR_LIBBLURAY)/usr/lib
 	$(CP) $(WRKINST)/usr/lib/libbluray*.so* \

+ 0 - 11
package/libbluray/patches/patch-src_libbluray_decoders_textst_render_c

@@ -1,11 +0,0 @@
---- libbluray-0.4.0.orig/src/libbluray/decoders/textst_render.c	2013-09-18 10:52:01.000000000 +0200
-+++ libbluray-0.4.0/src/libbluray/decoders/textst_render.c	2013-12-08 15:47:03.000000000 +0100
-@@ -30,7 +30,7 @@
- #ifdef HAVE_FT2
- #include <ft2build.h>
- #include FT_FREETYPE_H
--#include <freetype/ftsynth.h>
-+#include <ftsynth.h>
- #endif
- 
- #include "textst_render.h"