Package Details: omxplayer-git 285.1091db2-1

Package Base: omxplayer-git
Description: omxplayer is a command line media player for the RaspberryPi
Upstream URL: https://github.com/popcornmix/omxplayer
Category: multimedia
Licenses: GPL2
Submitter: stronnag
Maintainer: None
Last Packager: None
Votes: 17
First Submitted: 2012-06-04 20:48
Last Updated: 2014-01-27 17:54

Required by (1)

Sources

Latest Comments

Comment by jsteel

2015-02-16 22:23

Is there a way to show information about the time or position of a playing video? Some kind of OSD?

Comment by another_ds

2015-01-17 19:34

Я решил проблему сборки путем редактирования файла omxplayer.cpp как он был раньше, когда вместе тех отсутствующих файлов были другие строки. Вот патч http://pastebin.com/cJp7FUFW Так же нужно немного изменить PKGBUILD На момент сборки у себя он был в таком виде http://pastebin.com/bM0Xsv3p

I solved the problem of the Assembly by editing the file omxplayer.cpp as he was earlier, when together those missing files were the other lines. Here's the patch http://pastebin.com/cJp7FUFW just need to slightly modify the PKGBUILD At the time of Assembly, he was in this form http://pastebin.com/bM0Xsv3p

Comment by nocturne111

2014-11-23 17:59

"omxplayer.cpp" breaks compilation:

void print_usage()
{
printf(
#include "help.h"
);
}

void print_keybindings()
{
printf(
#include "keys.h"
);
}

missing both files

Comment by flaccid

2014-06-23 02:13

Please add depends for xorg-xset and xorg-xrefresh.

$ omxplayer /dev/video0
which: no xset in (/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/core_perl)
which: no xrefresh in (/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/core_perl)
have a nice day ;)

Comment by rabreu

2014-01-12 13:25

@parched thank you.

http://pastebin.com/XckNRzvY

Comment by parched

2014-01-11 23:12

@rabreu your diff is missing the font path fix.

Comment by rabreu

2014-01-11 22:17

omxplayer.arch is no longer needed in the omxplayer-git package. See these threads:

https://github.com/popcornmix/omxplayer/issues/97
https://github.com/popcornmix/omxplayer/commit/858ec77f2469ba9dc4a1fd73ce020648982a330a

I made a diff file for PKGBUILD.

http://pastebin.com/zacfUQTv

$ patch PKGBUILD < pkgbuild.patch

Comment by parched

2014-01-04 22:26

How about using the upstream launch script but adding this line to the build to fix the font path:
sed -i "s,truetype/freefont,TTF,g" omxplayer.cpp

Comment by harry77

2013-12-27 09:30

Does not build:
Makefile:45: recipe for target 'utils/log.o' failed
make: *** [utils/log.o] Error 4

Comment by parched

2013-11-25 05:07

I've written a new startup script that kills the dbus daemon afterwards so you don't end up with lots started. http://pastie.org/8506546

All comments