Compare commits
4
Commits
0ec42adb41
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4e5a2f1269
|
||
|
|
b6def8c8bf
|
||
|
|
d8acd1bf94
|
||
|
|
103ebb2b6f
|
@@ -1,7 +1,7 @@
|
||||
name: ffmpeg
|
||||
description: A complete, cross-platform solution to record, convert and stream audio and video
|
||||
version: 8.1.2
|
||||
revision: 2
|
||||
version: 9.0.1
|
||||
revision: 1
|
||||
url: https://ffmpeg.org/
|
||||
license: GPL3-only
|
||||
maintainers:
|
||||
@@ -24,7 +24,10 @@ depends:
|
||||
- harfbuzz
|
||||
- lame
|
||||
- libass
|
||||
- libbluray
|
||||
- libdrm
|
||||
- libdvdnav
|
||||
- libdvdread
|
||||
- libplacebo
|
||||
- libpulse
|
||||
- librsvg
|
||||
@@ -39,6 +42,7 @@ depends:
|
||||
- libxext
|
||||
- libxml2
|
||||
- libxv
|
||||
- ocl-icd
|
||||
- opencore-amr
|
||||
- openjpeg
|
||||
- opus
|
||||
@@ -46,6 +50,7 @@ depends:
|
||||
- sdl2-compat
|
||||
- speex
|
||||
- svt-av1
|
||||
- v4l-utils
|
||||
- vulkan-loader
|
||||
- x264
|
||||
- x265
|
||||
@@ -61,4 +66,4 @@ downloads:
|
||||
- url: https://ffmpeg.org/releases/ffmpeg-${BPM_PKG_VERSION}.tar.xz
|
||||
extract_to: ${BPM_SOURCE}
|
||||
extract_strip_components: 1
|
||||
checksum: 464beb5e7bf0c311e68b45ae2f04e9cc2af88851abb4082231742a74d97b524c
|
||||
checksum: cf38e0e28c7e5605942c4a77755349b0145804a397af37eb1fb4c77cb237f635
|
||||
|
||||
@@ -24,7 +24,10 @@ build() {
|
||||
--enable-gnutls \
|
||||
--enable-libaom \
|
||||
--enable-libass \
|
||||
--enable-libbluray \
|
||||
--enable-libdrm \
|
||||
--enable-libdvdnav \
|
||||
--enable-libdvdread \
|
||||
--enable-libfreetype \
|
||||
--enable-libgsm \
|
||||
--enable-libharfbuzz \
|
||||
@@ -38,7 +41,9 @@ build() {
|
||||
--enable-librav1e \
|
||||
--enable-librsvg \
|
||||
--enable-libspeex \
|
||||
--enable-libssh \
|
||||
--enable-libsvtav1 \
|
||||
--enable-libv4l2 \
|
||||
--enable-libvorbis \
|
||||
--enable-libvpx \
|
||||
--enable-libwebp \
|
||||
|
||||
Reference in New Issue
Block a user