omxplayer: update to git popcornmix/omxplayer#3e8d718 .
This commit is contained in:
parent
f6b3c18e4a
commit
56576628ad
|
@ -1,8 +1,9 @@
|
|||
# Template file for 'omxplayer'
|
||||
pkgname=omxplayer
|
||||
version=20130913
|
||||
_githash=3e8d718
|
||||
version=20130924
|
||||
revision=1
|
||||
short_desc="Commandline OMX player for the Raspberry Pi"
|
||||
short_desc="Commandline OMX player for the Raspberry Pi (git ${_githash})"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="https://github.com/huceke/omxplayer"
|
||||
|
@ -15,6 +16,8 @@ makedepends="rpi-firmware>=20130913 pcre-devel boost-devel freetype-devel ffmpeg
|
|||
do_fetch() {
|
||||
local url="git://github.com/popcornmix/omxplayer.git"
|
||||
git clone $url ${pkgname}-${version}
|
||||
cd ${pkgname}-${version}
|
||||
git checkout ${_githash}
|
||||
}
|
||||
|
||||
pre_build() {
|
||||
|
|
Loading…
Reference in New Issue