Skip to content

Commit

Permalink
ffmpeg: enable lots of things (#29004)
Browse files Browse the repository at this point in the history
Make ffmpeg more feature complete by enabling a bunch of things, for
which dependencies exist.
  • Loading branch information
xnox authored Sep 20, 2024
1 parent 4e7b8d3 commit 2a35463
Showing 1 changed file with 36 additions and 6 deletions.
42 changes: 36 additions & 6 deletions ffmpeg.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
# source is git.ffmpeg.org so we can't use github updates to get expected commit
# let's still auto create the PR, it will fail as expected commit will be wrong
# however it will be easy to fix
#nolint:git-checkout-must-use-github-updates
package:
name: ffmpeg
version: 7.0.2
epoch: 0
epoch: 1
description: ffmpeg multimedia library
copyright:
- license: GPL-3.0-or-later AND LGPL-3.0-or-later
Expand All @@ -22,14 +18,31 @@ environment:
- build-base
- busybox
- ca-certificates-bundle
- dav1d-dev
- expat-dev
- fontconfig-dev
- harfbuzz-dev
- lame-dev
- libogg-dev
- libsdl2-dev
- libsodium-dev
- libsrt
- libssh-dev
- libtheora
- libtheora-dev
- libvorbis-dev
- libwebp-dev
- libxml2-dev
- openjpeg-dev
- openssl-dev
- opus-dev
- snappy-dev
- soxr-dev
- speex-dev
- wolfi-baselayout
- x264-dev
- yasm
- zeromq-dev

pipeline:
- uses: git-checkout
Expand All @@ -50,7 +63,24 @@ pipeline:
--enable-gpl \
--enable-version3 \
--enable-openssl \
--enable-libmp3lame
--enable-libmp3lame \
--enable-ffplay \
--enable-libdav1d \
--enable-libharfbuzz \
--enable-libopus \
--enable-libsnappy \
--enable-libsrt \
--enable-libssh \
--enable-libvorbis \
--enable-libwebp \
--enable-libxml2 \
--enable-lzma \
--enable-libfontconfig \
--enable-libfreetype \
--enable-libopenjpeg \
--enable-libspeex \
--enable-libsoxr \
--enable-libzmq
- uses: autoconf/make

Expand Down

0 comments on commit 2a35463

Please sign in to comment.