omxplayer: update to upstream git commit ced2387c5c0a435; add rpi2 support.
This commit is contained in:
parent
8090447c8d
commit
01e2366f4c
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'omxplayer'
|
||||
_githash=a4ee0743ecf49ffa1818510e8cc7872282ca66a8
|
||||
_githash=ced2387c5c0a435fd52229133c644632375b1d71
|
||||
_gitshort="${_githash:0:7}"
|
||||
|
||||
pkgname=omxplayer
|
||||
version=20141210
|
||||
version=20150207
|
||||
revision=1
|
||||
short_desc="Commandline OMX player for the Raspberry Pi (git ${_gitshort})"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -11,7 +11,7 @@ license="GPL-2"
|
|||
homepage="https://github.com/popcornmix/omxplayer"
|
||||
|
||||
# XXX only rpi
|
||||
only_for_archs="armv6l"
|
||||
only_for_archs="armv6l armv7l"
|
||||
build_style=gnu-makefile
|
||||
make_build_args="XBPS_CROSS_BASE=$XBPS_CROSS_BASE"
|
||||
hostmakedepends="pkg-config git"
|
||||
|
|
Loading…
Reference in New Issue