wok diff ffmpeg/receipt @ rev 23937
qemu: add X86_64 efi bios
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 12 11:24:50 2020 +0000 (2020-09-12) |
parents | a449793b9af3 |
children | 453c249b6219 |
line diff
1.1 --- a/ffmpeg/receipt Mon Sep 30 17:25:34 2019 +0200 1.2 +++ b/ffmpeg/receipt Sat Sep 12 11:24:50 2020 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ffmpeg" 1.7 -VERSION="4.1.3" 1.8 +VERSION="4.2.2" 1.9 CATEGORY="multimedia" 1.10 TAGS="audio video convert stream" 1.11 SHORT_DESC="Record, convert and stream audio and video." 1.12 @@ -76,5 +76,5 @@ 1.13 cp -a $install/usr/bin/ffmpeg $fs/usr/bin 1.14 cp -a $install/usr/share/$PACKAGE $fs/usr/share 1.15 1.16 - rm -rf $fs/usr/share/$PACKAGE/examples 1.17 + rm -rf $fs/usr/share/$PACKAGE/examples 1.18 }