omxplayer: update to git popcornmix/omxplayer#3e8d718 .
This commit is contained in:
parent
f6b3c18e4a
commit
56576628ad
1 changed files with 5 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'omxplayer'
|
# Template file for 'omxplayer'
|
||||||
pkgname=omxplayer
|
pkgname=omxplayer
|
||||||
version=20130913
|
_githash=3e8d718
|
||||||
|
version=20130924
|
||||||
revision=1
|
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>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="https://github.com/huceke/omxplayer"
|
homepage="https://github.com/huceke/omxplayer"
|
||||||
|
@ -15,6 +16,8 @@ makedepends="rpi-firmware>=20130913 pcre-devel boost-devel freetype-devel ffmpeg
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
local url="git://github.com/popcornmix/omxplayer.git"
|
local url="git://github.com/popcornmix/omxplayer.git"
|
||||||
git clone $url ${pkgname}-${version}
|
git clone $url ${pkgname}-${version}
|
||||||
|
cd ${pkgname}-${version}
|
||||||
|
git checkout ${_githash}
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
|
|
Loading…
Reference in a new issue