diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-15 12:14:18 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-15 12:14:18 +0200 |
commit | 312874bb7f67f4d40fd6f9f22575fdbcc067a9cd (patch) | |
tree | 1872fe798c3785430fb35e4b2022f4967aed415d /package/omxplayer/Makefile | |
parent | 5c6a603837ab8c52f4194ac0448869098e9a69e8 (diff) | |
parent | 67f34421f0ae00adc39cbf016e4b33d2817b854d (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/omxplayer/Makefile')
-rw-r--r-- | package/omxplayer/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/package/omxplayer/Makefile b/package/omxplayer/Makefile index c36174f43..7e724dcd3 100644 --- a/package/omxplayer/Makefile +++ b/package/omxplayer/Makefile @@ -4,10 +4,10 @@ include $(TOPDIR)/rules.mk PKG_NAME:= omxplayer -# actually 1ca2f7adaa7f6a92410d9664e76c395537659dba from 07.04.2014 -PKG_VERSION:= 0.4 -PKG_RELEASE:= 2 -PKG_MD5SUM:= d4efff32305bd16315e6fa4f80ea2a98 +# actually 46616c55c2fad3dac47d17e8a6b41a16a4d6f15e from 13.04.2014 +PKG_VERSION:= 0.5 +PKG_RELEASE:= 1 +PKG_MD5SUM:= 1c882539dfcbc4e8efeae85ff8069cbe PKG_DESCR:= video player for raspberry pi PKG_SECTION:= multimedia PKG_DEPENDS:= libffmpeg boost bcm2835-vc libfreetype libpcre @@ -16,6 +16,8 @@ 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 |