Is there a way to show information about the time or position of a playing video? Some kind of OSD?
Search Criteria
Package Details: omxplayer-git 285.1091db2-1
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2014-05-30)
| 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: | |
| Submitter: | stronnag |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 17 |
| First Submitted: | 2012-06-04 20:48 |
| Last Updated: | 2014-01-27 17:54 |
Dependencies (3)
Required by (1)
Sources
- git://github.com/popcornmix/omxplayer.git
- Makefile.arch
- Makefile.include.arch
Latest Comments
Comment by jsteel
Comment by another_ds
Я решил проблему сборки путем редактирования файла 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
"omxplayer.cpp" breaks compilation:
void print_usage()
{
printf(
#include "help.h"
);
}
void print_keybindings()
{
printf(
#include "keys.h"
);
}
missing both files
Comment by flaccid
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
@parched thank you.
http://pastebin.com/XckNRzvY
Comment by parched
@rabreu your diff is missing the font path fix.
Comment by rabreu
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
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
Does not build:
Makefile:45: recipe for target 'utils/log.o' failed
make: *** [utils/log.o] Error 4
Comment by parched
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