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/ffms2/distinfo

Number of commits found: 4

Wednesday, 15 Mar 2023
12:46 Jan Beich (jbeich) search for other commits by this committer
multimedia/ffms2: unbreak with ffmpeg 5.0

src/core/videosource.cpp:174:18: error: cannot initialize a variable of type
'AVCodec *' with an rvalue of type 'const AVCodec *'
        AVCodec *Codec =
avcodec_find_decoder(FormatContext->streams[VideoTrack]->codecpar->codec_id);
                 ^      
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/core/audiosource.cpp:466:14: error: cannot initialize a variable of type
'AVCodec *' with an rvalue of type 'const AVCodec *'
    AVCodec *Codec =
avcodec_find_decoder(FormatContext->streams[TrackNumber]->codecpar->codec_id);
             ^      
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/core/indexing.cpp:387:14: error: cannot initialize a variable of type
'AVCodec *' with an rvalue of type 'const AVCodec *'
    AVCodec *codec =
avcodec_find_decoder(FormatContext->streams[Track]->codecpar->codec_id);
             ^      
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/core/indexing.cpp:405:22: error: cannot initialize a variable of type
'AVCodec *' with an rvalue of type 'const AVCodec *'
            AVCodec *VideoCodec =
avcodec_find_decoder(FormatContext->streams[i]->codecpar->codec_id);
                     ^           
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/core/indexing.cpp:436:22: error: cannot initialize a variable of type
'AVCodec *' with an rvalue of type 'const AVCodec *'
            AVCodec *AudioCodec =
avcodec_find_decoder(FormatContext->streams[i]->codecpar->codec_id);
                     ^           
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

PR:		270226
Obtained from:	upstream
commit hash: 546e957ac8428c8adc2e46faf371d41a247b170c commit hash: 546e957ac8428c8adc2e46faf371d41a247b170c commit hash: 546e957ac8428c8adc2e46faf371d41a247b170c commit hash: 546e957ac8428c8adc2e46faf371d41a247b170c 546e957
Tuesday, 15 Sep 2020
00:46 jbeich search for other commits by this committer
multimedia/ffms2: update to 2.40

Changes:	https://github.com/FFMS/ffms2/releases/tag/2.40
Reported by:	GitHub (watch releases)
Original commitRevision:548688 
Wednesday, 19 Oct 2016
11:44 jbeich search for other commits by this committer
multimedia/ffms2: update to 2.23

Changes:	https://github.com/FFMS/ffms2/releases/tag/2.23
Original commitRevision:424241 
Wednesday, 6 Apr 2016
01:38 jbeich search for other commits by this committer
multimedia/ffms2: add new port

FFmpegSource (usually known as FFMS or FFMS2) is a cross-platform
wrapper library around FFmpeg/libav. It gives you an easy, convenient
way to say "open and decompress this media file for me, I don't care
how you do it" and get frame- and sample-accurate access (usually),
without having to bother with the sometimes less than straightforward
and less than perfectly documented libav API.

https://github.com/FFMS/ffms2
Original commitRevision:412591 

Number of commits found: 4