Skip to content

Commit

Permalink
Merge pull request #336177 from emilazy/push-pymyuwlmlqkl
Browse files Browse the repository at this point in the history
mediastreamer: add Debian patch for FFmpeg ≥ 5
  • Loading branch information
jopejoe1 authored Aug 24, 2024
2 parents 844e0c0 + 76ea10b commit c4f90a2
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions pkgs/development/libraries/mediastreamer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
, bzrtp
, cmake
, fetchFromGitLab
, ffmpeg_4
, fetchpatch2
, ffmpeg_7
, glew
, gsm
, lib
Expand Down Expand Up @@ -43,6 +44,12 @@ stdenv.mkDerivation rec {
# plugin directory with desired plugins and wrap executables so that the
# environment variable points to that directory.
./plugins_dir.patch

# Port to ffmpeg 5.0 API
(fetchpatch2 {
url = "https://salsa.debian.org/pkg-voip-team/linphone-stack/mediastreamer2/-/raw/4e7784802d2eac57dffe210c8c23e696f40ac6ec/debian/patches/ffmpeg_5_0_fixes.patch";
hash = "sha256-5ay4iVbx8IOX952HEFaKLBGKLRYUWRntufciApUVhh0=";
})
];

nativeBuildInputs = [
Expand All @@ -58,7 +65,7 @@ stdenv.mkDerivation rec {
bzrtp
ortp

ffmpeg_4
ffmpeg_7
glew
libX11
libXext
Expand Down

0 comments on commit c4f90a2

Please sign in to comment.