main/ffmpeg: updated to 4.4.2

This commit is contained in:
emmett1
2022-04-20 00:27:49 +08:00
parent 405623c1d6
commit e21689f697
4 changed files with 6 additions and 3 deletions

View File

@@ -1 +1 @@
41a1ca8693acc56088e8eaf3899b91ea ffmpeg-4.4.1.tar.xz
0dfb3330df82598750e9eb3e782255bd ffmpeg-4.4.2.tar.xz

View File

@@ -1,4 +1,4 @@
ffmpeg-4.4.1-1
ffmpeg-4.4.2-1
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/ffmpeg

View File

@@ -2,7 +2,7 @@
# depends : libass fdk-aac freetype2 lame gnutls libtheora libvorbis libvpx opus x264 x265 alsa-lib libva libvdpau sdl2 yasm aom dav1d
name=ffmpeg
version=4.4.1
version=4.4.2
release=1
source="https://ffmpeg.org/releases/$name-$version.tar.xz"

3
main/ffmpeg/update Normal file
View File

@@ -0,0 +1,3 @@
port_getver() {
getver_default | grep ^4
}