mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
omxplayer: rebuild against ffmpeg>=2.1.
This commit is contained in:
parent
eaaede3b39
commit
393fb7cccf
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'omxplayer'
|
# Template file for 'omxplayer'
|
||||||
pkgname=omxplayer
|
pkgname=omxplayer
|
||||||
_githash=5e6b623
|
_githash=5e6b623
|
||||||
version=20131026
|
version=20131030
|
||||||
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>"
|
||||||
|
@ -11,7 +11,7 @@ homepage="https://github.com/huceke/omxplayer"
|
||||||
# XXX only rpi
|
# XXX only rpi
|
||||||
only_for_archs="armv6l"
|
only_for_archs="armv6l"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="rpi-firmware>=20130913 pcre-devel boost-devel freetype-devel ffmpeg-devel dbus-devel"
|
makedepends="rpi-firmware>=20130913 pcre-devel boost-devel freetype-devel ffmpeg-devel>=2.1 dbus-devel"
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
local url="git://github.com/popcornmix/omxplayer.git"
|
local url="git://github.com/popcornmix/omxplayer.git"
|
||||||
|
|
Loading…
Add table
Reference in a new issue