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

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: multimedia/libquicktime/files/patch-libav10

Number of commits found: 2

Saturday, 18 Mar 2023
14:56 Daniel Engberg (diizzy) search for other commits by this committer
multimedia/libquicktime: Remove from tree

libquicktime is abandoned by upstream with last release over a
decade ago and doesn't compile with newer versions of FFmpeg
commit hash: 190dd89650b4b9e058d5eac1ca10565a49a8484d commit hash: 190dd89650b4b9e058d5eac1ca10565a49a8484d commit hash: 190dd89650b4b9e058d5eac1ca10565a49a8484d commit hash: 190dd89650b4b9e058d5eac1ca10565a49a8484d 190dd89
Saturday, 7 May 2016
17:22 jbeich search for other commits by this committer
multimedia/libquicktime: unbreak build with ffmpeg 3.0

lqt_ffmpeg.c:389:13: error: use of undeclared identifier 'CODEC_ID_MPEG1VIDEO';
did you mean 'AV_CODEC_ID_MPEG1VIDEO'?
      .id = CODEC_ID_MPEG1VIDEO,
            ^~~~~~~~~~~~~~~~~~~
lqt_ffmpeg.c:547:13: error: use of undeclared identifier 'CODEC_ID_SVQ1'; did
you mean 'AV_CODEC_ID_SVQ1'?
      .id = CODEC_ID_SVQ1,
            ^~~~~~~~~~~~~
[...]

PR:		209348
Reported by:	antoine (via exp-run)
Submitted by:	Ben Woods <woodsb02@gmail.com>
Obtained from:	Debian
Original commitRevision:414778 

Number of commits found: 2