diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-28 23:28:01 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-28 23:36:48 +0200 |
commit | c467f5a66ac8a05d413033b3f4b2fefeddaab0eb (patch) | |
tree | 89fe6bb1460050905c9941c57a9f75f7362de7b4 /package/omxplayer/Makefile | |
parent | f9b7a115ea6f86a58d09a361ae58b78ff66933f7 (diff) |
update to latest git
Diffstat (limited to 'package/omxplayer/Makefile')
-rw-r--r-- | package/omxplayer/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/package/omxplayer/Makefile b/package/omxplayer/Makefile index 813352f03..d51b19b3d 100644 --- a/package/omxplayer/Makefile +++ b/package/omxplayer/Makefile @@ -4,10 +4,10 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= omxplayer -# actually 46616c55c2fad3dac47d17e8a6b41a16a4d6f15e from 13.04.2014 -PKG_VERSION:= 0.5 +# actually git from 25.09.2014 +PKG_VERSION:= 0.6 PKG_RELEASE:= 1 -PKG_MD5SUM:= 1c882539dfcbc4e8efeae85ff8069cbe +PKG_MD5SUM:= 19efdc33063526e6996bdc44190c6d4e PKG_DESCR:= video player for raspberry pi PKG_SECTION:= mm/video PKG_DEPENDS:= libffmpeg boost bcm2835-vc libfreetype libpcre @@ -16,8 +16,6 @@ PKG_BUILDDEP:= ffmpeg boost bcm2835-vc freetype pcre dbus PKG_URL:= https://github.com/popcornmix/omxplayer PKG_SITES:= http://openadk.org/distfiles/ -DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz - PKG_SYSTEM_DEPENDS:= raspberry-pi PKG_LIBC_DEPENDS:= glibc musl @@ -27,8 +25,7 @@ $(eval $(call PKG_template,OMXPLAYER,omxplayer,$(PKG_VERSION)-${PKG_RELEASE},${P CONFIG_STYLE:= manual INSTALL_STYLE:= manual -TARGET_CPPFLAGS+= -I$(STAGING_TARGET_DIR)/usr/include/boost-1_55 \ - -I$(STAGING_TARGET_DIR)/usr/include/freetype2 \ +TARGET_CPPFLAGS+= -I$(STAGING_TARGET_DIR)/usr/include/freetype2 \ -I$(STAGING_TARGET_DIR)/usr/include/dbus-1.0 \ -I$(STAGING_TARGET_DIR)/opt/vc/include \ -I$(STAGING_TARGET_DIR)/opt/vc/include/interface/vcos/pthreads \ |