Install GPLv3 license only

This commit is contained in:
2025-08-11 17:19:01 +03:00
parent 5cc3753cdc
commit 7db9ec8369
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -1,6 +1,7 @@
name: ffmpeg name: ffmpeg
description: A complete, cross-platform solution to record, convert and stream audio and video description: A complete, cross-platform solution to record, convert and stream audio and video
version: 7.1.1 version: 7.1.1
revision: 2
url: https://ffmpeg.org/ url: https://ffmpeg.org/
license: GPL3-only license: GPL3-only
architecture: any architecture: any
+3 -1
View File
@@ -51,5 +51,7 @@ package() {
make DESTDIR="$BPM_OUTPUT" install install-man make DESTDIR="$BPM_OUTPUT" install install-man
install -Dvm755 tools/qt-faststart "$BPM_OUTPUT"/usr/bin/qt-faststart install -Dvm755 tools/qt-faststart "$BPM_OUTPUT"/usr/bin/qt-faststart
install -Dm644 "$BPM_SOURCE"/LICENSE.md "$BPM_SOURCE"/COPYING* -t "$BPM_OUTPUT"/usr/share/licenses/ffmpeg/
# Install package license
install -Dm644 "$BPM_SOURCE"/COPYING.GPLv3 "$BPM_OUTPUT"/usr/share/licenses/ffmpeg/COPYING.GPLv3
} }