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