vlc: use current ffmpeg, update meta.homepage to https

I am trying to reduce the variance of ffmpegs on my system and vlc seems
to no longer require an older ffmpeg version.
This commit is contained in:
Sandro Jäckel 2024-01-15 01:08:40 +01:00
parent 500129c8b2
commit 383b6ee4ef
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -11,7 +11,7 @@
, avahi
, dbus
, faad2
, ffmpeg_4
, ffmpeg
, flac
, fluidsynth
, freefont_ttf
@ -105,7 +105,7 @@ stdenv.mkDerivation (finalAttrs: {
version = "3.0.20";
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=";
};
@ -136,7 +136,7 @@ stdenv.mkDerivation (finalAttrs: {
avahi
dbus
faad2
ffmpeg_4
ffmpeg
flac
fluidsynth
fribidi
@ -287,7 +287,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Cross-platform media player and streaming server";
homepage = "http://www.videolan.org/vlc/";
homepage = "https://www.videolan.org/vlc/";
license = lib.licenses.lgpl21Plus;
maintainers = with lib.maintainers; [ AndersonTorres ];
platforms = lib.platforms.linux;