Skip to content

Commit

Permalink
bundle ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
xfangfang committed Mar 9, 2024
1 parent 86c1d0c commit a900e07
Showing 1 changed file with 35 additions and 5 deletions.
40 changes: 35 additions & 5 deletions .flatpak-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ cleanup:
- /man
- /share/man
- /share/gtk-doc
add-extensions:
org.freedesktop.Platform.ffmpeg-full:
directory: lib/ffmpeg
version: '23.08'
add-ld-path: .

modules:

Expand Down Expand Up @@ -128,6 +123,41 @@ modules:
type: git
tag-pattern: ^v([\d.]+)$

- name: ffmpeg
cleanup:
- /include
- /lib/pkgconfig
- /share/ffmpeg/examples
config-opts:
- --disable-debug
- --enable-shared
- --disable-static
- --enable-gnutls
- --enable-gpl
- --disable-doc
- --disable-programs
- --disable-encoders
- --disable-muxers
- --enable-encoder=png
- --enable-libdav1d
- --enable-libfontconfig
- --enable-libfreetype
- --enable-libopus
- --enable-librsvg
- --enable-libvpx
- --enable-libmp3lame

sources:
- type: git
url: https://github.com/FFmpeg/FFmpeg.git
mirror-urls:
- https://git.ffmpeg.org/ffmpeg.git
commit: e38092ef9395d7049f871ef4d5411eb410e283e0
tag: n6.1.1
x-checker-data:
type: git
tag-pattern: ^n([\d.]{3,7})$

- name: wiliwili
buildsystem: cmake-ninja
config-opts:
Expand Down

0 comments on commit a900e07

Please sign in to comment.