notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: multimedia/omxplayer/distinfo

Number of commits found: 4

Sunday, 31 Dec 2023
00:06 Muhammad Moinur Rahman (bofh) search for other commits by this committer
multimedia/omxplayer: Remove expired port

2023-12-31 multimedia/omxplayer: Depends on legacy APIs and interfaces,
functionality is being in integrated into VLC
commit hash: 78deb945ebe418c3734fcf6438e05b8b5c3adc32 commit hash: 78deb945ebe418c3734fcf6438e05b8b5c3adc32 commit hash: 78deb945ebe418c3734fcf6438e05b8b5c3adc32 commit hash: 78deb945ebe418c3734fcf6438e05b8b5c3adc32 78deb94
Sunday, 28 Oct 2018
00:52 jbeich search for other commits by this committer
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
Original commitRevision:483209 
Friday, 13 Jan 2017
14:05 cpm search for other commits by this committer
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)
Original commitRevision:431375 
Sunday, 6 Dec 2015
07:19 riggs search for other commits by this committer
Add omxplayer, a command line media player originally developed for the RPi

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

Number of commits found: 4