mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
omxplayer: update to upstream commit 6ee9a0a548 and rebuild against ffmpeg>=2.4.
This commit is contained in:
parent
25f3995210
commit
9af034aee8
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'omxplayer'
|
# Template file for 'omxplayer'
|
||||||
_githash=ed4d3d50b4
|
_githash=6ee9a0a548
|
||||||
|
|
||||||
pkgname=omxplayer
|
pkgname=omxplayer
|
||||||
version=20140713
|
version=20140929
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="Commandline OMX player for the Raspberry Pi (git ${_githash})"
|
short_desc="Commandline OMX player for the Raspberry Pi (git ${_githash})"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -13,7 +13,7 @@ homepage="https://github.com/popcornmix/omxplayer"
|
||||||
only_for_archs="armv6l"
|
only_for_archs="armv6l"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="pkg-config git"
|
hostmakedepends="pkg-config git"
|
||||||
makedepends="rpi-firmware>=20130913 pcre-devel boost-devel freetype-devel ffmpeg-devel>=2.1 dbus-devel"
|
makedepends="rpi-firmware>=20130913 pcre-devel boost-devel freetype-devel ffmpeg-devel>=2.4 dbus-devel"
|
||||||
depends="rpi-firmware>=20130913 freefont-ttf"
|
depends="rpi-firmware>=20130913 freefont-ttf"
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue