From ab92aa791c959d26be824986844d571c2fc45286 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 28 Apr 2019 12:57:03 +0200 Subject: [PATCH] ffmpeg: Add description and fix license --- bucket/ffmpeg-nightly.json | 3 ++- bucket/ffmpeg-shared.json | 3 ++- bucket/ffmpeg.json | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/bucket/ffmpeg-nightly.json b/bucket/ffmpeg-nightly.json index 25d39485d6..32f9970dce 100644 --- a/bucket/ffmpeg-nightly.json +++ b/bucket/ffmpeg-nightly.json @@ -1,7 +1,8 @@ { "version": "20190427-8019395", "homepage": "https://ffmpeg.zeranoe.com/builds/", - "license": "GPL-3.0", + "description": "A complete, cross-platform solution to record, convert and stream audio and video.", + "license": "GPL-3.0-or-later", "architecture": { "64bit": { "url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20190427-8019395-win64-static.zip", diff --git a/bucket/ffmpeg-shared.json b/bucket/ffmpeg-shared.json index 0385af25b2..da32d3efb1 100644 --- a/bucket/ffmpeg-shared.json +++ b/bucket/ffmpeg-shared.json @@ -1,7 +1,8 @@ { "version": "4.1.3", "homepage": "https://ffmpeg.zeranoe.com/builds/", - "license": "GPL-3.0", + "description": "A complete, cross-platform solution to record, convert and stream audio and video.", + "license": "GPL-3.0-or-later", "architecture": { "64bit": { "url": "https://ffmpeg.zeranoe.com/builds/win64/shared/ffmpeg-4.1.3-win64-shared.zip", diff --git a/bucket/ffmpeg.json b/bucket/ffmpeg.json index f6c7a4f2d1..e7e2632970 100644 --- a/bucket/ffmpeg.json +++ b/bucket/ffmpeg.json @@ -1,7 +1,8 @@ { "version": "4.1.3", "homepage": "https://ffmpeg.zeranoe.com/builds/", - "license": "GPL-3.0", + "description": "A complete, cross-platform solution to record, convert and stream audio and video.", + "license": "GPL-3.0-or-later", "architecture": { "64bit": { "url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-4.1.3-win64-static.zip",