mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
omxplayer: update to upstream git commit a4ee0743ecf4.
This commit is contained in:
parent
e6c0802493
commit
45677455b1
2 changed files with 6 additions and 17 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- DllAvFilter.h
|
|
||||||
+++ DllAvFilter.h
|
|
||||||
@@ -124,7 +124,7 @@ public:
|
|
||||||
}
|
|
||||||
virtual int avfilter_graph_parse(AVFilterGraph *graph, const char *filters, AVFilterInOut **inputs, AVFilterInOut **outputs, void *log_ctx)
|
|
||||||
{
|
|
||||||
- return ::avfilter_graph_parse(graph, filters, inputs, outputs, log_ctx);
|
|
||||||
+ return ::avfilter_graph_parse(graph, filters, *inputs, *outputs, log_ctx);
|
|
||||||
}
|
|
||||||
virtual int avfilter_graph_config(AVFilterGraph *graphctx, void *log_ctx)
|
|
||||||
{
|
|
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'omxplayer'
|
# Template file for 'omxplayer'
|
||||||
_githash=6ee9a0a548
|
_githash=a4ee0743ecf49ffa1818510e8cc7872282ca66a8
|
||||||
|
_gitshort="${_githash:0:7}"
|
||||||
|
|
||||||
pkgname=omxplayer
|
pkgname=omxplayer
|
||||||
version=20140929
|
version=20141210
|
||||||
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 ${_gitshort})"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="https://github.com/popcornmix/omxplayer"
|
homepage="https://github.com/popcornmix/omxplayer"
|
||||||
|
@ -14,8 +15,8 @@ only_for_archs="armv6l"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="XBPS_CROSS_BASE=$XBPS_CROSS_BASE"
|
make_build_args="XBPS_CROSS_BASE=$XBPS_CROSS_BASE"
|
||||||
hostmakedepends="pkg-config git"
|
hostmakedepends="pkg-config git"
|
||||||
makedepends="rpi-firmware>=20130913 pcre-devel boost-devel freetype-devel ffmpeg-devel>=2.4 dbus-devel"
|
makedepends="rpi-firmware pcre-devel boost-devel freetype-devel ffmpeg-devel>=2.4 dbus-devel"
|
||||||
depends="rpi-firmware>=20130913 freefont-ttf"
|
depends="freefont-ttf"
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
local url="git://github.com/popcornmix/omxplayer.git"
|
local url="git://github.com/popcornmix/omxplayer.git"
|
||||||
|
@ -23,7 +24,6 @@ do_fetch() {
|
||||||
cd ${pkgname}-${version}
|
cd ${pkgname}-${version}
|
||||||
git checkout ${_githash}
|
git checkout ${_githash}
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -e 's,/usr/share/fonts/truetype/freefont,/usr/share/fonts/TTF,g' -i omxplayer.cpp
|
sed -e 's,/usr/share/fonts/truetype/freefont,/usr/share/fonts/TTF,g' -i omxplayer.cpp
|
||||||
mkdir -p /opt/vc/lib
|
mkdir -p /opt/vc/lib
|
||||||
|
|
Loading…
Add table
Reference in a new issue