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
non port: audio/cmus/files/patch-ip_ffmpeg.c

Number of commits found: 4

Sunday, 9 Jul 2023
13:01 Nuno Teixeira (eduardo) search for other commits by this committer
audio/cmus: Replace 8cc20c36d144 with upstream fix
commit hash: f4410cded2d96d0d75acff304876bb9078b2e5a3 commit hash: f4410cded2d96d0d75acff304876bb9078b2e5a3 commit hash: f4410cded2d96d0d75acff304876bb9078b2e5a3 commit hash: f4410cded2d96d0d75acff304876bb9078b2e5a3 f4410cd
Wednesday, 15 Mar 2023
08:45 Nuno Teixeira (eduardo) search for other commits by this committer Author: Daniel Engberg
audio/cmus: FFmpeg 6.0 compatibility fix

Patch required to build with FFmpeg 6.0

Reference:
https://git.alpinelinux.org/aports/tree/community/cmus/ffmpeg6.patch

PR:		270179
commit hash: 8cc20c36d14430a87428e2c46238af90b8b50ff8 commit hash: 8cc20c36d14430a87428e2c46238af90b8b50ff8 commit hash: 8cc20c36d14430a87428e2c46238af90b8b50ff8 commit hash: 8cc20c36d14430a87428e2c46238af90b8b50ff8 8cc20c3
Tuesday, 29 Jan 2019
12:30 tobik search for other commits by this committer
audio/cmus: Update to 2.8.0

Changes:	https://github.com/cmus/cmus/releases/tag/v2.8.0
Original commitRevision:491556 
Tuesday, 24 Apr 2018
13:56 jbeich search for other commits by this committer
audio/cmus: unbreak with ffmpeg 4.0

checking for FFMPEG_LIBS (pkg-config)... -L/usr/local/lib -lavformat -lavcodec
checking for FFMPEG_CFLAGS (pkg-config)... -I/usr/local/include
checking for header <libavcodec/avcodec.h>... yes
checking for successful build of ffmpeg.c... no
[...]
ip/ffmpeg.c:255:29: error: use of undeclared identifier 'CODEC_CAP_TRUNCATED'
                if (codec->capabilities & CODEC_CAP_TRUNCATED)
                                          ^
ip/ffmpeg.c:256:17: error: use of undeclared identifier 'CODEC_FLAG_TRUNCATED'
                        cc->flags |= CODEC_FLAG_TRUNCATED;
                                     ^

PR:		227726
Obtained from:	upstream (via Greg V)
Original commitRevision:468205 

Number of commits found: 4