Merge pull request #281043 from SuperSandro2000/vlc-ffmpeg

vlc: use current ffmpeg, update meta.homepage to https
This commit is contained in:
Nick Cao 2024-01-17 13:58:57 -05:00 committed by GitHub
commit 38896dff59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@
, avahi , avahi
, dbus , dbus
, faad2 , faad2
, ffmpeg_4 , ffmpeg
, flac , flac
, fluidsynth , fluidsynth
, freefont_ttf , freefont_ttf
@ -105,7 +105,7 @@ stdenv.mkDerivation (finalAttrs: {
version = "3.0.20"; version = "3.0.20";
src = fetchurl { src = fetchurl {
url = "http://get.videolan.org/vlc/${finalAttrs.version}/vlc-${finalAttrs.version}.tar.xz"; url = "https://get.videolan.org/vlc/${finalAttrs.version}/vlc-${finalAttrs.version}.tar.xz";
hash = "sha256-rccoW00nIc3fQOtScMraKqoQozTLVG/VWgY1NEe6KbU="; hash = "sha256-rccoW00nIc3fQOtScMraKqoQozTLVG/VWgY1NEe6KbU=";
}; };
@ -136,7 +136,7 @@ stdenv.mkDerivation (finalAttrs: {
avahi avahi
dbus dbus
faad2 faad2
ffmpeg_4 ffmpeg
flac flac
fluidsynth fluidsynth
fribidi fribidi
@ -287,7 +287,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = { meta = {
description = "Cross-platform media player and streaming server"; description = "Cross-platform media player and streaming server";
homepage = "http://www.videolan.org/vlc/"; homepage = "https://www.videolan.org/vlc/";
license = lib.licenses.lgpl21Plus; license = lib.licenses.lgpl21Plus;
maintainers = with lib.maintainers; [ AndersonTorres ]; maintainers = with lib.maintainers; [ AndersonTorres ];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;