diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-24 01:40:06 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-24 01:40:39 -0500 |
commit | 1c8cc6be770e61612af40aeeaa47cb474a93e712 (patch) | |
tree | 3a34d25df38d4c390a48482de1c31ae0002cd66b /package/libbluray | |
parent | cb308cc086f5d223353c1b1df8722ae7b83664ec (diff) |
update libbluray to latest
Diffstat (limited to 'package/libbluray')
-rw-r--r-- | package/libbluray/Makefile | 8 | ||||
-rw-r--r-- | package/libbluray/patches/patch-src_libbluray_decoders_textst_render_c | 11 |
2 files changed, 5 insertions, 14 deletions
diff --git a/package/libbluray/Makefile b/package/libbluray/Makefile index 3528e14c5..a65da4205 100644 --- a/package/libbluray/Makefile +++ b/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* \ diff --git a/package/libbluray/patches/patch-src_libbluray_decoders_textst_render_c b/package/libbluray/patches/patch-src_libbluray_decoders_textst_render_c deleted file mode 100644 index bafee7c1c..000000000 --- a/package/libbluray/patches/patch-src_libbluray_decoders_textst_render_c +++ /dev/null @@ -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" |