notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: multimedia/omxplayer/distinfo
SVNWeb

Number of commits found: 3

Sun, 28 Oct 2018
[ 00:52 jbeich search for other commits by this committer ] Original commit   Revision:483209
multimedia/omxplayer: unbreak with ffmpeg 4

In file included from BitstreamConverter.cpp:26:
In file included from ./BitstreamConverter.h:27:
./DllAvFormat.h:117:49: error: no member named 'url_feof' in the global
namespace; did you mean simply 'url_feof'?
  virtual int url_feof(AVIOContext *s) { return ::url_feof(s); }
                                                ^~~~~~~~~~
                                                url_feof
./DllAvFormat.h:117:15: note: 'url_feof' declared here
  virtual int url_feof(AVIOContext *s) { return ::url_feof(s); }
              ^
OMXReader.cpp:1028:42: error: use of undeclared identifier
'FF_INPUT_BUFFER_PADDING_SIZE'
    pkt->data = (uint8_t*) malloc(size + FF_INPUT_BUFFER_PADDING_SIZE);
                                         ^
OMXReader.cpp:1036:35: error: use of undeclared identifier
'FF_INPUT_BUFFER_PADDING_SIZE'
      memset(pkt->data + size, 0, FF_INPUT_BUFFER_PADDING_SIZE);
                                  ^

PR:		227726
Obtained from:	upstream
Fri, 13 Jan 2017
[ 14:05 cpm search for other commits by this committer ] Original commit   Revision:431375
multimedia/omxplayer: update to 20161004

- Add LICENSE_FILE
- Fix build with ffmpeg 3.x
- Drop USE_GCC
- Honor LOCALBASE in patch-omxplayer.cpp

PR:		215849
Submitted by:	Mikael Urankar <mikael.urankar@gmail.com> (maintainer)
Sun, 6 Dec 2015
[ 07:19 riggs search for other commits by this committer ] Original commit   Revision:403092 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Add omxplayer, a command line media player originally developed for the RPi

PR:		204392
Submitted by:	mikael.urankar@gmail.com (maintainer)

Number of commits found: 3